1753469 Members
4962 Online
108794 Solutions
New Discussion юеВ

error from syslog

 
joe_91
Super Advisor

error from syslog

I run 11.0 and i cant read/write to /depot/data.. This is from syslog...
msgcnt 50 vxfs: mesg 008: vx_direrr: vx_dirscan_2 - /depot file system inode 12 block 176132 error 6
msgcnt 51 vxfs: mesg 008: vx_direrr: vx_dirscan_2 - /depot file system inode 12 block 176132 error 6
msgcnt 52 vxfs: mesg 008: vx_direrr: vx_real_readdir_1 - /depot file system inode 12 block 176132 error 6
msgcnt 53 vxfs: mesg 008: vx_direrr: vx_dirscan_2 - /depot file system inode 12 block 176132 error 6
msgcnt 54 vxfs: mesg 008: vx_direrr: vx_dirscan_2 - /depot file system inode 12 block 176132 error 6
msgcnt 55 vxfs: mesg 008: vx_direrr: vx_dirscan_2 - /depot file system inode 12 block 176132 error 6
msgcnt 56 vxfs: mesg 008: vx_direrr: vx_dirscan_2 - /depot file system inode 12 block 176132 error 6

Please help

Joe
9 REPLIES 9
Robert-Jan Goossens
Honored Contributor

Re: error from syslog

Joe,

Check this doc.

Title: JFS 3.3 Kernel messages and solutions
Document ID: UFSKBAN00001139

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000076281156

Is /depot a filesystem?

# lvdisplay -v /dev/vgxx/lvolx

check if the disks report i/o errors.

# dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k

Regards,
Robert-Jan
joe_91
Super Advisor

Re: error from syslog

infact i can write to other directories under /depot. the error i get is only for /depot/data directory (No such device or address).

Thx


Joe
joe_91
Super Advisor

Re: error from syslog

yes /depot is a filesystem

thx
Joe
Peter Godron
Honored Contributor

Re: error from syslog

Joe,
may be inode corruption. What does fsck report?
Patrick Wallek
Honored Contributor

Re: error from syslog

What version of HP-UX and what version of JFS are these filesystems?

You may need to look into some patches if you are on HP-UX 11.0 and JFS 3.1 or JFS 3.3.

PHKL_24014 (HP-UX 11.0 & JFS 3.1) - http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHKL_24014

PHKL_30708 (HP-UX 11.0 & JFS 3.3) -
http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHKL_30708
joe_91
Super Advisor

Re: error from syslog

Also npo stale extents from lvdisplay..all disks are good.

Thx

Joe
joe_91
Super Advisor

Re: error from syslog

swlist |grep -i jfs
B3929BA B.11.00 HP OnLineJFS (Advanced VxFS)
JFS 3.3 JFS 3.3 base filesystem
OnlineJFS 3.3 JFS 3.3 online (Advanced) filesystem features
PHCO_23216 1.0 diskusg_vxfs(1M) JFS3.3 cumulative patch
PHKL_21772 1.0 JFS 3.3 Poor direct I/O performance

Thx

Joe
Ninad_1
Honored Contributor

Re: error from syslog

Yes agreed you can write to directory /depot/data - but directory seems to be a directory in /depot filesystem and not a seperate filesystem in itself.
I would advice you to unmount the /depot filesystem and do a fsck on it
fsck -F vxfs -o full /dev/....

Regards,
Ninad
Ashish Parashar
Frequent Advisor

Re: error from syslog

Hello Joe

This problem is for inode curruption,hence you have couple of option.

either delete file or directory which has inode 12 or

best option is

unmount the filesystem.

execute full filesystem check

fsck with -o option ..

then mount filesystem again

and check lost+found directory for result.


second option will definatly work.

regards

Ashish