Hostsvc/storage/diagnostic/query available: Difference between revisions
Jump to navigation
Jump to search
New page: ==== vimsh hostsvc/storage/diagnostic/query_available ==== Usage: Retrieve the list of available diagnostic partitions. Category: vimsh |
No edit summary |
||
Line 1: | Line 1: | ||
==== vimsh hostsvc/storage/diagnostic/query_available ==== | ==== vimsh hostsvc/storage/diagnostic/query_available ==== | ||
Usage: Retrieve the list of available diagnostic partitions. | Usage: Retrieve the list of available diagnostic partitions. | ||
==== Example output ==== | |||
# vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/storage/diagnostic/query_available | |||
(vim.host.DiagnosticPartition) [ | |||
(vim.host.DiagnosticPartition) { | |||
dynamicType = <unset>, | |||
storageType = "directAttached", | |||
diagnosticType = "singleHost", | |||
slots = 1, | |||
id = (vim.host.ScsiDisk.Partition) { | |||
dynamicType = <unset>, | |||
diskName = "vmhba2:0:0", | |||
partition = 9, | |||
}, | |||
} | |||
] | |||
[[Category: vimsh]] | [[Category: vimsh]] |
Revision as of 23:24, 2 January 2009
vimsh hostsvc/storage/diagnostic/query_available
Usage: Retrieve the list of available diagnostic partitions.
Example output
- vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/storage/diagnostic/query_available
(vim.host.DiagnosticPartition) [ (vim.host.DiagnosticPartition) { dynamicType = <unset>, storageType = "directAttached", diagnosticType = "singleHost", slots = 1, id = (vim.host.ScsiDisk.Partition) { dynamicType = <unset>, diskName = "vmhba2:0:0", partition = 9, }, } ]