Reference Guide

SSH, Telnet, or Remote RACADM
racadm -r <racIPAddr> -u username -p password <subcommand>
racadm -r <racIPAddr> -u username -p password getconfig -g <group name> -o <object name>
racadm <subcommand>
Example
racadm getsysinfo
racadm -r 192.168.0.2 -u username -p xxx getsysinfo
racadm -r 192.168.0.2 -u username -p xxx getconfig -g cfgchassispower
Remote RACADM
racadm -r <racIPAddr> -u <username> -p <password> <subcommand>
Example
racadm -r 192.168.0.2 -u root -p xxxx getsysinfo
Security Alert: Certificate is invalid - Certificate is not signed by Trusted Third Party
Continuing execution.
NOTE:
The following command does not display a security error:
racadm -r 192.168.0.2 -u noble -p xxx getsysinfo --nocertwarn
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>
Example
racadm get nic.nicconfig.2
[Key=NIC.Integrated.1-2-1#nicconfig]
BannerMessageTimeout=5
BootStrapType=AutoDetect
HideSetupPrompt=Disabled
Introduction
33