- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- Re: Problem when try mounting a vgXXXX
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
Discussions
Discussions
Discussions
Forums
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
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-17-2004 09:30 AM
тАО03-17-2004 09:30 AM
Problem when try mounting a vgXXXX
vxfs mount: /dev/vgRAID2/lvoldata3 is corrupted. needs checking
vxfs mount: /dev/vgRAID2/lvolarchive is corrupted. needs checking
mount - file system on /dev/vgRAID2/lvoldata1 has structural damage
Please help me!
Thank You !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2004 09:52 AM
тАО03-17-2004 09:52 AM
Re: Problem when try mounting a vgXXXX
You can try to fix the problem using the fsck command.
# fsck -F vxfs -o full -y /dev/vgRAID2/lvoldata3
# fsck -F vxfs -o full -y /dev/vgRAID2/lvolarchive
# fsck -F vxfs -o full -y /dev/vgRAID2/lvoldata1
Leave the -y out of the above commands, and you will be asked to respond yes/no to fix the corrupted filesystems.
Once the filesystems are corrected, you should be able to mount them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-17-2004 09:59 AM
тАО03-17-2004 09:59 AM
Re: Problem when try mounting a vgXXXX
You need to run the following command on each filesystem. (I assume these are all vxfs filesystems):
fsck -F vxfs /dev/vgRAID2/rlvoldata3
Normally you answer "y" to the questions.
You may need to do a full fsck (but this is not often required)
fsck -F vxfs -o full,nolog /dev/vgRAID2/rlvoldata3
Man fsck_vxfs for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2004 05:06 AM
тАО03-18-2004 05:06 AM
Re: Problem when try mounting a vgXXXX
What type of disk system is the /dev/vgRAID2 volume group on?
Josh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2004 12:50 PM
тАО03-18-2004 12:50 PM
Re: Problem when try mounting a vgXXXX
I hope you have a data backup. First try fsck. Most of the time it helps.
Please check this document:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=317817
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=13072
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2004 10:33 PM
тАО03-22-2004 10:33 PM
Re: Problem when try mounting a vgXXXX
Regards,
Trond