What is redundant power supply?
In the world of mission-critical hardware, the most common cause of downtime isn't a sophisticated cyberattack or a software bug—it’s a simple blown fuse or a tripped power cord.
A Redundant Power Supply (RPS) is a configuration where a single server or storage appliance is equipped with two (or more) independent power supply units (PSUs). If one fails, the other takes over the full load instantly and seamlessly. In an enterprise data center, a server with only one power supply is considered a "ticking time bomb."
Inside a dual-redundant server, both power supplies are typically plugged in and active.
Load Sharing: Most modern systems use "Active-Active" power, where each PSU handles 50% of the load. This keeps them cool and efficient.
The Instant Hand-off: If PSU #1 fails (or someone pulls the plug), PSU #2 immediately jumps from 50% to 100% load.
Zero Interruption: This switch happens in milliseconds—faster than the server’s components can even detect a drop in voltage. The OS stays up, the database stays open, and the users are none the wiser.
Not all redundancy is created equal. Depending on the size of the hardware, you’ll see different configurations:
1+1 (Standard): Two PSUs. One is enough to run the server; the second is the backup.
N+1 (Efficiency): Used in large blade chassis. If the chassis needs 3 PSUs to run, you install 4. This provides a safety net without the cost of doubling every single unit.
2+2 (High Capacity): High-end Oracle servers with massive CPU and RAM counts may require two PSUs just to turn on. In this case, you need four total PSUs to ensure full redundancy.
Having two power supplies is only half the battle. If you plug both of them into the same Power Distribution Unit (PDU) and that PDU fails, your server still goes dark.
True Redundancy requires "Dual-Homing" the power:
PSU 1 goes to PDU A (which is connected to UPS A).
PSU 2 goes to PDU B (which is connected to UPS B).
This ensures that even if an entire side of the data center loses power, your hardware stays online.
| Benefit | Impact on Business |
| Hot-Swappability | You can replace a dead power supply while the server is still running. |
| Preventing Data Corruption | Sudden power loss is the #1 cause of "corrupt blocks" in a database. RPS prevents this. |
| Maintenance Flexibility | You can take down an entire electrical circuit for testing without turning off your servers. |
| Hardware Health | Modern PSUs report their health to the OS. If a fan starts failing, the system alerts you before the unit dies. |
A Redundant Power Supply is the simplest and most effective insurance policy you can buy for your hardware. While CPUs and NVMe drives get all the glory for speed, the humble power supply is what keeps the lights on. In a professional Oracle environment, redundancy starts at the wall outlet.
Redundant Power Supplies eliminate the power source as a single point of failure. By providing multiple paths for electricity to reach the server’s components, they ensure continuous operation through hardware failures, accidental unplugging, or utility power issues.