VSP-WATCHDOG FAILURES
If there are errors related to starting the VSP-watchdog service, parallel instances of the VSP probe may be running. To confirm the actual cause, follow the below steps:
-
Linux:
-
Execute the below command to determine if there are VSP services running:
-
ps aux –forest
-
-
If the services are running, execute the below commands:
-
[sudo] pkill -9 vsp-manager
-
[sudo] pkill -9 vsp-watchdog
-
[sudo] pkill -9 vIPC-server
-
[sudo] pkill -9 hmm
-
-
Kill any other VSP service using the same command
-
-
Windows:
-
Access the Task Manager to determine if VSP services are running
-
If the services are running, stop them using the Task Manager
-
-
-
After ensuring that all VSP services are stopped:
-
Delete the file: $VSP_VAR_HOME/vsp_state/vsp_process.pkl
-
Restart all VSP services
-