2

If I get an IP KVM, what type of Power Distribution Unit (PDU) would I need in order to perform cold boots of a server? Would I need a switched type of PDU or will any PDU be okay?

I am looking for a cheap solution so that I can reboot a single server at a remote location.

Techboy
  • 1,540
  • 7
  • 31
  • 49

3 Answers3

4

You have 3 options to cold boot a server remotely:

  1. A IP, managed(Switched) PDU that can turn the power outlets on / off
  2. A Remote Management Card in the server(DRAC, Lights Out, etc)
  3. A local set of hands

The remote management card will provide both your power control, and remote KVM functionality. If you have equipment that does not offer remote management, a switched/managed PDU is the way to go.

Jeff Hengesbach
  • 1,762
  • 10
  • 10
1

If you've got an external IPKVM, you'll need some sort of remotely-accessable power switch. They're not spectacularly expensive, but the better class of colo will usually offer a remotely-accessable power rail as part of the service.

womble
  • 95,029
  • 29
  • 173
  • 228
1

Try this UPS, it's a small one with one of the plugs on it is a switchable load one. Which means you can remotely power cycle it. They have other models of UPS with more if you needed that.

I've never found a PDU for a small setup cheaper. I've used one of this series for years, no issues

SpaceManSpiff
  • 2,547
  • 18
  • 19
  • So you can remotely turn off + on the power to an individual server? Have you configured the BIOS of your server to power up the server once power is restored or do you use a Magic Key command and Remote on LAN (via the network interface card) to power it up? – Techboy Jun 09 '09 at 15:10
  • Correct, the one I have, has 3 switchable plugs. The UPS plugs into the network and gets an IP address and I setup aport forward for it from the router so I can access from outside the network. Then if any one of the servers crashed I logged into the UPS from the web and switched off that plug and then back on. The BIOS on the server was set to always on so it would power back up. & hope it booted properly at that point but atleast I was able to power cycle it. – SpaceManSpiff Jun 10 '09 at 10:19
  • 3
    You can seriously piss off a datacentre by putting an UPS inside your own rack. – Tom O'Connor Dec 05 '11 at 13:25
  • @SpaceManSpiff The link is dead. Can you add the model number of the UPS you mean? – AndreKR Aug 27 '18 at 16:58
  • @AndreKR looks like it's the SMART500RT1U (the "txtModelID" field is the same here: https://datasheet.octopart.com/SMART500RT1U-Tripp-Lite-datasheet-8548654.pdf) – Sean Aug 29 '18 at 16:17
  • 2
    @TomO'Connor's comment has been further addressed in [this question](https://serverfault.com/q/928159/172060). – jpmc26 Sep 01 '18 at 06:11