Reference Guide

Table Of Contents
set controllers
Description Sets the RAID controllers detected in the system and fault-tolerant mode is configured on external
controllers (Shared PERC 8 External).
Synopsis To enable fault-tolerant mode:
Racadm raid set controllers:<FQDD of controller> -p HighAvailabilityMode
ha
To disable fault-tolerant mode:
Racadm raid set controllers:<FQDD of controller> -p HighavailabilityMode
none
Input
Example
Racadm raid set controllers:<FQDD of controller> -p HighAvailabilityMode
ha
racadm raid set controllers:RAID.ChassisSlot.5-1 -p HighAvailabilityMode
ha
Racadm raid set controllers:<FQDD of controller> -p HighavailabilityMode
none
racadm raid set controllers:RAID.ChassisSlot.5-1 -p HighAvailabilityMode
none
setflexaddr
Description
Enables or disables FlexAddress on a particular slot or fabric.
To use this subcommand, you must have the Chassis Configuration Administrator privilege.
If the fabric type is determined to be Infiniband, the operation is canceled and the command
returns an error. If the FlexAddress feature is not activated, the command returns an error.
NOTE: The server must be turned off to change the slot state. All servers must be turned
off to change the fabric state. The MAC/WWN addresses must be managed locally (not
by an external console) to use this command.
Synopsis
racadm setflexaddr [-i <slot#> <state>]
[-f <fabricName> <state>]
<slot#> = 1 to 4
<fabricName> = A
<state> = 0 or 1
where 0 is disable and 1 is enable.
Input
-i <slot#> <state> — Enables or disables FlexAddress for the specified slot.
-f <fabricName> <state> — Enables or disables FlexAddress for the specified fabric.
Example
racadm setflexaddr -i 1 0
Slot 1 FlexAddress state set successfully
racadm setflexaddr -f A 1
Fabric A FlexAddress state set successfully
racadm setflexaddr -f idrac 1
89