CLI Guide

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-1#nicconfig]
NIC.nicconfig.2 [Key=NIC.Integrated.1-2-1#nicconfig]
NIC.nicconfig.3 [Key=NIC.Integrated.1-3-1#nicconfig]
NIC.nicconfig.4 [Key=NIC.Integrated.1-4-1#nicconfig]
To display the object 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]
BannerMessageTimeout=5
BootStrapType=AutoDetect
HideSetupPrompt=Disabled
LegacyBootProto=NONE
LnkSpeed=AutoNeg
#VLanId=1
VLanMode=Disabled
To display a single object for the specified group, run:
racadm get device.<group name>.<index>.<object name>
Example
racadm get nic.nicconfig.3.legacybootproto
[Key=NIC.Integrated.1-3#NICConfig]
Legacybootproto=PXE
RACADM Command Options
The following table lists the options for the RACADM command:
Table 1. RACADM Command Options
Option Description
-r <cmcIpAddr>
Specifies the controller’s IP address.
-r <racIpAddr>
-r <racIpAddr> : <port number>
Specifies the controller’s remote IP address.
Use <port number> if the iDRAC port number is not the default port
(443).
-u <username>
Specifies the user name that is used to authenticate the command
transaction. If the-u option is used, the -p option must be used, and the
-i option (interactive) is not allowed.
NOTE: If you are using CIFS that is registered with a domain,
and are accessing the CIFS using the IP with the CIFS local
user credentials, it is mandatory to enter the hostname or
host IP with the -u option. The format is - <hostname/
username> or <host IP/username>
-p <password>
Specifies the password used to authenticate the command transaction. If
the -p option is used, the -i option is not allowed.
Introduction 35