Menu

Virtual Geek

Tales from real IT system administrators world and non-production environment

Monitoring Dell Server Health Using RACADM CLI: Sensor Info from iDRAC

The racadm cli command with getsensorinfo subcommand fetches real-time live hardware sensor data such as temperature, voltage, and power, memory, processor status and other hardware information from a Dell server's iDRAC system. This is very useful to system administrators for monitoring server health remotely via CLI. It helps prevent hardware failures and optimize thermal management without needing to go to server physically or need physical access.

In the data provided, key hardware components such as PSUs / Power Supplies, CPUs / Processors, DIMMs / Memory / RAMs, fans, and system voltages are continuously checked and monitored. It helps IT teams proactively detect failing components, overheating CPUs, voltage irregularities, memory presence/absence, and even chassis intrusions. This command is helpful and ideal for automating health checks, integrating into monitoring tools, and improving data center operational reliability - all without depending on Web GUI-based tools or requiring physical access to servers.

Here is the command.

racadm -r <servername_ip> -u <username> -p <password> getsensorinfo --nocertwarn

This is sample file to check and view all what sensors data it collects.

Sensor Type : POWER
<Sensor Name>                   <Status>                 <Type>
PS1 Status                      Present                  AC
PS2 Status                      Present                  AC

Sensor Type : TEMPERATURE
<Sensor Name>            <Status>    <Reading> <lc> <uc>  <lnc>[R/W]  <unc>[R/W]
[Key = iDRAC.Embedded.1#SystemBoardInletTemp]
System Board Inlet Temp       Ok      26C      -7C  47C      3C [Y]      42C [Y]

[Key = iDRAC.Embedded.1#SystemBoardExhaustTemp]
System Board Exhaust Temp     Ok      38C      3C   75C      8C [N]      70C [N]

[Key = iDRAC.Embedded.1#CPU1Temp]
CPU1 Temp                     Unknown NA       NA   NA       NA          NA

[Key = iDRAC.Embedded.1#CPU2Temp]
CPU2 Temp                     Unknown NA       NA   NA       NA          NA

[Key = iDRAC.Embedded.1#CPU3Temp]
CPU3 Temp                     Unknown NA       NA   NA       NA          NA

[Key = iDRAC.Embedded.1#CPU4Temp]
CPU4 Temp                     Ok      46C      3C   92C      8C [N]      87C [N]

Sensor Type : VOLTAGE
<Sensor Name>                   <Status>    <Reading>           <lc>        <uc>
CPU1 VCORE PG                   Unknown     NULL                NA          NA
CPU2 VCORE PG                   Ok          Good                NA          NA
CPU3 VCORE PG                   Unknown     NULL                NA          NA
CPU4 VCORE PG                   Ok          Good                NA          NA
System Board 3.3V PG            Unknown     NULL                NA          NA
System Board 5V PG              Ok          Good                NA          NA
CPU2 PLL PG                     Ok          Good                NA          NA
CPU3 PLL PG                     Unknown     NULL                NA          NA
CPU4 PLL PG                     Ok          Good                NA          NA
CPU1 PLL PG                     Unknown     NULL                NA          NA
System Board 1.1V PG            Ok          Good                NA          NA
System Board PS2 PG Fail        Unknown     NULL                NA          NA
System Board PS1 PG Fail        Ok          Good                NA          NA
System Board BP1 5V PG          Unknown     NULL                NA          NA
CPU1 M23 VDDQ PG                Ok          Good                NA          NA
CPU1 M23 VTT PG                 Unknown     NULL                NA          NA
System Board FETDRV PG          Ok          Good                NA          NA
CPU2 VSA PG                     Ok          Good                NA          NA
CPU3 VSA PG                     Unknown     NULL                NA          NA
CPU4 VSA PG                     Ok          Good                NA          NA
CPU1 VSA PG                     Unknown     NULL                NA          NA
CPU2 M01 VDDQ PG                Ok          Good                NA          NA
CPU3 M01 VDDQ PG                Unknown     NULL                NA          NA
CPU4 M01 VDDQ PG                Ok          Good                NA          NA
CPU1 M01 VDDQ PG                Unknown     NULL                NA          NA
CPU2 M23 VTT PG                 Ok          Good                NA          NA
CPU3 M23 VTT PG                 Unknown     NULL                NA          NA
CPU4 M23 VTT PG                 Ok          Good                NA          NA
CPU2 M01 VTT PG                 Unknown     NULL                NA          NA
CPU3 M01 VTT PG                 Ok          Good                NA          NA
CPU4 M01 VTT PG                 Unknown     NULL                NA          NA
System Board NDC PG             Ok          Good                NA          NA
CPU2 VTT PG                     Ok          Good                NA          NA
CPU3 VTT PG                     Unknown     NULL                NA          NA
CPU4 VTT PG                     Ok          Good                NA          NA
CPU1 VTT PG                     Unknown     NULL                NA          NA
CPU2 M23 VDDQ PG                Ok          Good                NA          NA
CPU3 M23 VDDQ PG                Unknown     NULL                NA          NA
CPU4 M23 VDDQ PG                Ok          Good                NA          NA
System Board 1.5V PG            Unknown     NULL                NA          NA
CPU1 M01 VTT PG                 Ok          Good                NA          NA
PS2 Voltage 2                   Unknown     NA                  NA          NA
PS1 Voltage 1                   Unknown     NA                  NA          NA

Sensor Type : CURRENT
<Sensor Name>            <Status>    <Reading> <lc> <uc>  <lnc>[R/W]  <unc>[R/W]
[Key = iDRAC.Embedded.1#PS2Current2]
PS2 Current 2                 Unknown NA       NA   NA       NA          NA

[Key = iDRAC.Embedded.1#SystemBoardPwrConsumption]
System Board Pwr Consumption  Ok      NA       NA   2702Watts 0Watts [N]      2464Watts [Y]

[Key = iDRAC.Embedded.1#PS1Current1]
PS1 Current 1                 Unknown NA       NA   NA       NA          NA

Sensor Type : PROCESSOR
<Sensor Name>                   <Status>    <State>             <lc>        <uc>
CPU1 Status                     Unknown     N/A                 NA          NA
CPU2 Status                     Ok          Presence_Detected   NA          NA
CPU3 Status                     Ok          Presence_Detected   NA          NA
CPU4 Status                     Ok          Presence_Detected   NA          NA

Sensor Type : MEMORY
<Sensor Name>                   <Status>    <State>             <lc>        <uc>
DIMM A1                         Unknown     N/A                 NA          NA
DIMM A2                         Ok          Presence_Detected   NA          NA
DIMM A3                         Unknown     N/A                 NA          NA
DIMM A4                         Ok          Presence_Detected   NA          NA
DIMM A5                         Unknown     N/A                 NA          NA
DIMM A6                         N/A         Absent              NA          NA
DIMM A7                         Unknown     N/A                 NA          NA
DIMM A8                         N/A         Absent              NA          NA
DIMM A9                         Unknown     N/A                 NA          NA
DIMM A10                        N/A         Absent              NA          NA
DIMM A11                        Unknown     N/A                 NA          NA
DIMM A12                        N/A         Absent              NA          NA
DIMM B1                         Unknown     N/A                 NA          NA
DIMM B2                         Unknown     N/A                 NA          NA
DIMM B3                         Unknown     N/A                 NA          NA
DIMM B4                         Unknown     N/A                 NA          NA
DIMM B5                         Unknown     N/A                 NA          NA
DIMM B6                         N/A         Absent              NA          NA
DIMM B7                         Unknown     N/A                 NA          NA
DIMM B8                         Unknown     N/A                 NA          NA
DIMM B9                         Unknown     N/A                 NA          NA
DIMM B10                        N/A         Absent              NA          NA
DIMM B11                        Unknown     N/A                 NA          NA
DIMM B12                        N/A         Absent              NA          NA
DIMM C1                         Unknown     N/A                 NA          NA
DIMM C2                         Unknown     N/A                 NA          NA
DIMM C3                         Unknown     N/A                 NA          NA
DIMM C4                         Ok          Presence_Detected   NA          NA
DIMM C5                         Unknown     N/A                 NA          NA
DIMM C6                         Unknown     N/A                 NA          NA
DIMM C7                         Unknown     N/A                 NA          NA
DIMM C8                         Unknown     N/A                 NA          NA
DIMM C9                         Unknown     N/A                 NA          NA
DIMM C10                        Unknown     N/A                 NA          NA
DIMM C11                        Unknown     N/A                 NA          NA
DIMM C12                        Unknown     N/A                 NA          NA
DIMM D1                         Unknown     N/A                 NA          NA
DIMM D2                         Unknown     N/A                 NA          NA
DIMM D3                         Unknown     N/A                 NA          NA
DIMM D4                         Unknown     N/A                 NA          NA
DIMM D5                         Unknown     N/A                 NA          NA
DIMM D6                         Unknown     N/A                 NA          NA
DIMM D7                         Unknown     N/A                 NA          NA
DIMM D8                         Unknown     N/A                 NA          NA
DIMM D9                         Unknown     N/A                 NA          NA
DIMM D10                        Unknown     N/A                 NA          NA
DIMM D11                        Unknown     N/A                 NA          NA
DIMM D12                        Unknown     N/A                 NA          NA

Sensor Type : BATTERY
<Sensor Name>                   <Status>    <Reading>           <lc>        <uc>
System Board CMOS Battery       Ok          Present             NA          NA
PERC1 ROMB Battery              Ok          Unknown             NA          NA

Sensor Type : PERFORMANCE
<Sensor Name>                   <Status>    <State>        <lc>      <uc>
System Board Power Optimized    Unknown     Unknown        NA        NA

Sensor Type : INTRUSION
<Sensor Name>                   <Intrusion>    <Status>
System Board Intrusion          Closed         Power ON

Sensor Type : REDUNDANCY
<Sensor Name>                   <Status>                 <Type>
System Board Fan Redundancy     Disabled                 Fan
System Board PS Redundancy      Disabled                 PSU

Useful Articles
Find Dell iDrac, HPE ilo IPMI ip address on VMware ESXi
Reset Dell iDRAC password from ESXi server
Install Update VIB Zip files software on VMware ESXi server
Uninstall Remove VIB software from ESXi server
Build custom ESXi image using VMware Image Builder
Update ESXi servers in VMware Cluster using vCenter Lifecycle Manager
Update offline bundle zip on standalone ESXi host using commandline without vCenter
PowerCLI List Add Delete Role Assignment account user on ESXi server with esxcli
Broadcom VMware PowerCLI based ESXi capacity planner html web portal

Go Back

Comment

Protected by Mathcha

Blog Search

Page Views

1 4 2 2 8 6 2 9

Archive

Follow me on Blogarama