1834800 Members
2672 Online
110070 Solutions
New Discussion

rpc.lockd

 
SOLVED
Go to solution
j773303
Super Advisor

rpc.lockd

The os is 10.20.

Why the rpc.lockd died? My machine is nfs client. I know if the rpc.lockd was died, we can restart by /usr/sbin/rpc.lockd. But I want to knwo why this daemon would be died?
Hero
5 REPLIES 5
Graham Cameron_1
Honored Contributor

Re: rpc.lockd

It's a bit late now to ask.
Anything in syslog ?
If it persists in dying, use -l option to log to a file to see if that gives any clues.
-- Graham
Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.
RAC_1
Honored Contributor

Re: rpc.lockd

Syslog should give you some information.

Also start it with -l (log option) and post.
There is no substitute to HARDWORK
Dietmar Konermann
Honored Contributor
Solution

Re: rpc.lockd

There were known issues with rpc.lockd, e.g. dying during memory pressure. Be sure to have the latest patch (PHNE_28886) installed.

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Brian Hackley
Honored Contributor

Re: rpc.lockd

Hello,

Sometimes but not often, you will find some evidence of logging in syslog, or in /var/adm/rpc.lockd.log If the problem persists, I'd do two things. First, check that the entries in /var/statmon/sm and sm.bak actually point to hosts, and that you
can contact them. Remove any entries that are bogus.

Did you find a core file from rpc.lockd anywhere? THat should tell you what signal it died from, but nothing more since HP ships non-debug binaries.

I concur on the patch recommendation. I would stronly recommend moving to OS 11.11 if possible on your systems!

Hope all this helps,

-> Brian Hackley
Ask me about telecommuting!
Elmar P. Kolkman
Honored Contributor

Re: rpc.lockd

Also, are you sure it is only the rpc.lockd process ? Because there is an issue with HP-UX 10.20 without proper patching and the Blaster virus killing the RPC portmapper... A patch is available, but perhaps not installed...
Every problem has at least one solution. Only some solutions are harder to find.