Reference Guide

idRacVersionInfo (Read Only)
Description
String containing the current product firmware version
Legal Values
A string of up to 63 ASCII characters.
Default
The current version number.
idRacBuildInfo (Read Only)
Description
String containing the current RAC firmware build version.
Legal Values
A string of up to 16 ASCII characters.
Default
The current iDRAC firmware build version.
idRacName (Read Only)
Description
A user-assigned name to identify this controller.
Legal Values
A string of up to 15 ASCII characters.
Default
iDRAC
iDRAC Type (Read Only)
Description
Identifies the remote access controller type.
Legal Values
Product ID
Default
For 10G iDRAC: 8
For 11G iDRAC6 on Rack and Tower Servers: 10
For 11G iDRAC6 Enterprise on Blade Servers: 11
For 12G iDRAC on Rack and Tower Servers: 16
For 12G iDRAC Enterprise on Blade Servers: 17
Example
racadm getconfig -g idRacInfo
# idRacType=8
# idRacProductInfo=Chassis Management Controller
# idRacDescriptionInfo=This system component provides a complete
set of remote management functions for blade servers
# idRacVersionInfo=P21
# idRacBuildInfo=200708301525
# idRacName=CMC-1
racadm getconfig -g idRacInfo
# idRacType=16
# idRacProductInfo=Integrated Dell Remote Access Controller
# idRacDescriptionInfo=This system component provides a complete set of remote management
functions for Dell PowerEdge Servers
# idRacVersionInfo=1.06.06
# idRacBuildInfo=15
# idRacName=idrac-GSRS3V1
105