Questions tagged [hotswap]

Hot swapping is replacing components without significant interruption to the operation of the system.

Hot swapping and hot plugging are terms used to describe the functions of replacing computer system components without shutting down the system. More specifically, hot swapping describes replacing components without significant interruption to the system, while hot plugging describes the addition of components that would expand the system without significant interruption to the operation of the system. Once the appropriate software is installed on the computer, a user can plug and unplug the component without rebooting. A well-known example of this functionality is the Universal Serial Bus (USB) that allows users to add or remove peripheral components such as a mouse, keyboard, or printer.

Source: Wikipedia.

81 questions
55
votes
12 answers

How do I make Linux recognize a new SATA /dev/sda drive I hot swapped in without rebooting?

Hot swapping out a failed SATA /dev/sda drive worked fine, but when I went to swap in a new drive, it wasn't recognized: [root@fs-2 ~]# tail -18 /var/log/messages May 5 16:54:35 fs-2 kernel: ata1: exception Emask 0x10 SAct 0x0 SErr 0x50000 action…
Philip Durbin
  • 1,541
  • 2
  • 15
  • 24
37
votes
4 answers

In which order do I plug the SATA power and data cables for hotplug?

I’ve found diverging instructions on the ’net about this. To recap: SATA with the 4-pin Molex (white) power plug is not hot-pluggable, but either the wide connector or the separate (15-pin power and 7-pin data) connectors are. However, in which…
mirabilos
  • 679
  • 1
  • 7
  • 20
12
votes
2 answers

How can I tell if the server supports hot-swapping drives?

I recently purchased a used server (the type that fits into a rack, rather than a free-standing machine). One nice feature, is rather than having to open up the cover and unscrew the harddrives, this machine has eight "easy to use" caddies on the…
IQAndreas
  • 1,480
  • 2
  • 19
  • 39
11
votes
2 answers

Hot-remove memory in a Linux virtual machine

Linux supports hot-adding memory when running as a VM guest, in VMware for example. (Sometimes you need to manually inform the guest OS.) Is there a safe way to do the inverse operation — reducing the amount of memory allocated to a virtual machine,…
200_success
  • 4,701
  • 1
  • 24
  • 42
10
votes
3 answers

Can I hot-swap a 2-PSU server from 120 to 240 volts?

I'm migrating a server with 2 PSUs from 120 volts to 240 volts, and I'd rather not take it offline. It seems like I should be able to just move the PSUs to the new voltage one at a time, since they are not connected to each other. Would it cause…
user348965
10
votes
1 answer

Hot-swap drive got new name. If I add it back to the `md` array and it gets renamed on reboot, will the array still work?

One of the HDDs in my server's RAID config failed, so I took it out of the array and had the data center hot-swap it. They've done that, but now the new drive is /dev/sdc rather than /dev/sda. I suspect that if I reboot the server, it will be…
T.J. Crowder
  • 887
  • 6
  • 22
9
votes
7 answers

Can I just remove a disk from a live RAID 1 array?

I've read the story about the manager taking out a disk from a RAID 5 array, and then a second one, but I’d just like to try out for myself what happens when I simply disconnect a disk from a live system. It’s an HP ProLiant DL585 G7 series server,…
Berzemus
  • 1,162
  • 3
  • 11
  • 19
8
votes
1 answer

Rubber rectangle with one adhesive side + server mount

I bought a new 2.5" hard drive that i put into a 1u server. I first screwed it into the hot swappable mount with screws then plugged it in. The hot swappable mount (image attached) came with a little rubber rectangle thing with one adhesive side.…
johhny B
  • 297
  • 1
  • 2
  • 7
5
votes
4 answers

Backup options for a small business server

I'd like to create a server suitable for having a hot-spare disk, plus the capability to create full backup for removal off-site, say once a week. I am considering the HP ProLiant DL160 G6 (with hot swap) rack server (spec here). Obviously…
52d6c6af
  • 434
  • 1
  • 5
  • 14
5
votes
3 answers

Are all SAS drives hot-swappable?

Can get a 300GB Cheetah 15K SAS 3.5 disk for quite a bit cheaper through another supplier vs. Dell's out-of-warranty depot (for an aging PowerEdge server). Specs are identical, wondering if there's any difference that I'm not seeing as far as…
gravyface
  • 13,947
  • 16
  • 65
  • 100
4
votes
2 answers

Enabling AHCI in RHEL5 post-install

I have two servers running RHEL 5.4 quite happily. However, through simple oversight, AHCI/hotswap support was not enabled in BIOS at install time and is now needed. The machines are running ICH10R SATA controllers and kernel-xen-2.6.18-164.el5. I…
user21066
4
votes
1 answer

How can I have Linux execute a bash script when a specific disk is hotswapped in?

I have a set of hard drives which are rotated for offsite backup. There are several steps that need to be performed when one of the disks is reinserted which I've rolled into a simple bash script. I'd like to execute the script automatically when…
STW
  • 960
  • 1
  • 7
  • 24
4
votes
2 answers

Is it Possible to Automatically Resilver a ZFS Array On Hotswap

I'm trying to learn about ZFS for a NAS I'm planning on building. I'm trying to understand if the following scenario would be possible to set up. Disclaimer: I know very little about ZFS, so forgive me if I say something stupid. I have 4 drives in…
Dominic P
  • 417
  • 1
  • 4
  • 18
4
votes
2 answers

Proliant DL360 Raid5 Hot Swap Drive

I have a DL360 G5 running WinSrvr2003 with a 3 drive (72GB) SAS Raid 5 array on P400i controller. The single array has two partitions. (OS and a data store) Drive 2 has failed and is off line (Amber lite and internittant beeps) I have replacement…
brian
  • 51
  • 1
  • 2
4
votes
4 answers

Can any hard drive of the same format be put into a hot-swap tray?

I'm looking at buying a hot-swap NAS that supports SATA/SATA II hard drives. Can I get any SATA drive and put it into the hot-swap trays it comes with, or will I need to find a certain kind of drive?
Jeffrey
  • 357
  • 3
  • 11
1
2 3 4 5 6