Hostsvc/querydisabledmethods

From VI-Toolkit
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Vimsh hostsvc/querydisabledmethods

Usage: querydisabled

Query for disabled methods on the host.

example output

# vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/querydisabledmethods
Disabled methods:

(vmodl.MethodName) [
   "vim.HostSystem.disconnect",
   "vim.HostSystem.reconnect",
   "vim.HostSystem.reconfigureDAS",
   "vim.HostSystem.exitStandbyMode",
   "vim.HostSystem.exitMaintenanceMode"
]