1836100 Members
2572 Online
110089 Solutions
New Discussion

LVM

 
Bhushi
Advisor

LVM

Hi gurus

what does the LVM contain.?How we will repair when /etc/lvmtab corrupt.

Regds
Bhushi
3 REPLIES 3
A. Clay Stephenson
Acclaimed Contributor

Re: LVM

The LVM meta-data is stored in a reserved area on each LVM disk. It contains data which describes the layout of each logical volume within a volume group.

To recreate lvmtab:
1) mv /etc/lvmtab /etc/lvmtab.save
2) vgscan
If it ain't broke, I can fix that.
Torsten.
Acclaimed Contributor

Re: LVM

Your question is answered already.

From your profile:

have assigned points to 0 of 80 responses to my questions.

How to fix this?

http://forums1.itrc.hp.com/service/forums/helptips.do?#33

Have fun!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
karthik_in83
Frequent Advisor

Re: LVM

hi bhushi,


try this,

#vgreduce -f /dev/vg02 #mv /etc/lvmtab /etc/lvmtab.old (move corrupted BUT important file)
#vgscan -v (creates new clean lvmtab)
#vgcfgbackup /dev/vg02 (backups the data for vg02 )

There should be no errors with vgcfgbackup

now it will be updated.

I think it will work.

by KK