Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

PowerScale: Isilon: OneFS – So erfassen Sie PCAPs für NDMP-Datenverkehr

Summary: In diesem Wissensdatenbank-Artikel wird Schritt für Schritt beschrieben, wie PCAPs für den NDMP-Verkehr gesammelt werden können.

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

Teil I: Erfassen von NDMP- und Netzwerkinformationen
1. Notieren Sie sich den Node, auf dem die NDMP-Sitzung ausgeführt wird, und die IP-Adresse der DMA. In diesem Beispiel wird der NDMP-Job auf Node 10 mit Sitzungs-ID 68221 ausgeführt. Die IP-Adresse der DMA ist 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#


Teil II: Erfassen von Paketen und Hochladen von Dateien an den Isilon-Support. 
1. Erstellen Sie ein Verzeichnis, in dem die Paketerfassung gespeichert wird.  
# mkdir -p /ifs/data/Isilon_Support/$(date +%F)

2. Starten Sie die Paketerfassung. Die Werte sind wie folgt definiert:

- <DMA_IP>. Die IP-Adresse der DMA (Teil I, Schritt 1).


> Alle Schnittstellen auf einem Node (Node-Nummer aus Teil 1, Schritt 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. Sobald das Ereignis reproduziert wurde, beenden Sie den Tcpdump-Prozess clusterweit und überprüfen Sie, ob keine veralteten PIDs vorhanden sind: 
# isi_for_array -X 'killall -SIGINT tcpdump'
# isi_for_array ps -auxx | grep tcpdump 

4. Laden Sie vollständige Protokolle und PCAPs an den Isilon-Support hoch. 
# 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.