Operating System - HP-UX
1833758 Members
2196 Online
110063 Solutions
New Discussion

How to convert a voulme group to LVM2

 
sreeram n
Frequent Advisor

How to convert a voulme group to LVM2

Hi Admins,

Is it possible to convert a traditional LVM1 VG to LVM2 in hpux 11.31.

If yes, what are the steps to do that?.

Thanks
Sree
Sreeram N
4 REPLIES 4
melvyn burnard
Honored Contributor

Re: How to convert a voulme group to LVM2

if you have a recent version (minimum March 2009), there should be a command vgversion to assist you with this

man 1m vgversion
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
sudheerch
Frequent Advisor

Re: How to convert a voulme group to LVM2

hi sreeram

first check the version using # vgdisplay vg01

check the review of the migration using
# vgversion -r

#vgversion -V -r -v

finally change the vgversion using

#vgversion -v -V
sreeram n
Frequent Advisor

Re: How to convert a voulme group to LVM2

Thanks for your reply.

My current release is older one and vgversion command is not there.
Is there any patch update for this command?

Appreciate your help.

Thanks
Sree
Sreeram N
Andrew Rutter
Honored Contributor

Re: How to convert a voulme group to LVM2

hi,

not a patcj as such, you need to update the LVMBase product

download from here and install then you will have the fuctionality

https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BaseLVM

Andy