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 virtasc command line utility.
You can list service dependencies for both a docked or undocked container.
To List Service Dependencies Using the Administrative Console
Select a container.
Click the Services tab.
Right-click the service for which you want to list dependencies, and then select Depends.
Any dependencies are displayed in the Service Dependencies window.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.