Hostsvc/querydisabledmethods: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
(New page: ==== Vimsh hostsvc/querydisabledmethods==== Usage: querydisabled Query for disabled methods on the host. Category: Vimsh)
 
No edit summary
 
Line 3: Line 3:


Query for disabled methods on the host.
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"
]


[[Category: Vimsh]]
[[Category: Vimsh]]

Latest revision as of 02:09, 3 January 2009

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"
]