Operating System - HP-UX
1832676 Members
2951 Online
110043 Solutions
New Discussion

clnt_create for rpc.ttdbserver failed

 
devhariprasad
Advisor

clnt_create for rpc.ttdbserver failed

I changed the hostname to FQDN and rebooted the machine. The name resolution is being done through files.

I get the following error registered in /var/adm/syslog/syslog.log

"Dec 27 00:33:29 test49 syslog: libtt[2176]: clnt_create for rpc.ttdbserverd on test49 failed: RPC: Program not registered"

Because of this when I invoke dtfile I get error saying "cannot read from "

But when I kill rpc.ttdbserver and restart it on my own, it works fine. Also dtfile works fine without any problems.

- /etc/hosts
15.70.175.49 test49 test49.india.hp.com

- /etc/resolv.conf
domain india.hp.com
#nameserver 15.70.168.58

- /etc/rc.config.d/netconf
HOSTNAME="test49.india.hp.com"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1

- /etc/nsswitch.conf
hosts: files

I wonder why rpc.ttdbserver is generating errors when invoked from boot process, whereas it works fine when restarted manually.

Please give your suggestions in correcting this problem.
2 REPLIES 2
Peter Godron
Honored Contributor

Re: clnt_create for rpc.ttdbserver failed

Ifs this different from your earlier thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1055286
and others

May I also suggest you start rewarding peoples efforts : 0 of 22 answers
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
devhariprasad
Advisor

Re: clnt_create for rpc.ttdbserver failed

Sorry I am new to this forums and was not aware of the thing that reward points have to be assigned to the replies.

This is same as my previous thread. But just now I observed that rpc.ttdbserver(and dtfile) work fine if we kill and restart rpc.ttdbserver explicitly.