- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vxfs mount: /dev/vgdvl2/lvol1 is corrupted. needs ...
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
10-08-2001 12:53 PM
10-08-2001 12:53 PM
vxfs mount: /dev/vgdvl2/lvol1 is corrupted. needs checking
Thanks,
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 12:57 PM
10-08-2001 12:57 PM
Re: vxfs mount: /dev/vgdvl2/lvol1 is corrupted. needs checking
fsck -y -o full /dev/vgdvl2/lvol1 should do.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 12:57 PM
10-08-2001 12:57 PM
Re: vxfs mount: /dev/vgdvl2/lvol1 is corrupted. needs checking
Use
fsck -F vxfs dev/vgdvl2/rlvol1
It should say, replaying log....
Once done, mount using
mount -F vxfs dev/vgdvl2/lvol1 /mount_point
Hope this works.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 12:58 PM
10-08-2001 12:58 PM
Re: vxfs mount: /dev/vgdvl2/lvol1 is corrupted. needs checking
Use the raw device rlvol1 for fsck.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 12:59 PM
10-08-2001 12:59 PM
Re: vxfs mount: /dev/vgdvl2/lvol1 is corrupted. needs checking
fsck -y -o full /dev/vgdvl2/lvol1 should help cleaning file system.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 01:00 PM
10-08-2001 01:00 PM
Re: vxfs mount: /dev/vgdvl2/lvol1 is corrupted. needs checking
Please consult.
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 01:00 PM
10-08-2001 01:00 PM
Re: vxfs mount: /dev/vgdvl2/lvol1 is corrupted. needs checking
# fsck -F vxfs dev/vgdvl2/rlvol1
vxfs fsck: OLT extent 1 has bad checksum
read of OLT copy failed
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
(RGAB:/)
# fsck -y -o full /dev/vgdvl2/lvol1
vxfs fsck: OLT extent 1 has bad checksum
read of OLT copy failed
missing or invalid OLT copies, rewrite? (ynq)y
invalid fileset entry found
invalid fileset entry found
vxfs fsck: No valid fset headers found
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
Please consult.
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 01:19 PM
10-08-2001 01:19 PM
Re: vxfs mount: /dev/vgdvl2/lvol1 is corrupted. needs checking
Not some good news for you.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xe3daf841489fd4118fef0090279cd0f9,00.html
http://us-support.external.hp.com/cki/bin/doc.pl/sid=7e5eb2120778a2d5a4/screen=ckiDisplayDocument?docId=200000024603702
http://us-support.external.hp.com/cki/bin/doc.pl/sid=210e688e08ad7817bd/screen=ckiDisplayDocument?docId=200000055820085
Thanks