Configuring Services to Start Automatically for Passive Node Clients

Updated

You can use the command line interface to check the status of services on the client computer.

Procedure

  1. Open a Command Prompt window, and then go to software_installation_folder\base.

    For example, go to C:\Program Files\Commvault\ContentStore\Base.

  2. To check the status of all services, run the following command:

    gxadmin -console -status -all
            
        
  3. To check the status of all services, run the following command:

    gxadmin -console -status
            
        
  4. To check the status of a particular service using the service name, run the following command:

    gxadmin -console -status -servicename
            
        
  5. To check the status of a service group such as "Base Services", run the following command:

    gxadmin -console -status -servicegroup "Base Services"