22
0
Fork 0

Ajout section "Afficher la valeur des registres d'un type particulier (exemple avec Power Supply)"

This commit is contained in:
whirigoyen 2022-11-10 09:24:01 +01:00
parent 530b90a3d7
commit 6e88700c37
1 changed files with 39 additions and 0 deletions

View File

@ -90,6 +90,45 @@ GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8"
GRUB_TERMINAL="console serial"
```
## Afficher la valeur des registres d'un type particulier (exemple avec Power Supply)
Lister la valeur des sondes du type « Power supply » :
~~~
# ipmitool sdr type "Power Supply"
PS Redundancy | 77h | ok | 7.1 | Fully Redundant
Status | 85h | ok | 10.1 | Presence detected
Status | 86h | ok | 10.2 | Presence detected, Power Supply AC lost
~~~
Lister les types de sondes :
~~~
# ipmitool sdr type
Sensor Types:
Temperature (0x01) Voltage (0x02)
Current (0x03) Fan (0x04)
Physical Security (0x05) Platform Security (0x06)
Processor (0x07) Power Supply (0x08)
Power Unit (0x09) Cooling Device (0x0a)
Other (0x0b) Memory (0x0c)
Drive Slot / Bay (0x0d) POST Memory Resize (0x0e)
System Firmwares (0x0f) Event Logging Disabled (0x10)
Watchdog1 (0x11) System Event (0x12)
Critical Interrupt (0x13) Button (0x14)
Module / Board (0x15) Microcontroller (0x16)
Add-in Card (0x17) Chassis (0x18)
Chip Set (0x19) Other FRU (0x1a)
Cable / Interconnect (0x1b) Terminator (0x1c)
System Boot Initiated (0x1d) Boot Error (0x1e)
OS Boot (0x1f) OS Critical Stop (0x20)
Slot / Connector (0x21) System ACPI Power State (0x22)
Watchdog2 (0x23) Platform Alert (0x24)
Entity Presence (0x25) Monitor ASIC (0x26)
LAN (0x27) Management Subsys Health (0x28)
Battery (0x29) Session Audit (0x2a)
Version Change (0x2b) FRU State (0x2c)
~~~
## En travaux