How do I capture a packet trace of NFS operations on a EMC Isilon filer?

Solution Unverified - Updated

Environment

  • Red Hat Enterprise Linux
  • EMC Isilon filer

Issue

  • How do I capture a packet trace of NFS operations on a EMC Isilon filer?

Resolution

Two possible ways:

  1. From the web interface, got to Cluster Management --> Diagnostic and select Packet Capture. In this page you can select the interface, the amount of bytes to capture and filter by client, port, protocol or node.

  2. From the CLI, use the commands isi_netlogger. This has a syntax similar to tcpdump. A example command is:

# isi_netlogger -c -i em0 -t 5 -k 864 -s 320 -- host 10.10.10.1

This will capture the traffic on the em0 interface, the first 320 bytes (default), making a 5minutes interval (-t 5) file and keeping 864 files (-k 864).
isi_netlogger is cluster aware so it can be run on a single node.

For full documentation of both procedures, please see the EMC documentation or contact EMC support.

Category
Tags

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.