- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcfgbackup: /etc/lvmtab is out of date with the r...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 08:53 PM
03-15-2007 08:53 PM
vgcfgbackup: /etc/lvmtab is out of date with the running kernel
vgcfgbackup: /etc/lvmtab is out of date with the running kernel
I have run
vgreduce -f /dev/vg00
rm /etc/lvmtab
vgscan -v
and this hasn't rectified the situation. vgdisplay still shows
Cur PV 3
instead of 2 and the vgcfgbackup error still occurs.
What next?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 09:02 PM
03-15-2007 09:02 PM
Re: vgcfgbackup: /etc/lvmtab is out of date with the running kernel
this one seems to fit:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=18493
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 09:16 PM
03-15-2007 09:16 PM
Re: vgcfgbackup: /etc/lvmtab is out of date with the running kernel
Don't remove /etc/lvmtab: change its name instead:
mv /etc/lvmtab /etc/lvmtab.bak
And after that:
vgscan -av
And finally:
vgcfgbackup vg00
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2007 09:46 PM
03-15-2007 09:46 PM
Re: vgcfgbackup: /etc/lvmtab is out of date with the running kernel
# mv /etc/lvmtab /etc/lvmtab.bak
# vgscan -av
Creating "/etc/lvmtab".
Couldn't stat physical volume "/dev/dsk/c3t2d0":
Invalid argument
/dev/vg00
/dev/dsk/c1t2d0
/dev/dsk/c2t2d0
/dev/vg02
/dev/dsk/c4t8d0
Scan of Physical Volumes Complete.
root_cycsuw:/ # 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.
Cannot proceed with backup.
Peter, all I can see in that link that I haven't done already is the suggested vgexport/vgimport. That would have to be done in maintenance mode. I'll need to arrange some downtime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 05:27 AM
03-16-2007 05:27 AM
Re: vgcfgbackup: /etc/lvmtab is out of date with the running kernel
You will need to vgextend this /dev/dsk/c3t2d0 before running vgscan -av.
See man vgextend and act accordingly.
Cheers,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 05:35 AM
03-16-2007 05:35 AM
Re: vgcfgbackup: /etc/lvmtab is out of date with the running kernel
vgchange -a y vg00
then retry vgscan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 12:16 AM
03-19-2007 12:16 AM
Re: vgcfgbackup: /etc/lvmtab is out of date with the running kernel
Eric,
/dev/dsk/c3t2d0 is the DVD so I won't put that in vg00.
Court,
The volume group vg00 is already active.
I will try the export / import suggestion but need to wait for downtime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 12:33 AM
03-19-2007 12:33 AM
Re: vgcfgbackup: /etc/lvmtab is out of date with the running kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 08:29 PM
03-22-2007 08:29 PM
Re: vgcfgbackup: /etc/lvmtab is out of date with the running kernel
In any case the server crashed and when rebooted the two OS disks were unusable. I had to restore from an ignite onto new disks.
So the condition was more than likely related to bad disks. :-( Which seems to be more and more common for me with these older servers.
Thanks for all your input. As always I have learned plenty from the experience. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 08:59 PM
03-22-2007 08:59 PM
Re: vgcfgbackup: /etc/lvmtab is out of date with the running kernel
In case you are interessed, I have 10 36Gb disks and 4 9 Gb disks that were in 2 9000 L2000 servers.
Best Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 09:13 PM
03-22-2007 09:13 PM
Re: vgcfgbackup: /etc/lvmtab is out of date with the running kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2007 06:01 AM
03-25-2007 06:01 AM