Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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-2cbb5641a98bcommand utility.

When a service has successfully started, the container state is updated to "Started" in the Services tab of 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:

    Code Block
    virtastart <container> <serviceName>

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

...

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-e270b86bebcacommand utility.

To Stop a Container Service Using the Windows Services Control Manager

...