- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- please help./...fsck with fulllog failed
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
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
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-22-2004 09:07 AM
тАО01-22-2004 09:07 AM
please help./...fsck with fulllog failed
vxfs fsck: file system had I/O error(s) on meta-data.
pass0 - checking structural files
pass1 - checking inode sanity and blocks
pass2 - checking directory linkage
warning - no lost+found directory for fileset 999
pass3 - checking reference counts
pass4 - checking resource maps
vxfs fsck: fsck read failure bno = 290, off = 0, len = 8192
file system check failure, aborting ...
what can I do next
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2004 09:10 AM
тАО01-22-2004 09:10 AM
Re: please help./...fsck with fulllog failed
Can you do a :
dd if=/dev/dsk/c?t?d? of=/dev/null bs=4048
of the disk that contains the lvolinfo. To see the disk do lvdisplay -v /dev/vg03/lvol1.
Just to make sur ethe disk is not dead.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2004 09:12 AM
тАО01-22-2004 09:12 AM
Re: please help./...fsck with fulllog failed
Most likely there is a physical problem with the disk holding this logical volume.
Find out the PV by doing an 'lvdisplay -v /dev/vg03/lvol1' and do a dd on it to see if there are any problems.
dd if=/dev/rdsk/cxtydz of=/dev/null bs=64k
See if you get any IO errors. If so, then it is a bad disk and you will have to restore data from your backups after replacing the disk.
Also look at /var/adm/syslog/syslog.log for more errors.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2004 09:14 AM
тАО01-22-2004 09:14 AM
Re: please help./...fsck with fulllog failed
Try another pass or that dd command to verify whether the disk needs to be replaced.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2004 09:15 AM
тАО01-22-2004 09:15 AM
Re: please help./...fsck with fulllog failed
1493+0 records out
that is the result...so i don't think the disk the dead
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2004 09:22 AM
тАО01-22-2004 09:22 AM
Re: please help./...fsck with fulllog failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2004 09:27 AM
тАО01-22-2004 09:27 AM
Re: please help./...fsck with fulllog failed
What you can do is run the fsck again on the raw lvol. If it works you might want to run mklost+found after you mounted it.
If this does not work i see no other option but to create a new filesystem and restore a backup.
DO you hava any idea what coused this ( a crask?)
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2004 09:31 AM
тАО01-22-2004 09:31 AM
Re: please help./...fsck with fulllog failed
Is this logical volume only one one disk?. Can you post the output of
'lvdisplay -v /dev/vg03/lvol1|awk '/dsk/ && /current/ {print $2}'|sort|uniq
If it is only one disk and if the dd is successful, then there is a good chance that the filesystem got corrupted and you may have to end up doing a 'newfs' on it and restore the data.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2004 09:38 AM
тАО01-22-2004 09:38 AM
Re: please help./...fsck with fulllog failed
I need to try all the options..
the disk also belongs to another logical volume ...this volume has 2 physical volumes and 2 out of 3 mount ok...that is lovl2 and 3 except lovl1 ...
thanks again for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2004 07:34 PM
тАО01-22-2004 07:34 PM
Re: please help./...fsck with fulllog failed
To fsck the rlvol just change the lvol into rlvol so:
fsck -F vxfs -o full,nolog /dev/vg03/rlvol1
The dd indicated that there were no problems on the disk so the other lvols are not effevted if you need to issue an newfs and a restore on lvol1.
HTH,
Gideon