VMware Communities > Blogs > Jonathan Marrott's VM Scripting Blog > Tags

Blog Posts

Jonathan Marrott's VM Scripting Blog

1 Posts tagged with the datacenter tag
0

List DCs and Clusters

Posted by froboy Jan 22, 2008

These two scripts are both designed for enumeration of objects. The cluster specific script will also enumerate HA properties about that cluster.

Usage:
listdcs.pl --server lewvc --username <username> --password <password>
listdcclusters.pl --server lewvc --username <username> --password <password> --datacenter <DC Name>

0 Comments Permalink