Hostsvc/storage/diagnostic/get active: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
(New page: ==== hostsvc/storage/diagnostic/get_active ==== Usage: Get the active vmkernel diagnostic partition information. Category: Vimsh)
 
(added example output)
 
Line 1: Line 1:
==== hostsvc/storage/diagnostic/get_active ====
==== hostsvc/storage/diagnostic/get_active ====
Usage: Get the active vmkernel diagnostic partition information.
Usage: Get the active vmkernel diagnostic partition information.
====Example output====
# vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/storage/diagnostic/get_active
(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]]

Latest revision as of 00:22, 3 January 2009

hostsvc/storage/diagnostic/get_active

Usage: Get the active vmkernel diagnostic partition information.

Example output

# vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/storage/diagnostic/get_active
(vim.host.DiagnosticPartition) {
   dynamicType = <unset>,
   storageType = "directAttached",
   diagnosticType = "singleHost",
   slots = 1,
   id = (vim.host.ScsiDisk.Partition) {
      dynamicType = <unset>,
      diskName = "vmhba2:0:0",
      partition = 9,
   },
}