Reference Guide

-o — The -o <objectName>, or object option, must be used with the -g option. This option species
the object name that is written with the string
<value> — Value to set to conguration 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 specied, a value
of 1 is assumed for groups, which are tables that have multiple entries. The index is specied by the index
value, not a named value.
'nx' is allowed for servers.
-c — This option performs validation but do not congure.
-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 congure or re-congure CMC:
racadm -r <cmcIpAddr> -u <username> -p <xxx> config -f mycmc.cfg
The mycmc.cfg le may be created from the getcong command. This le may also be edited manually
using the parsing rules.
NOTE: The mycmc.cfg le does not contain passwords. To include passwords in the le, you must
enter them manually.
To congure 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 congure the single property of a group for a particular server:
racadm config -g cfgSessionManagement -o cfgSsnMgtWebServerTimeout
newvalue -m server-n
To congure the remote Syslog property for a particular server:
racadm config -g cfgRemoteHosts -o cfgRhostsSyslogEnable 1 -m server-n
To congure the remote Syslog property for all servers:
racadm config -g cfgRemoteHosts -o cfgRhostsSyslogEnable 1 -m server-all
Congures the Enhanced Cooling Mode property for fans.
racadm config –g cfgThermal –o cfgThermalEnhancedCoolingMode 1
connect
Description
Connects to the switch or blade server serial console.
NOTE: This subcommand is only supported on the rmware interface(s).
Synopsis
racadm connect [-b] —m <module>
Input
-b — Connects to the switch or console using the binary mode. -b is an optional; a server or a switch must be
present.
20