Reference Guide

-g — The -g <groupName>, or group option, must be used with the -o option. The
<group> specifies the group containing the object that is to be set.
-o — The -o <objectName>, or object option, must be used with the -g option.
This option specifies the object name that is written with the string
<value> — Value to set to configuration object.
-i — The -i <index>, or index option, is valid only for indexed groups and can be
used to specify a unique group (used with -g and -o). The <index> is a decimal
integer from 1 through n, where n can vary from 1 to maximum number of indexes a
particular group supports. If -i <index> is not specified, a value of 1 is assumed for
groups, which are tables that have multiple entries. The index is specified by the
index value, not a named value.
'nx' is allowed for servers.
-c — This option performs validation but do not configure.
-m — Module must be one of the following values:
server-<n> — where n = 1–16
server-<nx> — where n = 1–8; x = a to d (lower case)
NOTE: Only available for cfgRemoteHosts, cfgRacTuning, cfgSerial,
cfgSessionManagement, cfgLanNetworking or cfgIPv6LanNetworking.
Output
This subcommand generates error output for any of the following reasons:
Invalid syntax, group name, object name, index or other invalid database members.
If the RACADM command-line interface is unsuccessful.
Examples
To configure or re-configure CMC:
racadm -r <cmcIpAddr> -u <username> -p <xxx> config -f mycmc.cfg
The mycmc.cfg file may be created from the getconfig command. This file may also
be edited manually using the parsing rules.
NOTE: The mycmc.cfg file does not contain passwords. To include passwords
in the file, you must enter them manually.
To configure the single property of a group:
racadm config -g cfgSerial -o cfgSerialBaudRate
To modify a user password:
racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 3
<newpassword>
To configure the single property of a group for a particular server:
racadm config -g cfgSessionManagement -o
cfgSsnMgtWebServerTimeout newvalue -m server-n
To configure the remote Syslog property for a particular server:
racadm config -g cfgRemoteHosts -o cfgRhostsSyslogEnable 1 -m
server-n
To configure the remote Syslog property for all servers:
racadm config -g cfgRemoteHosts -o cfgRhostsSyslogEnable 1 -m
server-all
Configures the Enhanced Cooling Mode property for fans.
racadm config –g cfgThermal –o cfgThermalEnhancedCoolingMode 1
22