TROUBLESHOOTING VSP PROBE
COMMON COMMANDS
START/LIST THE VSP SERVICES
-
Start all the VSP services using:
-
For Windows:
-
sc start vsp
OR
Start the service using Service Manger
-
-
For Linux:
-
service vsp start
-
-
-
Confirm the status of the VSP services using:
-
vsp-cli list [--pids]
-
STOP/RESTART THE VSP SERVICES
-
Stop all the VSP services using:
-
For Windows:
sc stop vsp
OR
Stop the service using Service Manger
-
For Linux:
-
service vsp stop
-
-
-
Restart VSP services using:
-
For Windows:
-
sc restart vsp
OR
Restart the service using Service Manger
-
-
For Linux:
-
service vsp restart
-
-