linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Steven Mosimann <steven.mosimann@uleth.ca>
To: linux-lvm@redhat.com
Subject: [linux-lvm] lvm - problem replacing failed disk
Date: Thu, 22 Jun 2006 13:12:40 -0600	[thread overview]
Message-ID: <200606221312.41790.steven.mosimann@uleth.ca> (raw)

>On Thu, Jun 15, 2006 at 03:41:20PM -0600, Steven Mosimann wrote:
>> (1) Replaced the failed disk with one of the same size  
>> (2) Used pvcreate to make the same physical volumes on the new disk
>> that were present on the failed disk.  Example of the actual command I
>> used was:
>>   pvcreate --uuid xxxxx /dev/sdb1
>> where xxxxx was the pv uuid from pvdisplay 
>
>Missing the --restorefile arg there (for safety - if it was originally
>created by lvm2 with default options it'll make no difference).
> 
>Missing a 'vgcfgrestore' step.
>
>> (3) Used vgchange -a y -P to activate the volume group
>
>No need for -P here.  That's what you use if you *don't* do steps 1 and 2 
>etc.
>
>Alasdair

I checked the commands I issued.  I got the pvcreate correct and the 
vgcfgrestore is present (though it was out of order with vgchange).  Here is 
what I have done in detail:

fdisk /dev/sdb 
(created three partitions of type LVM that are identical to those on the 
failed disk)

mkfs.ext3 /dev/sdb1
mkfs.ext3 /dev/sdb2
mkfs.ext3 /dev/sdb3
(formatted as ext3)

pvcreate --uuid xxxxx --restorefile /etc/lvm/archive/xxxx.ar /dev/sdb1
pvcreate --uuid xxxxx --restorefile /etc/lvm/archive/xxxx.ar /dev/sdb2
pvcreate --uuid xxxxx --restorefile /etc/lvm/archive/xxxx.ar /dev/sdb3

(chose archive file with all PV, LV and VG's from the functioning LVM setup)

vgcfgrestore -f /etc/lvm/backup/VG_data VG_data

(the VG_data matches the functioning LVM setup from above)

vgchange -ay

mount -t ext3 /dev/VG_data/LV_data /data
gives  
"error: wrong fs type, bad option, bad superblock on /dev/VG_data/LV_data, or 
too many mounted filesystems" 

mount /dev/VG_data/LV_data /data
gives
"mount: you must specify filesystem type" 
  

Any suggestions regarding how to proceed.

Steve 
(PS. our lab was out of town for a week so I'm only back at it now).
-- 
Steven Mosimann, PhD

             reply	other threads:[~2006-06-22 19:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-22 19:12 Steven Mosimann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-06-15 21:41 [linux-lvm] lvm - problem replacing failed disk Steven Mosimann
2006-06-16 18:43 ` Alasdair G Kergon

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=200606221312.41790.steven.mosimann@uleth.ca \
    --to=steven.mosimann@uleth.ca \
    --cc=linux-lvm@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).