Vmware-vim-cmd
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]