Difference between revisions of "ESXi - 6.7 esxcli hardware"
Jump to navigation
Jump to search
(→cpuid) |
(→global) |
||
Line 36: | Line 36: | ||
* '''set''' | * '''set''' | ||
: Set properties that are global to all CPUs. | : Set properties that are global to all CPUs. | ||
:* <code>esxcli hardware cpu global set</code> | :* <code>esxcli hardware cpu global set -t '''HYPERTHREADING'''</code> | ||
== ipmi == | == ipmi == |
Revision as of 00:47, 9 February 2022
hardware
Device manager commands
bootdevice
- list
- List the boot device order, if available, for this host.
esxcli hardware bootdevice list
clock
- get
- Disply the current hardware clock time.
esxcli hardware clock get
- set
- Set the hardware clock time. Any missing parameters will default to the current time.
esxcli hardware clock set TIME
- You must specify one of year, month, day, hour, minute or second
cpu
- list
- List all of the CPUs on this host.
esxcli hardware cpu list
cpuid
- get
- Get subset of CPUID fields for a CPU (deprecated, use: esxcli hardware cpu cpuid raw list).
esxcli hardware cpu cpuid get -c CPUID
raw
- list
- Get all CPUID fields for a CPU.
esxcli hardware cpu cpuid raw list -c CPUID
global
- get
- Get properties that are global to all CPUs.
esxcli hardware cpu global get
- set
- Set properties that are global to all CPUs.
esxcli hardware cpu global set -t HYPERTHREADING