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 - PCAP's verzamelen voor NDMP-verkeer

Summary: Het doel van dit KB-artikel is stapsgewijze instructies te geven voor het verzamelen van PCAP's voor NDMP-verkeer.

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

Deel I - Verzamel NDMP- en netwerkinformatie.
1. Noteer het knooppunt waarop de NDMP-sessie wordt uitgevoerd en het IP-adres van de DMA. In dit voorbeeld wordt de NDMP-taak uitgevoerd op knooppunt 10 met sessie-id 68221. Het IP-adres van de DMA is 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#


Deel II - Pakketten vastleggen en bestanden uploaden naar Isilon Support. 
1. Maak een map om de pakketopname in op te slaan.  
# mkdir -p /ifs/data/Isilon_Support/$(date +%F)

2. Start de pakketopname. De waarden zijn als volgt gedefinieerd:

- <DMA_IP>. Het IP-adres van de DMA (deel I stap 1).


> Alle interfaces op een knooppunt (knooppuntnummer uit deel 1 stap 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. Zodra de gebeurtenis opnieuw is geproduceerd, beëindigt u het Tcpdump-proces clusterbreed en controleert u of er geen verouderde PID's zijn: 
# isi_for_array -X 'killall -SIGINT tcpdump'
# isi_for_array ps -auxx | grep tcpdump 

4. Upload volledige logboeken en PCAP's naar Isilon Support. 
# 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.