Users Guide

Using the Serial and racadm Commands 169
Enabling and Disabling the racadm Remote Capability
NOTE: It is recommended that you run these commands on your local system.
The racadm CLI remote capability is enabled by default. If you have disabled
it, type the following command to enable the remote capability:
racadm config -g cfgRacTuning -o
cfgRacTuneRemoteRacadmEnable 1
Type the following command to disable the remote capability:
racadm config -g cfgRacTuning -o
cfgRacTuneRemoteRacadmEnable 0
Log/Verbose Levels
Use the log/verbose level options in Table 8-4 to control how racadm
command output is displayed.
Example:
racadm -l 0x3 -L log <subcommand [subcommand_options]>
The argument 0x3 for the log level is the OR of STDOUT and STDERR
messages. Both of these message types are written to the file name log. The
verbose, or
-v, option defaults to 0x3, (OR of STDOUT and STDERR).
racadm Subcommand Descriptions
The following subsections provide descriptions of subcommands that you can
run under the racadm CLI. Table 8-5 briefly describes each racadm
subcommand. For a detailed listing of every racadm subcommand including
syntax and valid entries, see the "racadm Subcommand Man Pages."
Table 8-4. Log/Verbose Level Options
Option Description
0x1 Standard output messages
0x2 Standard error messages
0x4 Debug messages