Operating System - Tru64 Unix
1828389 Members
3251 Online
109977 Solutions
New Discussion

Lock-Manager registration

 
vasa mohanrao
New Member

Lock-Manager registration

I am using true64 unix 5.1B . I login through a user account other than root and whenever i try to open a terminal ,a error message is reflected in the console as " fcntl : local lock-manager not registered".How to register local lock-manager.Please help me in solving the problem
2 REPLIES 2
OldSchool
Honored Contributor

Re: Lock-Manager registration

tru 64 forums are here:

http://forums11.itrc.hp.com/service/forums/familyhome.do?familyId=280

this one is for hpux...
Uwe_9
Advisor

Re: Lock-Manager registration

Hello,
could please give a exact description of what you do and at when then
the error-message pops up ?
I'm just asking because I have seen this message on other circumstances.


This error message actually indicates that an application is trying to
contact rpc.lockd on the local system, and that this is not running.

You can enable locking as follows:
# rcmgr set NFSLOCKING 1

Then either reboot or restart nfs:
# /sbin/init.d/nfs stop
# /sbin/init.d/nfs start

Then you should see an rpc.lockd process running.

Regards,
--Uwe.