Is it safe to use a UPS designed for desktop PCs to power a server?

Solution 1:

I would not plug a server with a power supply capable of drawing 750 watts into a UPS which is only rated at 240.

The issue isn't really that it's a "server" or "desktop" UPS. You're likely to trigger overload protection and drop your server even if the power input is fine.

Solution 2:

Your UPS provides power when the utility mains drops, and protects from transient under and over voltage/current conditions.

Given you can plug a desktop or a server or a UPS into the same supply socket, the power is all the same, and what comes out of the UPS is the same.

However the UPS wattage and the PSU ratings are a maximum

You need to know how much power your server draws on each PSU. You can find this information with a Watt Meter ("kill-a-watt" is one brand) or an AC clamp meter, or in your case a good estimate comes from the iLO.

iLO4 power meter image from a HP DL380

The figures on the right side will show you a number in watts, and if its over 240W then your UPS will probably shut down with "OVERLOAD" if the mains goes out, or if the UPS needs to buck or boost.

Mine shows * Peak of 356 Watts which appear to be correlated with booting. * Minimum of 166 Watts * Current value of 217 Watts

I would not run this server off a UPS rated at 240 Watts but your numbers may vary.

If your maximum draw is smaller than 240W you might get 10-30 seconds power out of the UPS. Not really enough time for a safe shutdown assuming you're standing right there.

The backUPS may or may not have a serial or USB port for monitoring, so without that and the powerchute or NUT or apcupsd software, then the server will be going down hard anyway.

Finally you might be buying yourself additional problems. If the power goes out, your UPS will do something, and run itself flat very quickly. Many UPSs will not power on when mains returns, because its better to stay off than to start up with a flat battery and be vulnerable until the charge rises. So a small power blip means you have to go into work to turn the UPS on afterwards.

tl;dr In short, that UPS is probably too small, but do check first.

Your best answer is to get the server into the DC as quick as you can, and then use the iLO to do the setup and installation.

Here's a similar power meter from an older iLO2 equipped server (a HP dl380 G6) This sort of info should be found in any brand-name server that has an OOB interface (out of bandwith management, like cisco's CIMC, IBM's RSA.

enter image description here

And the same info from the DRAC6 on a Dell r610.

enter image description here


Solution 3:

Back-UPS is not suitable for server protection. More or less suitable is the smart-UPS that has a way more sophisticated controller inside. The typical operation cycle for a power supply when the wall power goes out is:

  • If the remaining charge less than 30% the UPS sends a signal to the server to shut down.
  • The server correctly exits all the programs and sends a signal to the UPS "Be ready in 5 minutes" and runs the shutdown command.
  • UPS waits for 5 minutes and powers off the outlet the server is connected to.
  • UPS waits until wall power comes back and starts the battery charging until it is charged to 50%
  • UPS powers on the outlet the server is connected to
  • Server boots and sends a message to the UPS "I'm ready". Until now UPS does not power off the server under any circumstances.
  • If another outage happens during server startup, UPS sends the shutdown command immediately after the "I'm ready" signal is received.
  • Otherwise UPS continues charging
  • The end

Dumb back-UPSs can't do all those tricks.