NCPA listener starts, but not listening
Posted: Thu Jun 21, 2018 8:08 am
I have installed NCPA 2.1.5 on SLES 11 SP4 64bit. The installer works fine and the issue blocking the reboot of the ncpa_listener was fixed in this new version. However, after install, the system isn't listening on port 5693.
$ /etc/init.d/ncpa_listener status
NCPA Listener: Service is running. (pid 5834)
$ netstat -a | grep 5693
$ netstat -a | grep ncpa
$ more /usr/local/ncpa/etc/ncpa.cfg | grep port
# IP address and port number for the Listener to use for the web GUI and API
# Default: port = 5693
port = 5693
There are no errors listed in the ncpa_listener.log file
$ cat /usr/local/ncpa/var/log/ncpa_listener.log
2018-06-21 08:56:39,835 5834 INFO started
2018-06-21 08:56:39,836 5834 INFO Using SSL version TLSv1_2
We have verified that there is no firewall rules on the network side to block this. We have also disabled the local firewall to test if that may be the issue.
Does anyone have any ideas on how to move forward with this?
$ /etc/init.d/ncpa_listener status
NCPA Listener: Service is running. (pid 5834)
$ netstat -a | grep 5693
$ netstat -a | grep ncpa
$ more /usr/local/ncpa/etc/ncpa.cfg | grep port
# IP address and port number for the Listener to use for the web GUI and API
# Default: port = 5693
port = 5693
There are no errors listed in the ncpa_listener.log file
$ cat /usr/local/ncpa/var/log/ncpa_listener.log
2018-06-21 08:56:39,835 5834 INFO started
2018-06-21 08:56:39,836 5834 INFO Using SSL version TLSv1_2
We have verified that there is no firewall rules on the network side to block this. We have also disabled the local firewall to test if that may be the issue.
Does anyone have any ideas on how to move forward with this?