Technical data
Brocade Network Advisor SAN Installation and Migration Guide 27
53-1003580-01
Configuring performance collection for SMI-A only
2
5. Select or clear the Save password check box to choose whether you want the application to
remember your password the next time you log in.
6. Click Login.
The SMIA Configuration Tool displays.
Configuring performance collection for SMI-A only
For SMI-A only installation, you must enable or disable performance statistics collection using a
script.
• On Windows systems, complete the following steps.
a. Open a command promt and navigate to the Install_Home\utilities directory.
b. Type sanperformancestatsenable.bat dbusername dbpassword enable|disable and press
Enter.
• On UNIX systems, complete the following steps.
a. Open a terminal and navigate to the Install_Home\utilities directory.
b. Type sanperformancestatsenable dbusername dbpassword enable|disable and press
Enter.
Syslog troubleshooting
If the default syslog port number is already in use, you will not receive any syslog messages from
the device. Use one of the following procedures (depending on your operating system), to
determine which process is running on the syslog port and to stop the process.
Finding the process
1. Open a command window.
2. Choose one of the following options:
• On Linux systems, type netstat –nap | grep 514 and press Enter.
The process running on port 514 displays.
Example output: UDP 0 0 ::ffff:127:0:0:1:514 :::* 27397.
• On Windows systems, type netstat –anb | find /i “514” and press Enter.
The process running on port 514 displays.
Example output: UDP 127:0:0:1:514 *:* 3328.