1847209 Members
3651 Online
110263 Solutions
New Discussion

rpc.lockd.log

 
SOLVED
Go to solution
smilie
Occasional Advisor

rpc.lockd.log

In /var/adm/rpc.lockd.log I got a lot of repeated message:
"/usr/sbin/rpc.lockd /usr/sbin/rpc.lockd: unknown cont_unlock return: 7"
It causes the logfile growing very very fast.
What's that, anything wrong with NFS?

OS:HPUX 10.20

Thanks

2 REPLIES 2
John Carr_2
Honored Contributor
Solution

Re: rpc.lockd.log

Hi

it seems the NFS file locking requests from the local kernel or another remote lock deamon have become confused. If you can stop and start the nfs this will most likely clear the problem.

cd /sbin/init.d
./nfs.client stop
./nfs.server stop
./nfs.server start
./nfs.clinet start

cheers
John.
Tim D Fulford
Honored Contributor

Re: rpc.lockd.log

The above may well fix problem for now but...

Is the server well patched?? PHNE_22288, mentions problems with rpc.lockd numerous times..

Tim
-