Reference Guide

Local RACADM
racadm getconfig -g <groupname> [-o <objectname>]
[-i <indexnumber>]
racadm <subcommand>
Example
racadm getconfig -g idracinfo
racadm getsysinfo
SSH or Telnet RACADM
racadm getconfig -g <groupname> [-o <objectname>]
[-i <indexnumber>]
racadm <subcommand>
Example
racadm getconfig -g idracinfo
racadm getsysinfo
Remote RACADM
racadm -r <racIpAddr> -u <username> -p <password> getconfig -g <groupname> [-o
<objectname>] [-i <indexnumber>]
racadm -r <racIpAddr> -u <username> -p <password> <subcommand>
Example
racadm -r <racIpAddr> -u <username> -p <password> getconfig -g idracinfo
racadm -r <racIpAddr> -u <username> -p <password> getsysinfo
Accessing Indexed-Based Device Groups and Objects
To access any attribute, run the following syntax:
device.<group name>.[<index>].<attribute name>
To display the supported indexes for a specified group, run:
racadm get device.<group name>
Example
racadm get nic.nicconfig
NIC.nicconfig.1 [Key=NIC.Integrated.1-1#NICConfig]
NIC.nicconfig.2 [Key=NIC.Integrated.1-2#NICConfig]
NIC.nicconfig.3 [Key=NIC.Integrated.1-3#NICConfig]
To display the attribute list for the specified group, run:
racadm get device.<group name>.<index>
Example
racadm get nic.nicconfig.2
[Key=NIC.Integrated.1-2-1#NICConfig]
LegacyBootProto = NONE
LnkSpeed = AutoNeg
VLanId = 1
12