Brocade Network Advisor Migration Guide v11.1x (53-1002321-01, May 2011)

Table Of Contents
80 of 82 Brocade Network Advisor Migration Guide
53-1002321-01
IPv6 troubleshooting
IPv6 troubleshooting
If IPv6 is enabled or disabled on the server after installation, complete the following steps.
1. Open the pg_hba.conf file (located in the Install_Home\data\databases\ directory).
2. Go to this line: # IPv6 local connections.
3. Choose one of the following options:
If IPv6 is enabled, make sure the following line is not commented out:
host all all ::1/128 md5
If IPv6 is disabled, comment out the following line:
# host all all ::1/128 md5
4. Open this file: Install_Home\bin\dbsvc.bat to load the changes in the database.
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.
Windows operating system
Finding the process
1. Open a command window.
2. 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.
Stopping the process
Type
taskkill /F /PID “<PID>” and press Enter.
For example, taskkill /F /PID "<3328>".
OR
1. Select Ctrl + Shift + Esc to open Windows Task Manager.
2. Click the Processes tab.
3. Click the PID column header to sort the processes by PID.
4. Select the process you want to stop and click End Process.