Validating the VI Perl Toolkit InstallationYou can confirm successful VI Perl Toolkit installation by running any one of the Utility Applications, or by running one of the sample scripts. Running a Sample ScriptTo navigate to the samples sub-directory /usr/local/share/doc/viperltoolkit/samples In the samples sub-directory, youll find several other sub-directories, including:
The datacenterlisting.pl (in the \samples\discovery folder), is a good place to start. Its a basic discovery utility that obtains a list of hosts and virtual machines running at the specified server. You must pass to the script (as a parameter) the name of the ESX Server host or VirtualCenter Management Server host system. To run the script:
For example, running datacenterlisting.pl against a VirtualCenter Management Server might be as follows: perl discovery/datacenterlisting.pl --server 10.17.152.252 --datacenter Primary_Datacenter --username Administrator --password password If you are testing your setup against an ESX Server host, you must pass an empty string to the datacenter parameter, as in: perl discovery/datacenterlisting.pl --server 10.17.152.252 --datacenter ' ' --username root --password password |
Copyright © 2007 VMware, Inc. All rights reserved.
VI Perl Toolkit 1.0 | Released 30-Aug-2007 | Last updated 28-August-2007 7:00 pm