file system had I/O error(s) on meta-data


 
Thread Tools Search this Thread
Operating Systems HP-UX file system had I/O error(s) on meta-data
# 1  
Old 06-02-2006
file system had I/O error(s) on meta-data

I'm having this error when I do full fs cleanup
# fsck -F vxfs -o full /dev/vg01/lvol1
vxfs fsck: file system had I/O error(s) on meta-data.
log replay in progress
vxfs fsck: file system had I/O error(s) on meta-data.
vxfs fsck: file system had I/O error(s) on meta-data.
pass0 - checking structural files
pass1 - checking inode sanity and blocks
vxfs fsck: fsck read failure bno = 1616, off = 0, len = 8192

I looked in /sbin/dmesg, it gives me this error below, so does in /var/adm/syslog/syslog.log file(although in there it gives more 123, 124, etc inode issues)
vxfs: mesg 016: vx_ilisterr - /xxxxx file system error reading inode 122
it doesn't report any disk failure except on inode failures#...I did run fsck on those fs in question I had. Still reports this inode problem.
Want to know if this harware call? Smilie
# 2  
Old 06-02-2006
You need to look at the hardware logs to see if this is a hardware issue or not. It could be just a file system that got scribbled on somehow. The documentation is here: http://docs.hp.com/en/diag.html Start with the Support Tools overview.
# 3  
Old 06-07-2006
Got it

You are right, it's not the hardware call, have to endup doing restore after recreating fs. Good site. Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

Meta Data on Mobile Pages is Mostly Done

Just spent a number of hours on updating the meta data for the mobile pages: Forum Home Forum Display Showthread (Discussions) Man Pages This is the bulk of the mobile pages which need meta, however, so for the most part, the mobile meta data update is done for now. One more TODO... (0 Replies)
Discussion started by: Neo
0 Replies

2. AIX

/tmp/man18809436: Invalid file system control data detected

/tmp/man18809436: Invalid file system control data detected Help me what do I do? Если знаете русскии, пишите на нем. (2 Replies)
Discussion started by: islily
2 Replies

3. UNIX for Advanced & Expert Users

howto remove meta info about MP4 or FLV file downloaded off Youtube?

Hi I tried a tool called mediainfo > brew info media-info media-info 0.7.51 http://mediainfo.sourceforge.net Depends on: pkg-config /usr/local/Cellar/media-info/0.7.51 (3 files, 14M) http://github.com/mxcl/homebrew/commits/master/Library/Formula/media-info.rb Got details from a test... (3 Replies)
Discussion started by: slashdotweenie
3 Replies

4. AIX

Resync data on File system

Hi All, I have two mount points have the same data with little changes between them /appabc1 /appabc2 Both of them have the same data, there is some little changes on the data between them I want /appabc2 to has the same data of /appabc1 exactly including to those little changes... (6 Replies)
Discussion started by: Mr.AIX
6 Replies

5. UNIX for Advanced & Expert Users

how to make a full system backup excluding data and restoring it to a new system

Hi, In order to have a sand box machine that I could use to test some system changes before going to production state, I'd like to duplicate a working system to a virtual one. Ideally, I'd like to manage to do it this way : - Make a full system backup excluding the user file system (this... (7 Replies)
Discussion started by: pagaille
7 Replies

6. UNIX for Advanced & Expert Users

File system testing for Data corruption

Hi, could any one tell is there any test-suite or any idea How to do data corruption validation testing, means there is no any data corruption ? Regards Manish (1 Reply)
Discussion started by: manish_tcs_hp
1 Replies

7. Linux

Increasing total data size per file system request for block drivers

Hi All, I am writing a block driver for a 2GB SD card where i get the total amount of data per request as follows: struct request *req; uint card_addr,total_bytes; struct request_queue *rq = BlkDev->queue; req = elv_next_request(rq); .. .. card_addr = req->sector*512;... (1 Reply)
Discussion started by: amio
1 Replies

8. UNIX for Advanced & Expert Users

Data Recovery from file system overwritten with LVM.

Hey peeps, Here is somethin u might find interestin.... Is it possible to recover data from a partition which used to be an ext3 file sytem with some nice forgotten backups, which now is an lvm partion containg root partition of another OS. :) I couldn't create any mess better than this, can... (2 Replies)
Discussion started by: squid04
2 Replies

9. Shell Programming and Scripting

how to verify that copied data to remote system is identical with local data.

I have created simple shell script #!/bin/sh echo `date`; echo "Start .... find . -mtime +95 -print > /tmp/files.txt for file in `cat /tmp/files.txt` do echo "copying file - $file" /usr/local/bin/scp -p -P 2222 $file remote.hostname:/file/path echo "copid file -... (3 Replies)
Discussion started by: ynilesh
3 Replies
Login or Register to Ask a Question