Reference Guide

SSH, Telnet, or Remote RACADM
racadm -r <cmcIPAddr> -u username -p password <subcommand>
racadm -r <cmcIPAddr> -u username -p password getconfig -g <group name> -o <object name>
racadm <subcommand>
Example
racadm getsysinfo
racadm -r 192.168.0 -u username -p xxx getsysinfo
racadm -r 192.168.0 -u username -p xxx getconfig -g cfgchassispower
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 <cmcIpAddr> -u <username> -p <password> <subcommand>
Example
racadm -r 192.168.0 -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 -u noble -p xxx getsysinfo --nocertwarn
RACADM Command Options
The following table lists the options for the RACADM command:
Option
Description
-r <cmcIpAddr>
Species the controller’s IP address.
-u <username>
Species 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.
-p <password>
Species the password used to authenticate the command
transaction. If the -p option is used, the -i option is not allowed.
--nocertwarn
Does not display certicate related warning message.
-i <indexnumber>
Species the index number for the indexed group, if applicable.
-g <groupname>
Species the group name if applicable.
-o <objectname>
Species the object name if applicable.
8