Sometimes Everpure Support needs to review switch data during performance troubleshooting. The majority of performance problems we've experienced have roots in the SAN topology, configuration, or due to degraded physical connections. Switch data is the most effective available tool for quickly ascertaining problem sources.
Solution
This article goes over the process of log collection, but we do not request that the customer clear any counters as part of this process. Depending on the troubleshooting, you may need a set of logs after the port counters have been cleared, which is determined on a case by case basis. If you need logs after a reset, please direct the customer to clear the port counters, wait for a time period, and then send the logs in.
For information on how to clear the counters, refer to the vendor's documentation.
Both Brocade and Cisco require an ssh client with logging abilities. Here's how to collect that data on various OSes.
Windows
Using putty:
-
Enter the IP or hostname of the Cisco or Brocade switch:
-
Make sure logging is turned on for "All session output" and then save the resulting putty.log file to a location of your choice. It is helpful to make the log something relevant unlike my example..:
-
For Brocade run the command
supportshow -
For Cisco run the command
show tech-support details
macOS
-
Launch the application "Terminal" (depress the command key and the space bar to open Spotlight, type
ter, and the terminal will launch) -
SSH to your Brocade or Cisco switch:
-
For Brocade run
supportshow -
For Cisco run
show tech-support details
-
-
When the command completes, just save the text with ⌘S. Or go to the Shell menu and click "Export Text As.."
-
Save it your desktop
Linux
-
ssh from the command line to the switch using the tee command redirecting the output to a file. For example:
ssh admin@172.16.32.116 | tee /home/user/switchlogs_date_time -
For Brocade run the command
supportshow -
For Cisco run the command
show tech-support details -
Exit the ssh session then go to your home directory and retrieve the switchlogs_date_time file.
When you have your putty log or your terminal text exported, zip it up and attach it to email. These are text files and almost always small enough to email.
If however, you are unable to send it, see FTPS for Uploading Files to Everpure for information on sending it to us via FTPS.