- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcfgbackup
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
05-15-2001 01:37 AM
05-15-2001 01:37 AM
I'm getting this Error each time i do an LVM command that execute vgcfgbackup after the command:
vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates 9 disks for "/dev/vgprod"; /etc/lvmtab has 8 disks.
lvmtab contains 8 disks fro vgprod and this is correct, but how to clean the Kernel data or fix it...i rebooted many times.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 01:50 AM
05-15-2001 01:50 AM
Re: vgcfgbackup
#mv /etc/lvmtab /etc/lvmtab.orig
#vgscan
this could help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 02:07 AM
05-15-2001 02:07 AM
Re: vgcfgbackup
recreate it with:
#vgscan -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 02:08 AM
05-15-2001 02:08 AM
Re: vgcfgbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 02:12 AM
05-15-2001 02:12 AM
Re: vgcfgbackup
did you REMOVE the original /etc/lvmtab??
vgscan will not rebuild the lvmtab completely if the entries already exist!
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 03:23 AM
05-15-2001 03:23 AM
Re: vgcfgbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 05:57 AM
05-15-2001 05:57 AM
Solutionokay, so I presume a disk has been removed?!
try "vgreduce -f /dev/vgxx" ; this will remove missing disks from the volume group.
(a new vgscan might be necessary afterwards)
this should do the trick,
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 06:49 AM
05-15-2001 06:49 AM
Re: vgcfgbackup
It's solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 06:52 AM
05-15-2001 06:52 AM
Re: vgcfgbackup
Thanks for all who replied.
Special thanks for Thierry Poels whose steps i followed and it worked fine.
Thanks again Thierry.
Best of luck for you all.