CLI Guide
RACADM Syntax Usage
The following section describes the syntax usage for SSH or Telnet, and Remote RACADM.
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.2 -u username -p xxx getsysinfo
racadm -r 192.168.0.2 -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.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
RACADM Command Options
The following table lists the options for the RACADM command:
Table 1. RACADM Command Options
Option Description
-r <cmcIpAddr>
Species the controller’s IP address.
8 Introduction