Quick Reference Guide
194 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
.
• racadm config -f myrac.cfg
Configures or reconfigures the RAC. The
myrac.cfg
file may be created
from the command specified in the previous example if the RAC has a
desired configuration to be replicated. The
myrac.cfg
file may also be
edited manually as long as the parsing rules are followed.
NOTE: The myrac.cfg file does not contain password information. To include
this information in the file, it must be input manually. If you want to remove
password information from the myrac.cfg file, use the -p option.
• racadm getconfig -h
Displays a list of the available configuration groups on the RAC.
• racadm getconfig -u root
Displays the configuration parameters for the user named root.