Reasons why this occurs:
- 1x netprobe can ONLY have a 1:1 relationship with 1x gateway - to add more monitoring, you will need to install a 2nd netprobe and ensure it is running on a different port
- Double check that each netprobe connection is different i.e. use the right port number for each connecting netprobe
- If you're running a hot-stand by pair, the gateway may now think its primary. The gateway name will be the same, but will have a different IP Address. This information will be available on the netprobe log to which gateway it is connecting to
- There is a conflict between 2x network interfaces - check if the correct gateway is being connected to, by checking the connections in the gateway log as well as the netprobe log. The information can be found further towards the start of the log
- Netprobe log - will show which gateway it is connecting to
- Gateway log - will show all the connected netprobes on that gateway
You can check & confirm which gateway the netprobe is connecting to by running the following command on the netprobe server:
netstat -panut | grep <netprobe port number>
[root@dendrc3apadt02 sarella]# netstat -panut | grep 7036 tcp 0 0 0.0.0.0:7036 0.0.0.0:* LISTEN 7712/netprobe.linux tcp 0 0 10.219.117.112:7036 10.223.132.48:38128 ESTABLISHED 7712/netprobe.linux
The above output tells us that netprobe dendrc3apqts02 is connecting to a gateway and gives the following IP address of that gateway (10.223.132.48)
|
Comments
0 comments
Please sign in to leave a comment.