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:
-
vsp-cli stop all
Provide the password once prompted (Only if password is set)
-
-
For Linux:
-
service vsp stop
-
-
-
Restart VSP services using:
-
For Windows:
-
vsp-cli restart all
Provide the password once prompted (Only if password is set)
-
-
For Linux:
-
service vsp restart
-
-