Listing all VM's in a cluster

From VI-Toolkit
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

vms_list_cluster.pl

author: Jeremy van Doorn

Description

Allows you to retrieve the names of the hosts, number and name of virtual machines in cluster.

Usage:

Change the following login information in the script to match your environment.

 my $username = "vmware";
 my $password = "vi3demo";
 my $service_url = "https://172.28.1.250/sdk/vimService";
 my $cluster_name = "ESX Cluster";

Then run it like this:

[vi-admin@]$ ./vms_list_cluster.pl

Location

http://www.run-virtual.com/?page_id=182