←back to thread

195 points tosh | 8 comments | | HN request time: 1.47s | source | bottom
Show context
shivak ◴[] No.42208324[source]
> > The power shelf distributes DC power up and down the rack via a bus bar. This eliminates the 70 total AC power supplies found in an equivalent legacy server rack within 32 servers, two top-of-rack switches, and one out-of-band switch, each with two AC power supplies

This creates a single point of failure, trading robustness for efficiency. There's nothing wrong with that, but software/ops might have to accommodate by making the opposite tradeoff. In general, the cost savings advertised by cloud infrastructure should be more holistic.

replies(6): >>42208347 #>>42208722 #>>42208748 #>>42208751 #>>42208787 #>>42208961 #
1. sidewndr46 ◴[] No.42208751[source]
This isn't even remotely close. Unless all 32 servers have redundant AC power feeds present, you've traded one single point of failure for another single point of failure.

In the event that all 32 servers had redundant AC power feeds, you could just install a pair of redundant DC power feeds.

replies(1): >>42209061 #
2. gruez ◴[] No.42209061[source]
>Unless all 32 servers have redundant AC power feeds present, you've traded one single point of failure for another single point of failure.

Is this not standard? I vaguely remember that rack severs typically have two PSUs for this reason.

replies(3): >>42209141 #>>42209235 #>>42209457 #
3. glitchcrab ◴[] No.42209141[source]
It's highly dependent on the individual server model and quite often how you spec it too. Most 1U Dell machines I worked with in the past only had a single slot for a PSU, whereas the beefier 2U (and above) machines generally came with 2 PSUs.
replies(1): >>42209325 #
4. sidewndr46 ◴[] No.42209235[source]
you could have 15 PSUs in a server. It doesn't mean they have redundant power feeds
5. thfuran ◴[] No.42209325{3}[source]
But 2 PSUs plugged into the same AC supply still have a single point of failure.
replies(1): >>42211740 #
6. jeffbee ◴[] No.42209457[source]
Rack servers have two PSUs because enterprise buyers are gullible and will buy anything. Generally what happens in case of a single PSU failure is the other PSU also fails or it asserts PROCHOT which means instead of a clean hard down server you have a slow server derping along at 400MHz which is worse in every possible way.
7. glitchcrab ◴[] No.42211740{4}[source]
Which is why you have two separate PDUs in the rack which are fed by different power feeds and you connect the server's 2 PSUs to opposing PDUs.
replies(1): >>42217051 #
8. growse ◴[] No.42217051{5}[source]
This works brilliantly, right up to the point where your A side fails, and every single server suddenly doubles their demand on B.

Better have good capacity management so you don't go over 100% on B when that happens! (I've seen it happen and take a DC out).