- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fsck: sanity check failed on vg01when boot the...
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
11-04-2005 02:09 AM
11-04-2005 02:09 AM
This new server was cloned from another server.
most likely the problem is caused by some vg01 infor. on the server I cloned from. But, I don't know what I can do to clean it up.
I did rm -r /dev/vg01 already, and no infor in /etc/lvmtab. Please let me know. Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 02:13 AM
11-04-2005 02:13 AM
Re: fsck: sanity check failed on vg01when boot the system
Try a
# vgexport /dev/vg01
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 02:25 AM
11-04-2005 02:25 AM
Re: fsck: sanity check failed on vg01when boot the system
vgexport: Volume group "/dev/vg01" does not exist in the "/etc/lvmtab" file.
vgexport: Couldn't export volume group "/dev/vg01".
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 02:49 AM
11-04-2005 02:49 AM
Re: fsck: sanity check failed on vg01when boot the system
Check the /etc/lvmconf directory and remove the vg01 info.
# vgdisplay -v
and check if there is still info about vg01.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 03:33 AM
11-04-2005 03:33 AM
Re: fsck: sanity check failed on vg01when boot the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 04:05 AM
11-04-2005 04:05 AM
SolutionWhat is the output of
#strings /etc/lvmtab
It seems the entry exists either in lvmtab or in /etc/fstab which is causing this. Can you confirm that there is no entry in /etc/fstab for file systems existing in vg01.
Also if the entry in /etc/lvmtab exists for vg01 then you need to recreate it using vgscan command.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 04:18 AM
11-04-2005 04:18 AM
Re: fsck: sanity check failed on vg01when boot the system
How did u clone system, is it thorugh ignite with an interactive session or a non user interface.
what is the o/p of #vgdisplay -v vg01: is it showing any PVs in vg01.
1.How many disks do you have in the system
2.vg00 is spread on which disks.
3.#strings /etc/lvmtab |grep vg01 : any entrites for vg01
4.remove any enrties for vg01 in /etc/fstab
revert with these details.
regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 07:59 AM
11-04-2005 07:59 AM
Re: fsck: sanity check failed on vg01when boot the system
No further response received ? Has the problem got resolved if yes what solution actually worked? Please share.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 09:34 AM
11-04-2005 09:34 AM
Re: fsck: sanity check failed on vg01when boot the system
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2005 03:43 PM
11-04-2005 03:43 PM
Re: fsck: sanity check failed on vg01when boot the system
Check for the folowing:
1) /etc/fstab - no entries for vg01, If there # those entries.
2) strings /etc/lvmtab - no entries for vg01, if there vgexport vg01. Ensure vgchange -a n vg01 before vgexport.
Rgds, Granite