- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I need a command or script for ESXi to get all of the CPUIDs related to my Server's CPUs.
could anybody help me please???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
check this:
VMware KB: Checking cpuinfo information on an ESXi host
_________________________________________________________________________________________
If you found this or any other answer helpful, please consider to award points. (use Correct or Helpful buttons)
Regards,
P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you vNEX
i have seen it before
is there any Similar Command for Higher Version of ESXi?
for example for version 5.1 or 5.5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This KB applies also for 5.x releases
vim-cmd hostsvc/hosthardware works for me on 5.1 release ....
same for VMware's CPUID ISO at the end of the article.
You can also use esxcli to retrieve CPUID info esxcli hardware cpu cpuid get or esxcli hardware cpu global get
I am sure some command exist for PowerCLI but cannot tell you right now...
Lastly you can also grab some CPU info from inside the guest OS with this tools:
_________________________________________________________________________________________
If you found this or any other answer helpful, please consider to award points. (use Correct or Helpful buttons)
Regards,
P.