Installation Manual

Advanced iDRAC6 Configuration 111
2
Find the location of the default CA certificate bundle on the management
station. For example, for RHEL5 64-bit, it is /etc/pki/tls/cert.pem.
3
Append the PEM formatted CA certificate to the management station CA
certificate.
For example, use the cat command:
- cat testcacert.pem >> cert.pem
RACADM Synopsis
racadm -r <iDRAC6 IP Address> -u <username> -p
<password> <subcommand> <subcommand options>
racadm -i -r <iDRAC6 IP Address> <subcommand>
<subcommand options>
For example:
racadm -r 192.168.0.120 -u root -p calvin getsysinfo
racadm -i -r 192.168.0.120 getsysinfo
If the HTTPS port number of the iDRAC6 has been changed to a custom
port other than the default port (443), the following syntax must be used:
racadm -r <iDRAC6 IP Address>:<port> -u <username> -p
<password> <subcommand> <subcommand options>
racadm -i -r <iDRAC6 IP Address>:<port> <subcommand>
<subcommand options>
RACADM Options
Table 5-12 lists the options for the RACADM command.
Table 5-12. racadm Command Options
Option Description
-r <racIpAddr>
-r <racIpAddr>:<port
number>
Specifies the controller’s remote IP address.
Use:<port number> if the iDRAC6 port number is not
the default port (443)
-i Instructs RACADM to interactively query the user for
user name and password.