PowerScale:Isilon: OneFS - NDMPトラフィックのPCAPを収集する方法
Summary: このKBの目的は、NDMPトラフィック用のPCAPを収集する手順を説明することです。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
パートI - NDMPおよびネットワーク情報の収集。
1.NDMPセッションが実行されているノードとDMAのIPアドレスを記録します。この例では、NDMPジョブはセッションID 68221のノード10で実行されています。DMAのIPはx.x.188.14です。
パートII - パケットをキャプチャしてIsilonサポートにファイルをアップロードする。
1.パケット収集を格納するディレクトリーを作成します。
2.パケット収集を開始します。値は次のように定義されます:
- <DMA_IP>。DMAのIPアドレス(パートIのステップ1)。
>ノード上のすべてのインターフェイス(パート1のステップ1のノード番号)。
3.イベントが再現されたら、クラスター全体で Tcpdump プロセスを強制終了し、古い PID がないことを確認します。
4.完全なログとPCAPをIsilonサポートにアップロードします。
1.NDMPセッションが実行されているノードとDMAのIPアドレスを記録します。この例では、NDMPジョブはセッションID 68221のノード10で実行されています。DMAのIPはx.x.188.14です。
cluster-1# isi ndmp sessions list Session Data Mover OP Elapsed Time Bytes Moved Throughput ---------------------------------------------------------------------- 10.68221 ACTIVE IDLE B(tS10+) 3h 32m 1.0775TB 162.09MB/s ---------------------------------------------------------------------- Total: 1 cluster-1# isi ndmp sessions list --verbose Session: 10.68221 <--- Node 10, session ID 68221 Client: x.x.188.14 <--- DMA IP address Remote DS: Local Start Time: Tue Jun 30 06:46:10 2020 Elapsed Time: 3h 32m Operation: B(S10+) Source Path: /ifs/data Destination Path: Data State: ACTIVE Mover State: IDLE Bytes Moved: 1.0792TB Throughput: 161.50MB/s Tape: Media Changer: cluster-1#
パートII - パケットをキャプチャしてIsilonサポートにファイルをアップロードする。
1.パケット収集を格納するディレクトリーを作成します。
# mkdir -p /ifs/data/Isilon_Support/$(date +%F)
2.パケット収集を開始します。値は次のように定義されます:
- <DMA_IP>。DMAのIPアドレス(パートIのステップ1)。
>ノード上のすべてのインターフェイス(パート1のステップ1のノード番号)。
# for iface in `isi_for_array -n <node_number> ifconfig | grep -B3 ether | grep flags | egrep -v "laggport|lo0|ISIINTERNAL" | cut -d: -f1` ; do isi_for_array -n <node_number> tcpdump -i $iface -s 600 -C 200 -W 4 -w /ifs/data/Isilon_Support/$(date +%F)/`hostname`.${iface}_$(date +%F_%H%M%S).pcap host <DMA_IP> &>> /ifs/data/Isilon_Support/$(date +%F)/$(uname -n).$(date +%F_%H%M%S).$iface.log & ; done
3.イベントが再現されたら、クラスター全体で Tcpdump プロセスを強制終了し、古い PID がないことを確認します。
# isi_for_array -X 'killall -SIGINT tcpdump' # isi_for_array ps -auxx | grep tcpdump
4.完全なログとPCAPをIsilonサポートにアップロードします。
# isi_gather_info -f /ifs/data/Isilon_Support/$(date +%F)
Additional Information
Article Properties
Article Number: 000195255
Article Type: How To
Last Modified: 10 Oct 2024
Version: 6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.