Status for remote Voice Gateways show down when they are up.
The cluster collector logs constant errors "[CUdpHostSocket:endToRaw] error, sending to remote host failed".
When attempting to perform a sapnwalk against the remote device, you receive a bind error when the utility attempts to open a port.
The 'netstat -an' output shows existing udp connections consuming all ports up to 5000.
Solved! Go to Solution.
Status for remote Voice Gateways show down when they are up.
The cluster collector logs constant errors "[CUdpHostSocket:endToRaw] error, sending to remote host failed".
When attempting to perform a sapnwalk against the remote device, you receive a bind error when the utility attempts to open a port.
The 'netstat -an' output shows existing udp connections consuming all ports up to 5000.
This is a Windows configuration issue where the MaxUserPort setting limits the number of concurrent connections that can be established from the node. This is discussed in detail in the Microsoft (c) TechNet article here:
http://technet.microsoft.com/en-us/library/aa995661(EXCHG.80).aspx
To resolve the issue, you need to adjust the registry setting:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\MaxUserPort
and increase the default 5000 limit (max is 65534) then reboot the server for the setting to take effect.
Status for remote Voice Gateways show down when they are up.
The cluster collector logs constant errors "[CUdpHostSocket:endToRaw] error, sending to remote host failed".
When attempting to perform a sapnwalk against the remote device, you receive a bind error when the utility attempts to open a port.
The 'netstat -an' output shows existing udp connections consuming all ports up to 5000.
This is a Windows configuration issue where the MaxUserPort setting limits the number of concurrent connections that can be established from the node. This is discussed in detail in the Microsoft (c) TechNet article here:
http://technet.microsoft.com/en-us/library/aa995661(EXCHG.80).aspx
To resolve the issue, you need to adjust the registry setting:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\MaxUserPort
and increase the default 5000 limit (max is 65534) then reboot the server for the setting to take effect.
Members | Likes |
---|---|
43 | |
36 | |
23 | |
17 | |
11 |