* [linux-lvm] Using lvm1 vg's in lvm2 systems (RHEL4)
@ 2006-10-17 22:00 Fabricio Candido
2006-10-17 22:39 ` Alasdair G Kergon
0 siblings, 1 reply; 5+ messages in thread
From: Fabricio Candido @ 2006-10-17 22:00 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
Hi everybody,
My production data is in RHEL3 system, using lvm1. I'll backup data
using business
continuous copy (BCV) from my production vg to a backup server with RHEL 4.
Is it possible to my RHEL4 system use these lvm1 vgs without converting it ?
What is necessary ?
Regards,
Fabricio
[-- Attachment #2: Type: text/html, Size: 718 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-lvm] Using lvm1 vg's in lvm2 systems (RHEL4)
2006-10-17 22:00 [linux-lvm] Using lvm1 vg's in lvm2 systems (RHEL4) Fabricio Candido
@ 2006-10-17 22:39 ` Alasdair G Kergon
2006-10-17 23:21 ` Fabricio Candido
0 siblings, 1 reply; 5+ messages in thread
From: Alasdair G Kergon @ 2006-10-17 22:39 UTC (permalink / raw)
To: LVM general discussion and development
On Tue, Oct 17, 2006 at 07:00:52PM -0300, Fabricio Candido wrote:
> Is it possible to my RHEL4 system use these lvm1 vgs without converting it ?
> What is necessary ?
Yes, provided you can manage without snapshots and pvmove.
[Alternatively, you can run vgconvert to update your metadata in-situ to the
new lvm2 format.]
Alasdair
--
agk@redhat.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-lvm] Using lvm1 vg's in lvm2 systems (RHEL4)
2006-10-17 22:39 ` Alasdair G Kergon
@ 2006-10-17 23:21 ` Fabricio Candido
2006-10-25 15:43 ` Fabricio Candido
0 siblings, 1 reply; 5+ messages in thread
From: Fabricio Candido @ 2006-10-17 23:21 UTC (permalink / raw)
To: LVM general discussion and development
[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]
Alasdair,
Thanks for your helping.
I got these messages when I just execute vgdisplay, vgscan or pvscan:
LV lv_oracle_data012: inconsistent LE count 252 != 1008
Internal error: LV segments corrupted in lv_oracle_data012.
LV lv_oracle_redo003: inconsistent LE count 4 != 16
Internal error: LV segments corrupted in lv_oracle_redo003.
LV lv_oracle_data020: inconsistent LE count 252 != 1008
Internal error: LV segments corrupted in lv_oracle_data020.
I just imported these volumes in another RHEL3 server without problems.
Any ideas ?
Regards,
Fabricio
On 10/17/06, Alasdair G Kergon <agk@redhat.com> wrote:
>
> On Tue, Oct 17, 2006 at 07:00:52PM -0300, Fabricio Candido wrote:
> > Is it possible to my RHEL4 system use these lvm1 vgs without converting
> it ?
> > What is necessary ?
>
> Yes, provided you can manage without snapshots and pvmove.
> [Alternatively, you can run vgconvert to update your metadata in-situ to
> the
> new lvm2 format.]
>
> Alasdair
> --
> agk@redhat.com
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>
[-- Attachment #2: Type: text/html, Size: 2795 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-lvm] Using lvm1 vg's in lvm2 systems (RHEL4)
2006-10-17 23:21 ` Fabricio Candido
@ 2006-10-25 15:43 ` Fabricio Candido
2006-10-25 23:18 ` Jesse Molina
0 siblings, 1 reply; 5+ messages in thread
From: Fabricio Candido @ 2006-10-25 15:43 UTC (permalink / raw)
To: LVM general discussion and development
[-- Attachment #1: Type: text/plain, Size: 1501 bytes --]
Hi all.
I've solved this problem downgrading the lvm version from RHEL4U2 to
RHEL4U1 included version.
Thanks all.
Fabricio
On 10/17/06, Fabricio Candido <fabricio.candido@gmail.com> wrote:
>
> Alasdair,
>
> Thanks for your helping.
>
> I got these messages when I just execute vgdisplay, vgscan or pvscan:
>
> LV lv_oracle_data012: inconsistent LE count 252 != 1008
> Internal error: LV segments corrupted in lv_oracle_data012.
> LV lv_oracle_redo003: inconsistent LE count 4 != 16
> Internal error: LV segments corrupted in lv_oracle_redo003.
> LV lv_oracle_data020: inconsistent LE count 252 != 1008
> Internal error: LV segments corrupted in lv_oracle_data020.
>
> I just imported these volumes in another RHEL3 server without problems.
>
> Any ideas ?
>
> Regards,
>
> Fabricio
>
> On 10/17/06, Alasdair G Kergon <agk@redhat.com> wrote:
> >
> > On Tue, Oct 17, 2006 at 07:00:52PM -0300, Fabricio Candido wrote:
> > > Is it possible to my RHEL4 system use these lvm1 vgs without
> > converting it ?
> > > What is necessary ?
> >
> > Yes, provided you can manage without snapshots and pvmove.
> > [Alternatively, you can run vgconvert to update your metadata in-situ to
> > the
> > new lvm2 format.]
> >
> > Alasdair
> > --
> > agk@redhat.com
> >
> > _______________________________________________
> > linux-lvm mailing list
> > linux-lvm@redhat.com
> > https://www.redhat.com/mailman/listinfo/linux-lvm
> > read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
> >
>
>
[-- Attachment #2: Type: text/html, Size: 3752 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-lvm] Using lvm1 vg's in lvm2 systems (RHEL4)
2006-10-25 15:43 ` Fabricio Candido
@ 2006-10-25 23:18 ` Jesse Molina
0 siblings, 0 replies; 5+ messages in thread
From: Jesse Molina @ 2006-10-25 23:18 UTC (permalink / raw)
To: LVM general discussion and development
Thanks for indicating your solution. I was having a very similar problem upgrading a Debian Unstable system a few months ago. I still need to upgrade that system, so this might help me when that time comes around.
On Wed, Oct 25, 2006 at 12:43:56PM -0300, Fabricio Candido wrote:
> Hi all.
>
> I've solved this problem downgrading the lvm version from RHEL4U2 to
> RHEL4U1 included version.
>
> Thanks all.
>
> Fabricio
>
> On 10/17/06, Fabricio Candido <fabricio.candido@gmail.com> wrote:
>
> Alasdair,
>
> Thanks for your helping.
>
> I got these messages when I just execute vgdisplay, vgscan or pvscan:
>
> LV lv_oracle_data012: inconsistent LE count 252 != 1008
> Internal error: LV segments corrupted in lv_oracle_data012.
> LV lv_oracle_redo003: inconsistent LE count 4 != 16
> Internal error: LV segments corrupted in lv_oracle_redo003.
> LV lv_oracle_data020: inconsistent LE count 252 != 1008
> Internal error: LV segments corrupted in lv_oracle_data020.
>
> I just imported these volumes in another RHEL3 server without
> problems.
>
> Any ideas ?
>
> Regards,
> Fabricio
> On 10/17/06, Alasdair G Kergon <agk@redhat.com> wrote:
>
> On Tue, Oct 17, 2006 at 07:00:52PM -0300, Fabricio Candido wrote:
> > Is it possible to my RHEL4 system use these lvm1 vgs without
> converting it ?
> > What is necessary ?
>
> Yes, provided you can manage without snapshots and pvmove.
> [Alternatively, you can run vgconvert to update your metadata in-situ
> to the
> new lvm2 format.]
>
> Alasdair
> --
> agk@redhat.com
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
--
# Jesse Molina
# Mail = jesse@opendreams.net
# Page = page-jesse@opendreams.net
# Cell = 1.602.323.7608
# Web = http://www.opendreams.net/jesse/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-25 23:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-17 22:00 [linux-lvm] Using lvm1 vg's in lvm2 systems (RHEL4) Fabricio Candido
2006-10-17 22:39 ` Alasdair G Kergon
2006-10-17 23:21 ` Fabricio Candido
2006-10-25 15:43 ` Fabricio Candido
2006-10-25 23:18 ` Jesse Molina
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).