Users Guide

Advanced Configuration of the DRAC 5 77
RACADM Options
Table 4-19 lists the options for the racadm command.
Enabling and Disabling the racadm Remote
Capability
NOTE: It is recommended that you run these commands on your local system.
The racadm remote capability is enabled by default. If disabled, type the
following racadm command to enable:
racadm config -g cfgRacTuning -o
cfgRacTuneRemoteRacadmEnable 1
To disable the remote capability, type:
racadm config -g cfgRacTuning -o
cfgRacTuneRemoteRacadmEnable 0
Table 4-19. racadm Command Options
Option Description
-r <racIpAddr>
-r <racIpAddr>:<port
number>
Specifies the controller’s remote IP address.
Use :<port number> if the DRAC 5 port number is
not the default port (443)
-i Instructs racadm to interactively query the user for
user name and password.
-u <usrName> Specifies 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> Specifies the password used to authenticate the
command transaction. If the -p option is used, the -i
option is not allowed.
-s Specifies that racadm should check for invalid
certificate errors. racadm stops the execution of the
command with an error message if it detects an invalid
certificate.