Starting and Stopping Container Services

Table of Contents

Starting Services

You can use the Windows Services Control Manager or the Administrative Console to start container services. You can also use the https://virtamove.atlassian.net/wiki/spaces/VDOC/pages/314147236/virtastart?search_id=00991355-69e0-4f9b-8de9-2cbb5641a98b command utility.

When a service has successfully started, the container state is updated to "Started" in the Services tab of the Administrative Console.

A disabled service will be registered with the underlying operating system as "disabled" when you dock the container.

You must have the necessary rights to start services. By default, users with Administrator privileges are granted the necessary rights.

To Start a Container Service Using the Windows Services Control Manager

  1. Click Start>Control Panel.

  2. Double-click Administrative Tools.

  3. Double-click Services.

  4. In the Services window, select the service you want to start.

  5. Click Start the Service.

To Start a Container Service Using the Administrative Console

  1. In the Administrative Console, select the container.

  2. Click the Dock command button to dock the container.

  3. Click the Services tab.

  4. Right-click the service you want to start, and then select Start or Restart to start the service again.

To Start a Container Service Using the CLI

  • At the command prompt, enter:

    virtastart <container> <serviceName>

    Where container is the full path of the container, and serviceName is the name of the service you want to start.

Stopping Services

You can remove a service from a container using the Windows Services Control Manager, the Administrative Console, or using the https://virtamove.atlassian.net/wiki/spaces/VDOC/pages/314081597/virtastop?search_id=a02152d9-c2ad-4a1a-87e3-e270b86bebca command utility.

To Stop a Container Service Using the Windows Services Control Manager

  1. Click Start>Control Panel.

  2. Double-click Administrative Tools.

  3. Double-click Services.

  4. In the Services window, select the service you want to stop.

  5. Click Stop the Service.

To Stop a Container Service Using the Administrative Console

  1. In the Administrative Console, select the container.

  2. Click the Dock command button to dock the container.

  3. Click the Services tab.

  4. Right-click the service you want to start, and then select Stop.

To Stop a Container Service Using the CLI

  • At the command prompt, enter:

    virtastop <container> <ServiceName>

    Where container is the full path of the container, and ServiceName is the name of the service you want to stop.