Vimsh: argtype: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
Lists the registered argument types. | Lists the registered argument types. | ||
==== Example output ==== | |||
[root@himalaya scripts]# vmware-vimsh -n -e "argtype" | |||
[2009-01-05 15:43:00.039 'App' 3076460672 info] Current working directory: /usr/lib/vmware/hostd | |||
[2009-01-05 15:43:00.040 'BaseLibs' 3076460672 info] HOSTINFO: Seeing Intel CPU, numCoresPerCPU 4 numThreadsPerCore 1. | |||
[2009-01-05 15:43:00.041 'BaseLibs' 3076460672 info] HOSTINFO: hyperthreading disabled, setting number of threads per core to 1. | |||
[2009-01-05 15:43:00.042 'BaseLibs' 3076460672 info] HOSTINFO: This machine has 2 physical CPUS, 8 total cores, and 8 logical CPUs. | |||
[2009-01-05 15:43:00.043 'BaseLibs' 3076460672 info] System libcrypto.so.0.9.7 library is older than our library (90701F < 90709F) | |||
[2009-01-05 15:43:00.044 'App' 3076460672 info] Vmacore::InitSSL: doVersionCheck = true, handshakeTimeoutUs = 120000000 | |||
[2009-01-05 15:43:00.065 'BaseLibs' 9333680 warning] [Vmdb_Unset] Unsetting unknown path: /vmomi/ | |||
account_user host_mode_lock_type scsi_disk_device | |||
advanced_option_key lic_addons scsi_lun | |||
argtype lic_editions scsi_lun_type | |||
auth_privilege_id lic_source scsi_lun_vmhba | |||
auth_role_name local_file_path scsi_lun_vmtype | |||
bool managed_entity_moid task_id | |||
console_virtual_nic multipath_lun_policy virtual_nic | |||
datastore multipath_path virtual_switch | |||
debug_exception_variable pci_device vm_id | |||
diagnostic_storage_type perfcount_query_moid vm_message_choice_key | |||
diagnostic_type perfcount_registry_path vm_message_id | |||
fs_volume_label physical_nic vmfs_blocksize | |||
host_bus_adapter physical_nic_mb vmfs_majorversion | |||
host_bus_adapter_type portgroup vmotion_vnic | |||
[[Category: Vimsh]] | [[Category: Vimsh]] |
Latest revision as of 00:44, 6 January 2009
vimsh argtype command
Usage: argtype
Lists the registered argument types.
Example output
[root@himalaya scripts]# vmware-vimsh -n -e "argtype" [2009-01-05 15:43:00.039 'App' 3076460672 info] Current working directory: /usr/lib/vmware/hostd [2009-01-05 15:43:00.040 'BaseLibs' 3076460672 info] HOSTINFO: Seeing Intel CPU, numCoresPerCPU 4 numThreadsPerCore 1. [2009-01-05 15:43:00.041 'BaseLibs' 3076460672 info] HOSTINFO: hyperthreading disabled, setting number of threads per core to 1. [2009-01-05 15:43:00.042 'BaseLibs' 3076460672 info] HOSTINFO: This machine has 2 physical CPUS, 8 total cores, and 8 logical CPUs. [2009-01-05 15:43:00.043 'BaseLibs' 3076460672 info] System libcrypto.so.0.9.7 library is older than our library (90701F < 90709F) [2009-01-05 15:43:00.044 'App' 3076460672 info] Vmacore::InitSSL: doVersionCheck = true, handshakeTimeoutUs = 120000000 [2009-01-05 15:43:00.065 'BaseLibs' 9333680 warning] [Vmdb_Unset] Unsetting unknown path: /vmomi/ account_user host_mode_lock_type scsi_disk_device advanced_option_key lic_addons scsi_lun argtype lic_editions scsi_lun_type auth_privilege_id lic_source scsi_lun_vmhba auth_role_name local_file_path scsi_lun_vmtype bool managed_entity_moid task_id console_virtual_nic multipath_lun_policy virtual_nic datastore multipath_path virtual_switch debug_exception_variable pci_device vm_id diagnostic_storage_type perfcount_query_moid vm_message_choice_key diagnostic_type perfcount_registry_path vm_message_id fs_volume_label physical_nic vmfs_blocksize host_bus_adapter physical_nic_mb vmfs_majorversion host_bus_adapter_type portgroup vmotion_vnic