HP Brocade 8/12c Brocade Network Advisor Migration Guide v11.1x (53-1002321-01 - Page 80

IPv6 troubleshooting, Windows operating system, Finding the process

Page 80 highlights

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 "" and press Enter. For example, taskkill /F /PID "". 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. 80 of 82 Brocade Network Advisor Migration Guide 53-1002321-01

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82

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
.