- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fsck with "invalid device config entry found" resp...
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
тАО06-13-2006 04:14 AM
тАО06-13-2006 04:14 AM
fsck with "invalid device config entry found" response
when I try to run fsck, I get an error:
.............
# fsck -F vxfs -y -o full /dev/vg00/rlvol8
vxfs fsck: invalid device config entry found
log replay in progress
............
so, according to some help in the forum, I have tried a different option, but the results are not good:
............
fsck -F vxfs -o full,nolog -y /dev/vg00/rlvol8
vxfs fsck: invalid device config entry found
pass0 - checking structural files
fileset 1 primary-ilist inode 33 (SuperBlock)
failed validation clear? (ynq)y
fileset 1 primary-ilist inode 40 (DEV 1)
failed validation clear? (ynq)y
fileset 1 primary-ilist inode 32 (State)
failed validation clear? (ynq)y
fileset 1 primary-ilist inode 34 (Sumino)
failed validation clear? (ynq)y
fileset 1 primary-ilist inode 42 (Mapino 1)
failed validation clear? (ynq)y
pass1 - checking inode sanity and blocks
vxfs fsck: fsck read failure bno = 2912, off = 0, len = 8192
file system check failure, aborting ...
.........
Any suggestion ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2006 04:29 AM
тАО06-13-2006 04:29 AM
Re: fsck with "invalid device config entry found" response
tried to check with dd if=/dev/vg00/rlvol8 of=/dev/null bs=1024k (blocks read test
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2006 04:32 AM
тАО06-13-2006 04:32 AM
Re: fsck with "invalid device config entry found" response
fsck -F vxfs -o full /dev/vg00/lvol8
It will resolve the issue.
Mount lvol8 to /var, and check it with bdf.
You also want to ensure that you have the latest vxfs/fsck patches installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2006 04:51 AM
тАО06-13-2006 04:51 AM
Re: fsck with "invalid device config entry found" response
# dd if=/dev/vg00/rlvol8 of=/dev/null bs=1024k
dd read error: I/O error
22+0 records in
22+0 records out
---------
Running the other fsck and mount commands:
# fsck -F vxfs -o full /dev/vg00/lvol8
vxfs fsck: invalid device config entry found
log replay in progress
vxfs fsck: fsck read failure bno = 7553, off = 0, len = 8192
full file system check required, exiting ...
# mount /dev/vg00/lvol8 /var
vxfs mount: /dev/vg00/lvol8 is corrupted. needs checking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2006 05:02 AM
тАО06-13-2006 05:02 AM
Re: fsck with "invalid device config entry found" response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2006 05:22 AM
тАО06-13-2006 05:22 AM
Re: fsck with "invalid device config entry found" response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2006 05:35 AM
тАО06-13-2006 05:35 AM
Re: fsck with "invalid device config entry found" response
dd read error: I/O error
22+0 records in
22+0 records out
This really says it all (well, almost). Almost certainly this is a disk hardware problem. This is a small probability that this could actually be a problem with the LVM metadata pointing to a bogus device.
Do an lvdisplay -v /dev/vg00/lvol8 and note the PV(s) associated with this LVOL (e.g. /dev/dsk/c1t5d0). I suspect there is only one. Now run your dd against this raw disk device (e.g. /dev/rdsk/c1t5d0).
e.g. dd if=/dev/rdsk/c1t5d0 bs=1024k of=/dev/null
If this reports errors then you have a bad disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2006 06:02 AM
тАО06-13-2006 06:02 AM
Re: fsck with "invalid device config entry found" response
check syslog.log and event.log for any errors as dd cleary says there is some hardware issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2006 02:36 PM
тАО06-13-2006 02:36 PM
Re: fsck with "invalid device config entry found" response
# ll /dev/vg00/
check the minor /major number for lvol8..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2006 07:08 PM
тАО06-13-2006 07:08 PM
Re: fsck with "invalid device config entry found" response
Did you try fsck without any specific option. like. Please try this and let know the result.
umount ..
fsck -F vxfs /dev/vg00/rlvol8
mount ...
Thanks,
Srikanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2006 10:38 PM
тАО06-13-2006 10:38 PM
Re: fsck with "invalid device config entry found" response
the disk is c2t0d0 and
dd if=/dev/rdsk/c2t0d0 of=/dev/null bs=1024k
does not show any result after 2 hours.
A similar disk ends in 10 minutes without error.
So, i suppose you are right and the disk has hw problem. I am going to open a hw issue with HP.
My biggest problem is that the original /var directory has been lost and I have had to create an alternative /var in a new volume but some features do not run properly (cron, glance, swlist, etc.)