4.3.21.3 LIST MACHINES

This command lists the machine available in the es.xml file for an engineered system.

Syntax

LIST MACHINES  
[ WHERE  
     { TYPE=type |
       ID=machine_id | 
       CLUSTERNUMBER=cluster_number [ TYPE=type ] |
       CLUSTERNAME=cluster_name [ TYPE=type ] |
       CLUSTERID=cluster_id [ TYPE=type ] } ]

Arguments

The following arguments are available in the WHERE clause:

  • TYPE : Specifies the machine type. The valid values are COMPUTE, CELL, STORAGE, DOM0, GUEST, DOMU, KVM, or KVMGUEST.

  • ID : Specifies the es.xml ID for an individual machine

  • CLUSTERNUMBER : Specifies the cluster number in the es.xml, starting at 1

  • CLUSTERNAME : Specifies the name of the cluster

  • CLUSTERID : Specifies the es.xml ID of the cluster

Usage Notes

If you do not specify a WHERE clause, then this command lists all the machines defined in the es.xml file.