All of lore.kernel.org
 help / color / mirror / Atom feed
From: Goetz Bock <bock@blacknet.de>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] Switching one of my disks to hdc from hdb
Date: Wed, 6 Jun 2001 23:26:20 +0200	[thread overview]
Message-ID: <20010606232620.B6704@dragon.blacknet.de> (raw)
In-Reply-To: <01060621061602.01075@notch>; from pwk.linuxfan@gmx.de on Wed, Jun 06, 2001 at 09:06:16PM +0200

[-- Attachment #1: Type: text/plain, Size: 2271 bytes --]


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.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

  reply	other threads:[~2001-06-06 21:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-06 19:06 [linux-lvm] Switching one of my disks to hdc from hdb Peter Kirk
2001-06-06 21:26 ` Goetz Bock [this message]
2001-06-06 21:46   ` Peter Kirk
2001-06-11 21:11     ` Goetz Bock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010606232620.B6704@dragon.blacknet.de \
    --to=bock@blacknet.de \
    --cc=linux-lvm@sistina.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.