<< PREVIOUS NEXT >>

 

 

TROUBLESHOOTING VSP PROBE

 

COMMON COMMANDS

 

START/LIST THE VSP SERVICES

  1. Start all the VSP services using:

    1. For Windows:

      1. sc start vsp

         

         

         

        OR

        Start the service using Service Manger 

    2. For Linux:

      1. service vsp start

         

         

  2. Confirm the status of the VSP services using:

    1. vsp-cli list [--pids]

       

       

 

STOP/RESTART THE VSP SERVICES

  1. Stop all the VSP services using:

    1. For Windows:

      1. vsp-cli stop all

         

        Provide the password once prompted (Only if password is set)

    2. For Linux:

      1. service vsp stop

         

         

  2. Restart VSP services using:

    1. For Windows:

      1. vsp-cli restart all

         

        Provide the password once prompted (Only if password is set)

    2. For Linux:

      1. service vsp restart

         

         

 

<< PREVIOUS NEXT >>