CLI Guide

-p — This option must be used with the -f option. It directs cong to delete the password entries contained in
the cong le -f <filename> after the conguration is complete.
To apply the password, you must remove the preceding Read-Only marker '#' in the cong le before executing
the config -f command.
-g — The -g <groupName>, or group option, must be used with the -o option. The <group> species 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 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.
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 a single property of a group:
racadm config -g cfgSerial -o cfgSerialBaudRate
Modify a user password:
racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 3 newpassword
Congure a RAC from a conguration le:
racadm config -f config.txt
Congure a RAC from a conguration le and continue if a group fails to get congured:
racadm set -f config.txt --continue
connect
Table 14. Details of connect attribute
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.
NOTE: If you use the -b option, reset the CMC to end the connect operation.
-m <module> — Must be one of the following values:
server –<n> — where n=1–16
server –<nx> — where n=1–8; x = a, b, c, d (lower case)
switch –<n> — where n = 1 to 6 or <a1 | a2 | b1 | b2 | c1 | c2>
Example
Connect to I/O Module 1 serial console:
racadm connect -m switch-1
RACADM Subcommand Details 23