CLI Guide

RACADM Syntax Usage
The following section describes the syntax usage for SSH and Remote RACADM.
SSH 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
NOTE:
By default, TLS version 1.0 is enabled on Windows 2012 R2 which is not supported on the Remote RACADM. Install the
latest Windows update available, to updgrade TLS to version 1.1 or higher. Also, set the TLS version in the
iDRAC.Webserver.TLSProtocol as appropriate. For more information about Windows update see,
support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-wi
If Force Change of Password (FCP) feature is enabled, it is recommended to change the default password using SSH or
iDRAC GUI. Changing the default password using Remote RACADM may not be successful.
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
The remote RACADM commands must link to the libssl library on the HOST, which corresponds to the version of OpenSSL
package installed on the HOST. Perform the following steps to verify and link the library.
Check the openssl version installed in the HOST:
[root@localhost ~]# openssl
OpenSSL> version
OpenSSL 1.0.1e-fips 11 Feb 2013
OpenSSL>
Introduction
15