HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ignite failure - lvmtab differs from lvmpvg
Operating System - HP-UX
1833717
Members
2472
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
01-29-2007 01:41 PM
01-29-2007 01:41 PM
When attempting to perform an ignite of our system I got the following error. VG14 no longer exists on this system. How do I correct the lvmpvg file?
/var/opt/ignite/recovery/2007-01-29,20:38/system_cfg vg00
Information in "/etc/lvmtab" differs from that in "/etc/lvmpvg".
VG "/dev/vg14" is not defined in file "/etc/lvmtab".
save_config: Error - vg00 not in the volume/disk group
/var/opt/ignite/recovery/2007-01-29,20:38/system_cfg vg00
Information in "/etc/lvmtab" differs from that in "/etc/lvmpvg".
VG "/dev/vg14" is not defined in file "/etc/lvmtab".
save_config: Error - vg00 not in the volume/disk group
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 01:52 PM
01-29-2007 01:52 PM
Solution
Are you aware of any recent changes to vg14 and its underlying physical device?
Anyway, you begin with very very carefully studying both files. Try to line up the physical devices with ioscan output and do a vgdisplay.
#ioscan -funC disk
Next you probably should lvmtab to a safe place like:
#mv /etc/lvmtab /etc/lvmtab.20070129
Now tell the system create a fresh lvmtab through vgscan and compare:
#vgscan.
#diff /etc/lvmtab /etc/lvmtab.20070129
Good luck,
Hein.
Anyway, you begin with very very carefully studying both files. Try to line up the physical devices with ioscan output and do a vgdisplay.
#ioscan -funC disk
Next you probably should lvmtab to a safe place like:
#mv /etc/lvmtab /etc/lvmtab.20070129
Now tell the system create a fresh lvmtab through vgscan and compare:
#vgscan.
#diff /etc/lvmtab /etc/lvmtab.20070129
Good luck,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 02:01 PM
01-29-2007 02:01 PM
Re: ignite failure - lvmtab differs from lvmpvg
Sounds like someone made some changes with the wrong commands. Does vgdisplay -v report similar errors? You can use vgscan to repair lvmtab:
mv /etc/lvmtab /etc/lvmtab.old
vgscan -a -v
vgchange -a y /dev/vg14
This should return vgdisplay to normal (no errors) and Ignite should work OK.
Bill Hassell, sysadmin
mv /etc/lvmtab /etc/lvmtab.old
vgscan -a -v
vgchange -a y /dev/vg14
This should return vgdisplay to normal (no errors) and Ignite should work OK.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP