[linux-lvm] Switching one of my disks to hdc from hdb

Goetz Bock bock at blacknet.de
Wed Jun 6 21:26:20 UTC 2001


On Wed, Jun 06 '01 at 21:06, Peter Kirk wrote:
> since some of you told me my Setup with two stripped disks on hda and hdb was 
> broken, I would like to put my second disk (/dev/hdb) on the second Controler 
> (/dev/hdc) instead of my DVD Drive. Now my question is: What do I have to 
> change, in order not to distroy my linux installation in the process ??
Well, as I don't know your current configuration to well, it's just
pocking in the dark ...

If your drives are PVs in one VG, that's not the root system, all you
need to do is:
- do a clean shutdown
- change drives
- boot again
- run vgscan (should find your PVs and pack them into one VG)  (*)
- run vgchange -a y (should activate your VG)                  (*)
- mount all LVs in the VG

For me the two steps marked with (*) are done in a initrd and the system 
would even support changing the root's LV, as long as the /boot stays
untouched.

My setup is like this:

/dev/hda1: 64MB /boot
/dev/hda2: rest MD0 disk1 (raid 1)

/dev/hdc1: 64MB unused
/dev/hdc2: rest MD0 disk2 (raid 1)

/dev/hde1: PV1
/dev/hdg1: PV2

/dev/hdi1: PV3
/dev/hdk1: PV4

/dev/md0: PV0

VG0: PV0
VG1: PV1 PV2
VG2: PV3 PV4

hda and hdc are 40GB IBM drives, hd[e-h] were 60GB Maxtor drives.

I'm running a full system out of different LV in VG0 (even root is a LV,
only /boot is extra, with inird)

Lately I get a 3ware Escalade controller and moved hd[e-h] there. All I
had to do was:
- change initrd to load the 3ware driver (run lilo to install new
  initrd)
- shutdown, install card, move drives, (remove additional IDE
  controllers), reboot
- initrd detected all PVs and constructed all my VGs, system still ran
  fine (you might to have to copy the newly detected configuration from
  /initrd/etc/lvm to /etc/lvm after boot)

(Actually I did it a little different: shutdown, install 6 new 80GB
drives, make a RAID5 with this drives, shutdown, add two drives out of 
VG1, boot (VGs detected on sd[gh]), make PV5 out of RAID5 array, make 
VG3 with just this PV5, copy all the data from VG1's LV to LVs on VG3,
shutdown, remove drives, add drives from VG2, do the same as with VG1,
shutdown, remove drives, boot, migration done, system works, all fine.)

    Goetz.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/linux-lvm/attachments/20010606/4ce4a6e3/attachment.sig>


More information about the linux-lvm mailing list