- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: VXFS file system - full fsck required
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
01-12-2005 03:55 AM
01-12-2005 03:55 AM
VXFS file system - full fsck required
The "usr" partition becomes corrupted, and when I try to fscked it, I have the message: the full fsck is required.
Hereafter my somes tentative to resolve the propblem; if you have any other ideas:
# fsck -F vxfs -o full /dev/vg00/lvol7
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 = 267400, off = 0, len = 8192
file system check failure, aborting ...
# dd if=/dev/vg00/rlvol7 of=/dev/null bs=1024k
dd read error: I/O error
261+0 records in
261+0 records out
#
thank's in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 04:02 AM
01-12-2005 04:02 AM
Re: VXFS file system - full fsck required
Looks like you have a problem with /usr. Try a restore from the backup which is doubtful since there are executables in /usr that you may need to do the restore.
I think a reinatall of the OS may be the only option.
Are you upto date on the jfs/vxfs patches. Do you know what caused the corruption of /usr. Was it a system crash or something else.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 04:07 AM
01-12-2005 04:07 AM
Re: VXFS file system - full fsck required
fsck -F vxfs -o full,nolog /dev/vg00/rlvol7.
I do assume that you have unmounted /usr before doing this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 04:21 AM
01-12-2005 04:21 AM
Re: VXFS file system - full fsck required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 06:02 AM
01-12-2005 06:02 AM
Re: VXFS file system - full fsck required
please check Your LV state, and do fsck -o full,nolog /dev/vg00/lvol7 ...
lvdisplay -v /dev/vg00/lvol7 | grep -i stale
In our case /usr was a mirrored lvol, but the mirror of a single PE was marked stale.
The LV itself was in state available/stale, both PVs were available. I was quite confused as BadBlockRelocation
According to HP this can happen, if the LV was mirrored before filling it with content: when the 'original' side can't be read for some reason, and so the mirror stays stale forever.
I had an hint because Ignite couldn't read a library.
In the end, I created a new lvol, mounted it to /mnt/usr and did a find . -depth | cpio -pdm /mnt/usr
After that I extracted the broken library from the patch it came with, put it in the new /usr, edited /etc/fstab and rebooted, happy ever after.
You surely should find *some* IO errors in dmesg or the logtool.
If You do have an Ignite backup and little time, just identify the affected disk, put it disk aside, and restore the system from ignite.