User's Manual

42 Carrier Grade Chassis Management Controller User’s Guide Addendum
Using RACADM
To enable and set the redundancy policy:
NOTE: To perform power management actions, you must have Chassis
Configuration Administrator privilege.
1
Open a serial/Telnet/SSH text console to CMC and log in.
2
Set properties as needed:
To select a redundancy policy, type:
racadm config -g cfgChassisPower -o
cfgChassisRedundancyPolicy <value>
where <value> is 0 (No Redundancy), 1 (Grid Redundancy), 2 (Power
Supply Redundancy).
The default is 0.
For example, the following command:
racadm config -g cfgChassisPower -o
cfgChassisRedundancyPolicy 1
sets the redundancy policy to 1.
To enable or disable dynamic PSU engagement, type:
racadm config -g cfgChassisPower -o
cfgChassisDynamicPSUEngagementEnable <value>
where <value> is 0 (disable), 1 (enable). The default is 0.
For example, the following command:
racadm config -g cfgChassisPower -o
cfgChassisDynamicPSUEngagementEnable 0
disables dynamic PSU engagement.
For information about RACADM commands for chassis power, see the
config, getconfig, and cfgChassisPower sections in the RACADM Command
Line Reference Guide for iDRAC7 and CMC and getpbinfo in the RACADM
Command Line Reference Guide Addendum for Carrier Grade Chassis
Management Controller.