Operating System - HP-UX
1838560 Members
3136 Online
110127 Solutions
New Discussion

help !!! /usr file system inode question

 
廖琼城
Occasional Contributor

help !!! /usr file system inode question

syslog.log:
Feb 7 05:51:15 stpdb vmunix: SCSI: Async write error -- dev: b 31 0x01f000, err no: 5, resid: 8192,
Feb 7 05:51:15 stpdb vmunix: blkno:3544792, sectno: 7089584, offset: -665100288, bcount: 8192.
Feb 7 05:51:15 stpdb vmunix: vxfs: mesg 055: vx_metaioerr - /dev/vg00/lvo7 file system meta data write error
Feb 7 05:51:15 stpdb vmunix: vxfs: mesg 017: vx_ilisterr - /usr file system inode 274 marked bad
Feb 7 05:51:15 stpdb vmunix: vxfs: mesg 017: vx_ilisterr - /usr file system error reading inode 274

These log meaning the hardware have problem ?

I have run fsck -F vxfs -o full /dev/vg00/rlvol7 ,remove the inode 247, reboot machine, the system and application is normal, it will have some problem?
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: help !!! /usr file system inode question

Shalom,

if the fsck indicates that the problem was solved, AND the message stops in /var/adm/syslog/syslog.log then you are fine.

If the message persists, you have a hardware problem and need to back up the data.

You should check your disk configuration and see what bad block relocation is set for. The system can move data off blocks that are flakey but in general, if I have flakey blocks, I have a new disk on the way from HP Hardware support.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Arunvijai_4
Honored Contributor

Re: help !!! /usr file system inode question

Hello,

Try to run,

dd if=/dev/rdsk/cXtYdZ of=/dev/null bs=64K count=1000

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
廖琼城
Occasional Contributor

Re: help !!! /usr file system inode question

thanks: the message haved stops in /var/adm/syslog/syslog.log, it meaning fine ?
Devender Khatana
Honored Contributor

Re: help !!! /usr file system inode question

Hi,

This indicates that there is some error on the disk. The same can be confirmed by doing a red test on the disk. Rather then doing it on the whole disk as mentioned in earlier post I would recommend it to be done only on the specified LVOL by

#dd if=/dev/vg00/lvol7 of=/dev/null bs=1024k

You are suspected to have some more errors reported when this is run. I would suggest to mirror disk if not allready done and take an ignite backup.

HTH,
Devender
Impossible itself mentions "I m possible"
Devender Khatana
Honored Contributor

Re: help !!! /usr file system inode question

Hi,

This does not mean that everything is fine. This only means that the bad part of disk is not accessed now. You can be sure by running a read test on the LVOL, and the command repeat without error and there are no further errors in syslog.log then you are fine.

HTH,
Devender
Impossible itself mentions "I m possible"
廖琼城
Occasional Contributor

Re: help !!! /usr file system inode question

Devender Khatana:

thanks,use #dd if=/dev/vg00/lvol7 of=/dev/null bs=1024k command is read test the LVOL? i will try it.

Devender Khatana
Honored Contributor

Re: help !!! /usr file system inode question

Hi,

Yes it is a read test and will read every block of the device mantioned, here lvol7 i.e. /usr file system.

HTH,
Devender
Impossible itself mentions "I m possible"