Send documentation comments to mdsfeedback-doc@cisco.com
18-31
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 18 P Commands
power redundancy-mode
power redundancy-mode
To configure the capacity of the power supplies on the Cisco MDS 9500 Family of switches, use the
power redundancy-mode command in configuration mode. Use the no form of the command to negate
the command or revert to factory defaults.
power redundancy-mode {combined [force] | redundant}
no power redundancy-mode {combined [force] | redundant}
Syntax Description
Defaults Redundant mode.
Command Modes Configuration mode.
Command History
Usage Guidelines
• If power supplies with different capacities are installed in the switch, the total power available
differs based on the configured mode:
• In redundant mode, the total power is the lesser of the two power supply capacities. This reserves
enough power to keep the system powered on in case of a power supply failure. This is the
recommended or default mode.
• In combined mode, the total power is twice the lesser of the two power supply capacities. In case of
a power supply failure, the entire system could be shut down, depending on the power usage at that
time.
• When a new power supply is installed, the switch automatically detects the power supply capacity.
If the new power supply has a capacity that is lower than the current power usage in the switch and
the power supplies are configured in redundant mode, the new power supply will be shut down.
• When you change the configuration from combined to redundant mode and the system detects a
power supply that has a capacity lower than the current usage, the power supply is shut down. If both
power supplies have a lower capacity than the current system usage, the configuration is not allowed.
Examples The following examples demonstrate how the power supply redundancy mode could be set.
switch(config)# power redundancy-mode combined
WARNING: This mode can cause service disruptions in case of a power supply failure.
Proceed ? [y/n] y
switch(config)# power redundancy-mode redundant
combined Configures power supply redundancy mode as combined.
force Forces combined mode without prompting.
redundant Configures power supply redundancy mode as redundant.
Release Modification
1.0(2) This command was introduced.