- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error fsck
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-03-2004 03:15 AM
05-03-2004 03:15 AM
Error fsck
I have the following problem. Is it possible
to get the filesystem ready:
fsck -F vxfs -o full /dev/vg00/lvol6
vxfs fsck: file system had I/O error(s) on meta-data.
log replay in progress
pass0 - checking structural files
pass1 - checking inode sanity and blocks
vxfs fsck: fsck read failure bno = 22248, off = 0, len = 8192
file system check failure, aborting ...
Thanks Ralf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 03:27 AM
05-03-2004 03:27 AM
Re: Error fsck
fsck -F vxfs -o full -y /dev/vg00/lvol6
This will on a vxfs fs answer all questions the way they need to be answered.
If this doesn't fix it, nothing can. Its restore time. Adjust the command for other filesystems.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 03:27 AM
05-03-2004 03:27 AM
Re: Error fsck
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 03:31 AM
05-03-2004 03:31 AM
Re: Error fsck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 03:33 AM
05-03-2004 03:33 AM
Re: Error fsck
Check your syslog to see if any HW errors are being logged for a particular "dev" or "bdev".
If its a hex number then you can figure out which disk it is by taking the last six digits of the hex number and putting them into this command (substitute the "xxxxxx"):
ll /dev/dsk | grep xxxxxx
Also, you can do:
lvdisplay -v /dev/vg00/lvol6 | more
Then find your physical volumes listed there.
If there is more then one this command against each disk:
dd if=/dev/dsk/cXtYdZ of=/dev/null bs=64k
This should come back with a message of I/O error for a bad disk in most cases.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 05:41 AM
05-03-2004 05:41 AM
Re: Error fsck
As Steven has suggested, i would recommend that you use the -y option, which will answer your questions to fix the drive. Even after using this option, if the errors still remain, the only option i could think of is, just get rid of the drive
regards
Mobeen