Vmware-vim-cmd: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
(New page: ==== Vmware-vim-cmd ==== The command line version of the vimsh command. This can be used in your scripts and replaces the alternative vimsh -n -e <command> so now you can use: vmw...)
 
No edit summary
Line 7: Line 7:
so now you can use:
so now you can use:
  vmware-vim-cmd <command>
  vmware-vim-cmd <command>
Usage: /usr/lib/vmware/hostd/vmware-vim-cmd [options]... command [cmd_arg1] [cmd_arg2] ...
Options:
  -h          Display this help message and exit
  -v          Display version information and exit
  -H <host>    Host name to connect
  -O <port>    Port number to connect
  -U <user>    User name to use for login
  -P <pass>    Password to use for login
  -d <level>  Show verbose debug output. (info, verbose, trivia)
Use the help command to get information on the commands available.
  /usr/lib/vmware/hostd/vmware-vim-cmd help [command]


[[Category: ESX]][[Category: SDK]]
[[Category: ESX]][[Category: SDK]]

Revision as of 23:33, 28 December 2008

Vmware-vim-cmd

The command line version of the vimsh command. This can be used in your scripts and replaces the alternative

vimsh -n -e <command>

so now you can use:

vmware-vim-cmd <command>
Usage: /usr/lib/vmware/hostd/vmware-vim-cmd [options]... command [cmd_arg1] [cmd_arg2] ...

Options:
  -h           Display this help message and exit
  -v           Display version information and exit
  -H <host>    Host name to connect
  -O <port>    Port number to connect
  -U <user>    User name to use for login
  -P <pass>    Password to use for login
  -d <level>   Show verbose debug output. (info, verbose, trivia)

Use the help command to get information on the commands available.

  /usr/lib/vmware/hostd/vmware-vim-cmd help [command]