Message similar to the following is seen when trying to restart the Smarts NCM vcmaster service:
[root@<HOSTNAME> conf]# service voyence restart
Stopping Device Server Service: [ OK ]
Starting Device Server Service: Device Service is already started, stop the other process first before starting the services: Address already in use
[FAILED]
NCM - 10.1.x
Restarting the Smarts NCM vcmaster can sometimes fail to restart the other Smarts NCM services because a few processes are running in backend. When this happens, a message similar to the following will be seen:
[root@<HOSTNAME> conf]# service voyence restart
Stopping Device Server Service: [ OK ]
Starting Device Server Service: Device Service is already started, stop the other process first before starting the services: Address already in use
[FAILED]
systemctl start vcmaster
in case of NCM 10.1.8 and above or use service vcmaster start
.The following three processes should not be running and their associated ports should not be used by any other processes:
If any other processes are using these ports, find the associated processes using the following command:
Kill any process has been found to be using the specified ports. Once all processes have been stopped, you can start the service.