Operating System - HP-UX
1844852 Members
2718 Online
110233 Solutions
New Discussion

Re: /etc/lvmtab and kernel do not agree

 
SOLVED
Go to solution
Troyan Krastev
Regular Advisor

/etc/lvmtab and kernel do not agree

Hi all,
What about this message:

/usr/sbin/vgcfgbackup "vg00"
vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates
3 disks for "/dev/vg00"; /etc/lvmtab has 2 disks.

I recreated /etc/lvmtab but it doesn't help. I really have 2 disks.
Do I have to reboot the server? It's a production box .....!!!

I see there is a similar message from Rick Garland - 07/13/00,
but I have a problem with the HP site!

Thanks for any help.

Troy
2 REPLIES 2
Rita C Workman
Honored Contributor
Solution

Re: /etc/lvmtab and kernel do not agree

I found a few urls that responded to this issue, I felt this one was pretty informative:

http://us-support2.external.hp.com/cki/bin/doc.pl/sid=ba1cbe5416701b1194/screen=ckiDisplayDocument?docId=200000049624898

Regards,
Rainer_1
Honored Contributor

Re: /etc/lvmtab and kernel do not agree

Before creating the new /etc/lvmtab do

vgreduce -f vg00 # the -f option removes all missing phys. vols

Then you could do

mv /etc/lvmtab /etc/lvmtab.old
vgscan -v