Reference Guide

Failure message indicating reason for failure.
Example
Configure the iDRAC using a file:
$ racadm set -f myrac.cfg
Configure LCD String:
$ racadm set system.lcd.LCDUserString test
Object value modified successfully
Configure rack name for server:
$ racadm set system.location.rack.name rack1
Configure a RAC from an XML configuration file located on a remote CIFS share:
$ racadm set -f myfile.xml -t xml -u myuser -p mypass -
l //10.1.2.3/myshare
Configure a RAC from an XML configuration file located on a remote NFS share:
$ racadm set -f myfile.xml -t xml -l 10.1.2.3:/myshare
Configure a RAC from an XML file, with a wait time of ten minutes, shutdown type
graceful and end host type power on:
$ racadm set -f myfile.xml -t xml -b "graceful" -w 600 -s
"on"
setarraycfg
Description This command is applicable only for CMC. Use this command to configure storage
array properties.
Synopsis
racadm setarraycfg -m module –n <member_name> <member_ip>
<member_mask> <member_gateway> -e 0|1 -g <groupname>
<group_id> <group_password> [<admin_password>] [-f A|B]
racadm setarraycfg -f <A|B>
NOTE: The valid value for -m is server-n, where n = 1 to 16.
Input
-m — Module is one of the following values:
server-n: where n = 1 to 7 and 9 to 15
<member_name> — A unique and descriptive name that is fewer than 64
alphanumeric characters, without spaces, and the first character is a letter or
a number. It is used only to identify and administer the array.
<member_ip> — Each member IP Network address should have at least one
network interface on the same subnet as the group IP address.
<member_mask> — Member Netmask combines with the member Ip
address to identify the subnet on which the network interface specified
resides. The default is 255.255.255.0
<member_gateway> — Member Gateway network address is for the
device that connects the subnet and forward the network traffic beyond the
local network.
—e — Enables to select existing or create new group for a member. The valid
values are:
0 — to create new group
1 — to use existing group
118