Quick Reference Guide

210 RACADM
Output
This subcommand generates error output upon encountering either of the
following:
Invalid syntax, group name, object name, index, or other invalid database
members
RACADM utility transport failures
If errors are not encountered, this subcommand displays the contents of the
specified configuration.
Examples
racadm getconfig -g cfgLanNetworking
Displays all of the configuration parameters (objects) that are contained in
the group
cfgLanNetworking
.
racadm config -g cfgLanNetworking -o
cfgNicIpAddress 10.35.10.100
Sets the
cfgNicIpAddress
configuration parameter (object) to the value
10.35.10.110. This IP address object is contained in the group
cfgLanNetworking
.
racadm getconfig -f myrac.cfg
Reads
all
of the configuration objects, from all of the RAC group
configuration parameters and place them in a file called
myrac.cfg
.
-i The -i <index>, or index option, is valid only for indexed groups and can
be used to specify a unique group. The <index> is a decimal integer from 1
through 16. 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.
-u The -u <username>, or user name option, can be used to display the
configuration for the specified user. The <username> option is the log in
user name for the user.
Table 6-8. getconfig Subcommand Options (continued)
Option Description