Users Guide
296 Using the RACADM Command Line Interface
ERROR: Unable to connect to iDRAC6 at specified
IP address
NOTE: When using the RACADM remote capability, you must have write
permissions on the folders where you are using the RACADM subcommands
involving file operations, for example:
racadm getconfig -f <file name>
or
racadm sslcertdownload -t <type> [-f <filename>]
Remote RACADM Usage
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 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>
Remote RACADM Options
Table 13-6 lists the options for the remote RACADM command.
Table 13-6. RACADM Command Options
Option Description
-r <racIpAddr>
-r <racIpAddr>:<port
number>
Specifies the controller’s remote IP address.
Use:<port number> if iDRAC6 port number is not the
default port (443)