Operating System - HP-UX
1834135 Members
2079 Online
110064 Solutions
New Discussion

Re: file system error in the syslog

 
SOLVED
Go to solution
rana786
Regular Advisor

file system error in the syslog

Hi all,

I am getting following error in the syslog and also in the dmesg command output. Please help.

msgcnt 22811 vxfs: mesg 016: vx_ilisterr - /var file system error reading inode 2992
msgcnt 22812 vxfs: mesg 016: vx_ilisterr - /var file system error reading inode 2993
msgcnt 22813 vxfs: mesg 016: vx_ilisterr - /var file system error reading inode 2994
msgcnt 22814 vxfs: mesg 016: vx_ilisterr - /var file system error reading inode 2995

rgds,
Rana
Walker_dhk
3 REPLIES 3
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: file system error in the syslog

Rana,

Check this doc.

Title: SYS ADM: Error "vmunix: vxfs: mesg 010: vx_ialloc...." errors
Document ID: KBRC00006141

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

You will have to reboot your server in single user mode, run a full fsck on the unmounted filesystem (/var).

# fsck -F vxfs -o full,nolog /dev/vg00/lvol7

Robert-Jan
Steven E. Protter
Exalted Contributor

Re: file system error in the syslog

Shalom Rana,

There is a problem with the disk the /var filesystem is sitting on.

This is relatively serious and could lead to the /var filesystem eventually not mounting.

I would check the disk with mstm,cstm or xstm and prepare to back up the data and replace the disk.

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
rana786
Regular Advisor

Re: file system error in the syslog

Thanks.
Walker_dhk