User's Manual
Using the RACADM Command Line Interface 69
To access RACADM remotely, type the following commands:
racadm -r <CMC IP address> -u <username> -p <password>
<subcommand> <subcommand options>
racadm -i -r <CMC IP address> <subcommand> <subcommand
options>
NOTE: The -i option instructs RACADM to interactively prompt for user name and
password. Without the -i option, you must provide the user name and password in
the command using the -u and -p 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 CMC has been changed to a custom port
other than the default port (443), the following syntax must be used:
racadm -r <CMC IP address>:<port> -u <username> -p
<password> <subcommand> <subcommand options>
racadm -i -r <CMC IP address>:<port> <subcommand>
<subcommand options>
Enabling and Disabling the RACADM Remote Capability
NOTE: Dell recommends that you run these commands at the chassis.
The RACADM remote capability on the CMC is enabled by default. In the
following commands, -g specifies the configuration group the object belongs
to, and -o specifies the configuration object to configure.
To disable the RACADM remote capability, type:
racadm config -g cfgRacTuning -o
cfgRacTuneRemoteRacadmEnable 0
To re-enable RACADM remote capability, type:
racadm config -g cfgRacTuning -o
cfgRacTuneRemoteRacadmEnable 1