Reference Guide

Turn o the server 16 from CMC, when the power is already turned o on that server by using the
following command:
racadm serveraction -m server-16 powerdown
Server is already powered OFF.
Power action on all servers by using the following command:
racadm serveraction -a powerup
setarraycfg
Description To congure storage array properties, run this command.
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–16.
Input
-m — Module is one of the following values:
server–<n>: where n = 1–7 and 9–15
<member_name> — A unique and descriptive name that is fewer than 64 alphanumeric characters,
without spaces. The rst character is a letter or a number. It is used only to identify and administer the array.
<member_ip> — Each member IP Network address must 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 specied 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 trac beyond the local network.
—e — Selects existing or create new group for a member. The valid values are:
0 — to create new group
1 — to use existing group
NOTE: If —e is 0, then admin password is mandatory.
<group_name> — Name of the group for administrative purpose. You can use up to 64 alphanumeric
characters and hyphens. The rst character must be a letter or number.
<group_ip> — Group IP and Network address for the group. The group IP address is used for
administrative and host access to volumes.
<group_password> — Group Membership Management Password is required when adding members to
the group. The password must have 3 to 16 alphanumeric characters and is case-sensitive.
<admin_password> — Group Administration Password to set admin password when creating new group
and overrides the factory-set password. grpadmin is the default grpadmin account. The password must
have 3 to 16 alphanumeric characters and is case-sensitive.
—f — The valid values are A or B. Select Fabric used for data I/O. Options are:
Fabric A (LOM port)
Fabric B (mezzanine port)
The default is Fabric B. If the option is not specied, then the conguration is not done.
Output
<module> conguration was initiated successfully. It may take several minutes to complete.
Example
Set member name, member IP, member netmask, member gateway with new group name, group IP, group
password, admin password selecting fabric A on server-1.
racadm setarraycfg -m server-1 -n cmc-col 192.168.1.233 255.255.255.0
192.168.1.0 -e 0 -g cmc-array-grp 192.168.1.10 <password> -f A
65