1832973 Members
2426 Online
110048 Solutions
New Discussion

Re: urgent

 
sam_73
New Member

urgent

vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates 2 disks for "/dev/vgora"; /etc/lvmtab has 1 disks. Cannot proceed with backup.
No
4 REPLIES 4
CHRIS_ANORUO
Honored Contributor

Re: urgent

First backup the current /etc/lvmtab to /etc/lvmtab.1905 then, run "vgscan" as this generates a new /etc/lvmtab file the is in sync with the running kernel.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Ajitkumar Rane
Trusted Contributor

Re: urgent

I agree with the previous reply. But what does vgdisplay show for the VG. May be the kernel is reporting two disks because of the alternate PV link.

Goodluck.
Amidsts difficulties lie opportunities
Vincenzo Restuccia
Honored Contributor

Re: urgent

#rm /etc/lvmtab
#vgscan -v
Pedro Sousa
Honored Contributor

Re: urgent

run vgdisplay, and check wich disk is missing.
maybe a "vgreduce -f " solves the problem.
good luck