Difference between revisions of "ESXi - 6.7 esxcli hardware"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
(Created page with "= hardware = Device manager commands == bootdevice == == clock == == cpu == == ipmi == == memory == == pci == == platform == == power == == smartcard == == tpm == == trustedboot == == usb ==")
 
Line 2: Line 2:
Device manager commands
Device manager commands
== bootdevice ==
== bootdevice ==
* '''list'''
: List the boot device order, if available, for this host.
:* <code>esxcli hardware bootdevice list</code>
== clock ==
== clock ==
* '''get'''
: Disply the current hardware clock time.
:* <code>esxcli hardware clock get</code>
* '''set'''
: Set the hardware clock time. Any missing parameters will default to the current time.
:* <code>esxcli hardware clock set</code>
== cpu ==
== cpu ==
* '''list'''
: List all of the CPUs on this host.
:* <code>esxcli hardware cpu list</code>
=== cpuid ===
* '''get'''
: Get subset of CPUID fields for a CPU (deprecated, use: esxcli hardware cpu cpuid raw list).
:* <code>esxcli hardware cpu cpuid get</code>
==== raw ====
* '''list'''
: Get all CPUID fields for a CPU.
:* <code>esxcli hardware cpu cpuid raw list</code>
=== global ===
* '''get'''
: Get properties that are global to all CPUs.
:* <code>esxcli hardware cpu global get</code>
* '''set'''
: Set properties that are global to all CPUs.
:* <code>esxcli hardware cpu global set</code>
== ipmi ==
== ipmi ==
== memory ==
== memory ==

Revision as of 00:40, 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

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

raw

  • list
Get all CPUID fields for a CPU.
  • esxcli hardware cpu cpuid raw list

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

ipmi

memory

pci

platform

power

smartcard

tpm

trustedboot

usb