=head1 NAME B - Lists detail attributes for a virtual environment. =head1 SYNOPSIS B [B<-t> type] [B<-m> manager] [B<-o> object] =head1 DESCRIPTION The B command can be used to list a virtual environment for 'Data Center', 'Cluster', 'Storage Domain', 'Network' and 'Template' objects. The mandatory parameter B<-m manager> is used to specify the address of the manager of virtual environment. xCAT needs it to access the RHEV manager. The mandatory parameter B<-t type> is used to specify the type of the target object. Basically, B command supports three types of object: B, B, B, B and B. The mandatory parameter B<-o object> is used to specify which object to list. =head1 OPTIONS =over 2 =item B<-t> Specify the B of the target object. Supported types: B - Data Center (For type of 'dc', all the elements belongs to the data center will be listed.) B - Cluster B - Storage Domain B - Network B - Template =item B<-m> Specify the manager of the virtual environment. For RHEV, the FQDN (Fully Qualified Domain Name) of the rhev manager have to be specified. =item B<-o> The target object to display. =item B<-h> Display usage message. =back =head1 RETURN VALUE 0 The command completed successfully. 1 An error has occurred. =head1 EXAMPLES =over 2 =item 1. To list the data center 'Default', enter: lsve -t B -m -o Default Output is similar to: datacenters: [Default] description: The default Data Center state: up storageformat: v1 storagetype: nfs clusters: [Default] cpu: Intel Westmere Family description: The default server cluster memory_hugepage: true memory_overcommit: 100 storagedomains: [image] available: 55834574848 committed: 13958643712 ismaster: true status: active storage_add:
storage_format: v1 storage_path: /vfsimg storage_type: nfs type: data used: 9663676416 networks: [rhevm2] description: state: operational stp: false networks: [rhevm] description: Management Network state: operational stp: false templates: [Blank] bootorder: hd cpucore: 1 cpusocket: 1 creation_time: 2008-04-01T00:00:00.000-04:00 display: spice memory: 536870912 state: ok stateless: false type: desktop =item 2. To list the cluster 'Default', enter: lsve -t B -m -o Default Output is similar to: cpu: Intel Westmere Family description: The default server cluster memory_hugepage: true memory_overcommit: 10 =item 3. To list the Storage Domain 'image', enter: lsve -t B -m -o image Output is similar to: storagedomains: [image] available: 55834574848 committed: 13958643712 ismaster: true status: storage_add:
storage_format: v1 storage_path: /vfsimg storage_type: nfs type: data used: 9663676416 =item 4. To list the network 'rhevm', enter: lsve -t B -m -o rhevm Output is similar to: networks: [rhevm] description: Management Network state: operational stp: false =item 5. To list the template 'tpl01', enter: lsve -t tpl -m -o tpl01 Output is similar to: templates: [tpl01] bootorder: network cpucore: 2 cpusocket: 2 creation_time: 2012-08-22T23:52:35.953-04:00 display: vnc memory: 1999634432 state: ok stateless: false type: server =back =head1 FILES /opt/xcat/bin/lsve =head1 SEE ALSO L