Difference between revisions of "ESXi - 6.7 esxcli hardware"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
Line 39: Line 39:


== ipmi ==
== ipmi ==
=== bmc ===
* '''get'''
: Get IPMI Baseboard Management Controller (BMC) properties.
:* <code>esxcli hardware ipmi bmc get</code>
* '''set'''
: Set IPMI Baseboard Management Controller (BMC) properties. Changes take effect immediately.
:* <code>esxcli hardware ipmi bmc set</code>
=== fru ===
* '''get'''
: Get IPMI Field Replaceable Unit (FRU) device details.
:* <code>esxcli hardware ipmi fru get</code>
* '''list'''
: List IPMI Field Replaceable Unit (FRU) inventory.
:* <code>esxcli hardware ipmi fru list</code>
=== sdr ===
* '''get'''
: Get IPMI Sensor Data Repository (SDR) properties.
:* <code>esxcli hardware ipmi sdr get</code>
* '''list'''
: List IPMI Sensor Data Repository.
:* <code>esxcli hardware ipmi sdr list</code>
=== sel ===
* '''clear'''
: Clear IPMI System Event Log.
:* <code>esxcli hardware ipmi sel clear</code>
* '''get'''
: Get IPMI System Event Log (SEL) properties.
:* <code>esxcli hardware ipmi sel get</code>
* '''list'''
: List IPMI System Event Log.
:* <code>esxcli hardware ipmi sel list</code>
== memory ==
== memory ==
== pci ==
== pci ==

Revision as of 01:02, 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

ipmi

bmc

  • get
Get IPMI Baseboard Management Controller (BMC) properties.
  • esxcli hardware ipmi bmc get
  • set
Set IPMI Baseboard Management Controller (BMC) properties. Changes take effect immediately.
  • esxcli hardware ipmi bmc set

fru

  • get
Get IPMI Field Replaceable Unit (FRU) device details.
  • esxcli hardware ipmi fru get
  • list
List IPMI Field Replaceable Unit (FRU) inventory.
  • esxcli hardware ipmi fru list

sdr

  • get
Get IPMI Sensor Data Repository (SDR) properties.
  • esxcli hardware ipmi sdr get
  • list
List IPMI Sensor Data Repository.
  • esxcli hardware ipmi sdr list

sel

  • clear
Clear IPMI System Event Log.
  • esxcli hardware ipmi sel clear
  • get
Get IPMI System Event Log (SEL) properties.
  • esxcli hardware ipmi sel get
  • list
List IPMI System Event Log.
  • esxcli hardware ipmi sel list

memory

pci

platform

power

smartcard

tpm

trustedboot

usb