All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Sébastien GALLET" <sgallet@ibourgogne.net>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] pb with vgimport
Date: Tue Jun 18 11:20:02 2002	[thread overview]
Message-ID: <3D0F5DB8.2070802@ibourgogne.net> (raw)
In-Reply-To: 20020618171317.A27032@sistina.com

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

1.0.4 with redhat 7.3 (2.4.18 patched by myself)
More informations :
When i did

vgimport lvmvg1 /dev/hde1 /dev/hdf1 /dev/hdg1 :
vgimports said that only 3 PVs ( of the 4) were given in arguments

but when i did 

vgimport lvmvg1 /dev/hde1 /dev/hdf1 /dev/hdk :
vgimport said : 
vgimport -- ERROR: wrong number of physical volumes to import volume group "lvmvg1

That's why i think that there's a problem with hdk (which is a whole LVM 
disk not a LVM partition).
But data on this disk seems to be good because i've restore them by 
changing
PV_EXPlvmvg1PV_EXPPV_EXPPV_EXP
into
PV_IMPlvmvg1 with Linux Disk Editor
Any idea ???

Ps : Sorry for my english ...:">
Heinz J . Mauelshagen wrote:

>On Tue, Jun 18, 2002 at 04:49:45PM +0200, S�bastien GALLET wrote:
>  
>
>>Thank you for your answer, but I found a solution by editing  disc and 
>>partitions with Linux Disk Editor ....
>>Now, everything is ok and I found my data back. 
>>
>>lvmvg1PV_EXPPV_EXPPV_EXP:  I exported 3 times the VG.  Is the result 
>>normal??? 
>>    
>>
>
>Nope :-(
>
>Which LVM version was it?
>
>Regards,
>Heinz    -- The LVM Guy --
>
>
>  
>
>>It would seem that the problem comes from export (or the importation) on 
>>hdk.
>>.
>>
>>
>>Heinz J . Mauelshagen wrote:
>>
>>    
>>
>>>"lvmvg1PV_EXPPV_EXPPV_EXP" looks very strange.
>>>The suffix PV_EXP should only be there once.
>>>
>>>Which LVM versions of the tools and driver did you use?
>>>Do you remmeber the steps which lead to this situation?
>>>
>>>Please send a bzipped tasball which contains the output files retrieved with
>>>
>>>for d in /dev/hd[e-g]1 /dev/hdk
>>>do
>>>	dd if=$d of=`basename $d`.vgda bs=1k count=4k
>>>done
>>>
>>>to me directly <mge@sistina.com> to fix this.
>>>
>>>On Tue, Jun 11, 2002 at 03:58:03PM +0200, sgallet@netcourrier.com wrote:
>>> 
>>>
>>>      
>>>
>>>>Hello,
>>>>I have an error when i do 
>>>>vgimport lvmvg1 /dev/hde1 /dev/hdf1 /dev/hdg1 /dev/hdk
>>>>vgimport -- ERROR: wrong number of physical volumes to import volume group "lvmvg1
>>>>
>>>>This is my pvscan
>>>>pvscan -- reading all physical volumes (this may take a while...)
>>>>pvscan -- inactive PV "/dev/hdk"   is in EXPORTED VG "lvmvg1PV_EXPPV_EXPPV_EXP" [76.69 GB / 0 free]
>>>>pvscan -- inactive PV "/dev/hdg1"  is in EXPORTED VG "lvmvg1PV_EXPPV_EXPPV_EXP" [37.27 GB / 0 free]
>>>>pvscan -- ACTIVE   PV "/dev/hdh1" of VG "lvmvg2"                         [74.52 GB / 55.89 GB free]
>>>>pvscan -- inactive PV "/dev/hde1"  is in EXPORTED VG "lvmvg1PV_EXPPV_EXPPV_EXP" [38.34 GB / 0 free]
>>>>pvscan -- inactive PV "/dev/hdf1"  is in EXPORTED VG "lvmvg1PV_EXPPV_EXPPV_EXP" [28.62 GB / 0 free]
>>>>pvscan -- total: 5 [255.47 GB] / in use: 5 [255.47 GB] / in no VG: 0 [0]
>>>>
>>>>Help me please
>>>>
>>>>CONFIDENTIALITE : 
>>>>Ce message et les �ventuelles pi�ces attach�es sont confidentiels. 
>>>>Si vous n'�tes pas dans la liste des destinataires, veuillez informer l'exp�diteur imm�diatement et ne pas divulguer le contenu � une tierce personne, ne pas l'utiliser pour quelque raison que ce soit, ne pas stocker ou copier l'information qu'il contient sur un quelconque support.
>>>>
>>>>-------------------------------------------------------------
>>>>NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
>>>>Web/Wap : www.netcourrier.com
>>>>T�l�phone/Fax : 08 92 69 00 21 (0,34 EUR TTC/min)
>>>>Minitel: 3615 NETCOURRIER (0,15 EUR TTC/min)
>>>>
>>>>
>>>>_______________________________________________
>>>>linux-lvm mailing list
>>>>linux-lvm@sistina.com
>>>>http://lists.sistina.com/mailman/listinfo/linux-lvm
>>>>read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
>>>>   
>>>>
>>>>        
>>>>
>>> 
>>>
>>>      
>>>
>
>*** Software bugs are stupid.
>    Nevertheless it needs not so stupid people to solve them ***
>
>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
>Heinz Mauelshagen                                 Sistina Software Inc.
>Senior Consultant/Developer                       Am Sonnenhang 11
>                                                  56242 Marienrachdorf
>                                                  Germany
>Mauelshagen@Sistina.com                           +49 2626 141200
>                                                       FAX 924446
>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
>_______________________________________________
>linux-lvm mailing list
>linux-lvm@sistina.com
>http://lists.sistina.com/mailman/listinfo/linux-lvm
>read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
>
>  
>


[-- Attachment #2: Type: text/html, Size: 5955 bytes --]

      reply	other threads:[~2002-06-18 11:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-11  8:58 [linux-lvm] pb with vgimport sgallet
2002-06-18  6:14 ` Heinz J . Mauelshagen
2002-06-18  9:50   ` Sébastien GALLET
2002-06-18 10:33     ` Heinz J . Mauelshagen
2002-06-18 11:20       ` Sébastien GALLET [this message]

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=3D0F5DB8.2070802@ibourgogne.net \
    --to=sgallet@ibourgogne.net \
    --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.