Users Guide

Table Of Contents
Using the RACADM Command Line Interface 287
Parameters are specified as
object=value
pairs with no white space between
the object, =, and value.
White space that is included after the value is ignored. White space inside
a value string remains unmodified. Any character to the right of the
=
is
taken as is (for example, a second
=
, or a
#
,
[
,
]
, and so forth).
To view the contents of an indexed group, use the following command:
racadm getconfig -g <groupName> -i <index>
For indexed groups the object anchor
must
be the first object after the
[ ]
pair. The following are examples of the current indexed groups:
[cfgUserAdmin]
cfgUserAdminIndex=11
If the parser encounters an indexed group, the index of the group is used
as the anchor. Any modifications to the objects within the indexed group
is also associated with the index value.
For example:
[cfgUserAdmin]
# cfgUserAdminIndex=11
cfgUserAdminUserName=
# cfgUserAdminPassword=******** (Write-Only)
cfgUserAdminEnable=0
cfgUserAdminPrivilege=0x00000000
cfgUserAdminIpmiLanPrivilege=15
cfgUserAdminIpmiSerialPrivilege=15
cfgUserAdminSolEnable=0
The indexes are read-only and cannot be modified. Objects of the indexed
group are bound to the index under which they are listed and any valid
configuration to the object value is applicable only to that particular index
A predefined set of indexes are available for each indexed group. For more
information, see the
iDRAC Administrator Reference Guide
available on
the Dell Support website at
support.dell.com/manuals
.