Connectrix: How to Collect TCP Dump from Switch and San Navigator Simultaneously
Summary: This article explains the steps to collect the TCP dump from San switches and San Navigator to troubleshoot SANnav switch discovery failed issues.
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
NOTE: Collect the
tcpdump from the SANnav server, and the switch to be discovered while the DISCOVERY process has been initiated.
- Collect TCP dump traces from SANnav:
- Log in to SANnav CLI as root user.
tcpdumppackage should be installed on the Linux machine hosting SANnav. If not, the package should be ready to install on the Internet with command:
yum install tcpdump
- Start the
tcpdumpfrom the server by using the below command:
#tcpdump -i any -w sannavserver.pcap &
- Collect TCP dump from San switch:
- On the switch, check if the
tcpdumppackage (tcpdump-3.6.2-4.ppc.rpm) exists by logging in as root and checking in /tftpboot/common/oss. - If the
tcpdumppackage (tcpdump-3.6.2-4.ppc.rpm) is found on the switch at /tftpboot/common/oss, it must be installed. - To install the package, log in as root and run the following command to install
tcpdump:
- On the switch, check if the
rpm --install --nodeps /tftpboot/common/oss/tcpdump-3.6.2-4.ppc.rpm (that is two hyphens for both options)
- Check that
tcpdumpis successfully installed by running the following command. This should return wheretcpdumpis installed:
which tcpdump
- After installing
tcpdumpon the switch as a root user and remaining logged in as root, run thetcpdumpcommand as follows:
# tcpdump -i any -s 65535 -w /tmp/switch.pcap & where /tmp is the location where tcpdump output file (switch.pcap) will be stored.
NOTE: The location can be changed to a preferred directory if storing the switch.pcap file in /temp is not wanted.
- While
tcpdumpis now running on the SANnav server and on the switch, log in to the SANnav Portal UI and try to Discover the switch again. - Wait for 10-15 minutes.
- Stop the
tcpdumpfrom the SANnav server by pressing Ctrl + C. - Stop
tcpdumpon the switch by pressing Ctrl+C or running the command:
- Stop the
kill <PID Of tcpdump>
- Upload the following data for investigations:
- The two
tcpdumpfiles generated on SANnav Server and the switch - Wait for a few hours (at least 2-3 hours) before generating SANnav logs and uploading them for investigation.
- The two
Affected Products
Connectrix B-Series, Connectrix SANnavArticle Properties
Article Number: 000212840
Article Type: How To
Last Modified: 02 Jul 2025
Version: 4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.