Re: Swapping Drives on RAID?

2000-01-11 Thread Andreas Trottmann
On Mon, Jan 10, 2000 at 11:16:27AM -0700, Scott Patten wrote: 1 - I have a raid1 consisting of 2 drives. For strange historical reasons one is SCSI and the other IDE. Although the IDE is fairly fast the SCSI is much faster and since I now have another SCSI drive to add, I would like to

Re: Swapping Drives on RAID?

2000-01-11 Thread D. Lance Robinson
Scott, 1. Use raidhotremove to take out the IDE drive. Example: raidhotremove /dev/md0 /dev/hda5 2. Use raidhotadd to add the SCSI drive. Example: raidhotadd /dev/md0 /dev/sda5 3. Correct your /etc/raidtab file with the changed device. Lance. Scott Patten wrote: I'm sorry if this is

Swapping Drives on RAID?

2000-01-10 Thread Scott Patten
I'm sorry if this is covered somewhere. I couldn't find it. 1 - I have a raid1 consisting of 2 drives. For strange historical reasons one is SCSI and the other IDE. Although the IDE is fairly fast the SCSI is much faster and since I now have another SCSI drive to add, I would like to replace