- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fsck -o full doesnt work?
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
03-18-2004 02:25 AM
03-18-2004 02:25 AM
# fsck -F vxfs -o full /dev/vg00/rlvol8
vxfs fsck: file system had I/O error(s) on user data.
log replay in progress
vxfs fsck: fsck read failure bno = 200, off = 0, len = 32768
full file system check required, exiting ...
...I specified a full check. Why does it refuse to do it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 02:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 02:52 AM
03-18-2004 02:52 AM
Re: fsck -o full doesnt work?
dmesg
Get ready to call hardware.
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
03-18-2004 03:49 AM
03-18-2004 03:49 AM
Re: fsck -o full doesnt work?
Looks like a hardware problem than just the metadata corruption.
# dd if=/dev/vg00/rlvol8 of=/dev/null bs=1024k
If you see any error messages from dd then get the disk replaced.
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 04:10 AM
03-18-2004 04:10 AM
Re: fsck -o full doesnt work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 04:59 AM
03-18-2004 04:59 AM
Re: fsck -o full doesnt work?
you are new here and in case you haven't seen it have a look at this:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
thanks,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 09:08 PM
03-22-2006 09:08 PM
Re: fsck -o full doesnt work?
root@thonon:/# fsck -F vxfs -py -o full,nolog /dev/ISIM/datab4
vxfs fsck: /dev/ISIM/datab4:file system had I/O error(s) on meta-data.
vxfs fsck: /dev/ISIM/datab4:fsck read failure bno = 4311244, off = 0, len = 1024
/dev/ISIM/datab4:file system check failure, aborting ...
you have mail in /var/mail/root
root@thonon:/#
But even with the nolog option I cannot get it fixed.
I rebooted the system and all other FS on the same VG are online.
What next please ?
Thanks for helping
Philippe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 11:43 PM
03-22-2006 11:43 PM
Re: fsck -o full doesnt work?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=200266&admit=-682735245+1143117670776+28353475
You should try the dd to see if you get any errors.