Stopping and starting CommandCentral processes

You can stop and start the CommandCentral processes that run on the Management Server, Standard Agents, and Control Hosts. For example, you can stop and start the CommandCentral database and the Local HAL Manager (LHM).

To stop and start CommandCentral processes

  1. Open an operating system console and log on as root (UNIX) or as a user with administrator-level privileges (Windows).
  2. Change to the following directory:

    UNIX

    • Management Server:

      /opt/VRTSccs/VRTSccsts/bin

    • Standard Agent or Control Host:

      /opt/VRTSccs/VRTSccsta/bin

    Windows

    \Program Files\VERITAS\CommandCentral Storage\Support\Tools\VxCCS

  3. To stop a process, type the following command:

    UNIX

    ./vxccs stop process

    Windows

    vxccs stop process

    Where process is the name of the process that you want to stop. To identify the name of a process, review the command reference for vxccs.

    See vxccs.

  4. To start a process, type the following command:

    UNIX

    ./vxccs start process

    Windows

    vxccs start process

    Where process is the name of the process that you want to start. To identify the name of a process, review the command reference for vxccs.

    See vxccs.