NAME

extractlog.pl - Allows extract of the vmware.log for any virtual machine.


SYNOPSIS

 extractlog.pl [options]


DESCRIPTION

This command provides an interface to extract the vmware.log for any virtual machine.


OPTIONS

vmname

Name of the Virtual Machine.

localpath

Localpath to save the extracted log.


EXAMPLES

To extract the vmware.log of Virtual Machine ``ABC'' at location ``C:/tmp'':

   extractlog.pl --url <https://<IP Address>:<Port>/sdk/vimService>
                 --username myuser --password mypassword --localpath "C:/tmp"
                 --vmname ABC