Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

You can list all system services and components that a container service depends on using the Administrative Console or the VirtaMove virtasc command line utility.

You can list service dependencies for both a docked or undocked container.

To List Service Dependencies Using the Administrative Console

  1. Select a container.

  2. Click the Services tab.

  3. Right-click the service for which you want to list dependencies, and then select Depends.
    Any dependencies are displayed in the Service Dependencies window.

  4. Click OK.

To List Service Dependencies Using the CLI

  • At the command prompt, enter the following:

    virtasc <container> depends <ServiceName> /A

    Where container is the full path of the container, ServiceName is the name of the service, and /A indicates that you want to list all dependencies for the specified service.

  • No labels