list

Displays a list of virtual devices, specifying how many virtual machines (VM) are running on each device.

Syntax

list [ -all ]

Parameters

-all
Specifies to display all defined devices, including those with no VMs running.

Modes

vShell prompt (vsh)

Usage Guidelines

To displays all defined devices—including those with no VMs running—include the -all keyword.

Examples

The following example displays all running devices.

(vsh) list 
 Name                    No.running VMs
 ........................................
 a1                      1
 abc                     1
 abd                     1
 abe                     1

The following example displays all defined devices.

(vsh) list -all
 Name                    No.running VMs
 ........................................
 a1                      1
 a2                      0
 a3                      0
 abc                     1
 abd                     1
 abe                     1