Operating System - HP-UX
1827237 Members
2408 Online
109716 Solutions
New Discussion

RPC: Program not registered

 
Gary Cooper_1
Esteemed Contributor

RPC: Program not registered

I'm getting the following message in syslog (on computer uxhome2):

uxhome2 syslog: libtt[16957]: clnt_create for rpc.ttdbserverd on pic2025 failed: RPC: Program not registered

It is repeated 5 times each day at around 8:00 a.m. This would correspond with a cron job that runs on uxhome2 and which does a remsh onto pic2025 to check a couple of log files. The same script also checks the log files on other machines, but no corresponding messages are logged.

Note that when I do a ps -ef | grep ttdb, rpc.ttdbserver is not running.

Any help would be much appreciated.

Thanks,

Gary
4 REPLIES 4
Sivakumar TS
Honored Contributor

Re: RPC: Program not registered

Arunvijai_4
Honored Contributor

Re: RPC: Program not registered

Hello Gary,

Check this thread as well,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=29607

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
RAC_1
Honored Contributor

Re: RPC: Program not registered

This could be rpc tooltalk daemon. Check if it is runnning or not. ps -ef| grep -i rpc

You can restart it from /sbin/init.d/. It is named as something like rpc.ttdb*

Also check rpcinfo -p pic2025 And see if something like tooltalk is listed there or not.
There is no substitute to HARDWORK
Gary Cooper_1
Esteemed Contributor

Re: RPC: Program not registered

Thanks for the responses.

I was rather hoping for something other than ignore the message.

rpc.ttdbserverd is not running - I was advised by HP support to disable it some time back.

Regards,

Gary