- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvmtab out of sync with the kernel
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
02-12-2001 06:19 AM
02-12-2001 06:19 AM
lvmtab out of sync with the kernel
vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates 169 disks for "/dev/vgora"; /etc/lvmtab has 168 disks. Cannot proceed with backup.
The VG has raw LV's for 2 databases. What is the best way to resolve this issue.
Thanks,
Vidya.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 06:21 AM
02-12-2001 06:21 AM
Re: lvmtab out of sync with the kernel
cp /etc/lvmtab /etc/lvmtab.old
vgscan -a
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 06:25 AM
02-12-2001 06:25 AM
Re: lvmtab out of sync with the kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 06:27 AM
02-12-2001 06:27 AM
Re: lvmtab out of sync with the kernel
I agree with Dan's suggestion, however, there are some side-effects of running 'vgscan' that you may want to address. Principally these involve alternate links and boot information. See the man pages for 'vgscan'.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 06:45 AM
02-12-2001 06:45 AM
Re: lvmtab out of sync with the kernel
Thanks again.
Vidya.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2001 06:58 AM
02-12-2001 06:58 AM
Re: lvmtab out of sync with the kernel
I think Alex's suggestion (via document KBRC00000632) is the soundest approach. If you read this documnent, it notes, "A common reason for the system to be in this state is that the lvmtab has been recreated while unable to communicate with one or more of the
physical volumes belonging the the volume group. If the lvmtab is recreated while the system is unable to query a physical volume, that physical volume will not be added to the lvmtab file. One can see how this can cause the lvmtab to mismatched with kernel memory."
I would suggest you try this document's approach first over the simple vgscan. In answer to your other question, quiescing the system before running vgscan is always sound, as is backing up critical data and structures before attempting major repair efforts.
...JRF...