1827286 Members
1581 Online
109717 Solutions
New Discussion

vx_ilisterr errors

 

vx_ilisterr errors

Hi,

Receive the following error on depot server.
vmunix:vxfs:mesg 016:vx_ilisterr -depot file system error reading inode 50579.

Any ideas/fixes?
Unix is great, when it works
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: vx_ilisterr errors

Bad disk?

run dmesg

Bad filesystem: fixfs


#!/usr/bin/sh
# $1 is the fs /dev/vg01/rfilesystemname
echo "A files system check on parameter 1 is commencing\n"
fsck -F vxfs -o full -y $1

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
Alzhy
Honored Contributor

Re: vx_ilisterr errors

Do you have the latest VxFS patches loaded on your system? You using LVM or VxVM underneath your filesystem? Or it may be you're out of inodes on this filesyetsm (bdf -i or df -i).

I will go ahead and do an exhaustive fsck_vxfs on this filesystem...
Hakuna Matata.