Reference Guide
Example
racadm get idrac.info
racadm getsysinfo
Remote RACADM
racadm -r <racIpAddr> -u <username> -p <password> get
<devicename>.<groupname>.[<index>].[<objectname>]
racadm -r <racIpAddr> -u <username> -p <password> set
<devicename>.<groupname>.[<index>].<objectname> <value>
racadm -r <racIpAddr> -u <username> -p <password>
<subcommand>
Example
racadm -r 192.168.1.0 -u root -p xxxx get idrac.ssh.port
Security Alert: Certificate is invalid - Certificate is
not signed by Trusted Third Party Continuing execution.
Use -S option for racadm to stop execution on certificate-
related errors. [Key=idrac.Embedded.1#SSH.1] Port=22
NOTE: The following command will not display the security error.
racadm -r 192.168.0.0 -u root -p xxxx set idrac.ssh.port 22
racadm -r 192.168.0.0 -u root -p xxxx getsysinfo
racadm -r 192.168.0.0 -u root -p xxxx --nocertwarn get
idrac.ssh.port
Accessing Indexed-Based Device Groups and Objects
• To access any object, run the following syntax:
device.<group name>.[<index>].<object 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-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>
14