Difference between revisions of "RemoteCLI"

Jump to navigation Jump to search
359 bytes added ,  07:56, 5 August 2011
→‎vmware-cmd: Added some examples
(→‎vmware-cmd: Added start example)
(→‎vmware-cmd: Added some examples)
Line 39: Line 39:


<code> vmware-cmd </code> Performs similar operations as is available from ESX command line
<code> vmware-cmd </code> Performs similar operations as is available from ESX command line
List all VM's registered to the ESX...
vmware-cmd.pl --server esx --username root --password pass -l


So to start a VM registered on a particular ESX...
So to start a VM registered on a particular ESX...
  vmware-cmd.pl /vmfs/volumes/path/to/server.vmx start --server esx --username root --password pass
  vmware-cmd.pl /vmfs/volumes/path/to/server.vmx start --server esx --username root --password pass
To register a VM...
vmware-cmd.pl --server esx --username root --password pass -s register /vmfs/volumes/path/to/server.vmx
To unregister a VM...
vmware-cmd.pl --server esx --username root --password pass -s unregister /vmfs/volumes/path/to/server.vmx


[[Category:VMware]]
[[Category:VMware]]

Navigation menu