Listing Container Application Service Dependencies

You can list all system services and components that a container service depends on using the Administrative Console or the VirtaMove https://virtamove.atlassian.net/wiki/spaces/VDOC/pages/314179876/virtasc?search_id=a473ed05-697c-4e88-bda1-64a236d0bbbb 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.