Vmsvc/get.config.cpuidmask

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 vmsvc/get.config.cpuidmask

Usage: get.config.cpuidmask vmid

Retrieves and displays the cpu id masks for this virtual machine

Example output

[root@himalaya scripts]# vmware-vim-cmd vmsvc/get.config.cpuidmask 31168
(vim.host.CpuIdInfo) [
  (vim.host.CpuIdInfo) {
     dynamicType = <unset>,
     level = 0,
     vendor = <unset>,
     eax = <unset>,
     ebx = <unset>,
     ecx = <unset>,
     edx = <unset>,
  },
  (vim.host.CpuIdInfo) {
     dynamicType = <unset>,
     level = 0,
     vendor = "amd",
     eax = <unset>,
     ebx = <unset>,
     ecx = <unset>,
     edx = <unset>,
  },
  (vim.host.CpuIdInfo) {
     dynamicType = <unset>,
     level = 1,
     vendor = <unset>,
     eax = <unset>,
     ebx = <unset>,
     ecx = <unset>,
     edx = <unset>,
  },
  (vim.host.CpuIdInfo) {
     dynamicType = <unset>,
     level = 1,
     vendor = "amd",
     eax = <unset>,
     ebx = <unset>,
     ecx = <unset>,
     edx = <unset>,
  },
  (vim.host.CpuIdInfo) {
     dynamicType = <unset>,
     level = -2147483648,
     vendor = <unset>,
     eax = <unset>,
     ebx = <unset>,
     ecx = <unset>,
     edx = <unset>,
  },
  (vim.host.CpuIdInfo) {
     dynamicType = <unset>,
     level = -2147483648,
     vendor = "amd",
     eax = <unset>,
     ebx = <unset>,
     ecx = <unset>,
     edx = <unset>,
  },
  (vim.host.CpuIdInfo) {
     dynamicType = <unset>,
     level = -2147483647,
     vendor = <unset>,
     eax = <unset>,
     ebx = <unset>,
     ecx = <unset>,
     edx = <unset>,
  },
  (vim.host.CpuIdInfo) {
     dynamicType = <unset>,
     level = -2147483647,
     vendor = "amd",
     eax = <unset>,
     ebx = <unset>,
     ecx = <unset>,
     edx = <unset>,
  },
  (vim.host.CpuIdInfo) {
     dynamicType = <unset>,
     level = -2147483640,
     vendor = <unset>,
     eax = <unset>,
     ebx = <unset>,
     ecx = <unset>,
     edx = <unset>,
  },
  (vim.host.CpuIdInfo) {
     dynamicType = <unset>,
     level = -2147483640,
     vendor = "amd",
     eax = <unset>,
     ebx = <unset>,
     ecx = <unset>,
     edx = <unset>,
  }
]