1834051 Members
2632 Online
110063 Solutions
New Discussion

rpc.ttdbserver

 
SOLVED
Go to solution
mw_4
Frequent Advisor

rpc.ttdbserver

Hi all.
syslog.log was logged like below.

Aug 10 09:44:22
www /usr/dt/bin/rpc.ttdbserver
[18464]: _Tt_db_server_db
("/"): 4 (/TT_DB/file_table)

what is the process of rpc.ttdbserver process?
what is the main function of it?

what is the problem? can someone guess? any tips are helpful...
Step by step
2 REPLIES 2
mw_4
Frequent Advisor

Re: rpc.ttdbserver

add on logs

Aug 10 09:44:22 www /usr/dt/bin/rpc.ttdbserver[18464]: rpc.ttdbserverd version (1.1) does not match the version () of the
database tables. Please install an rpc.ttdbserverd version (or greater)

Step by step
S.K. Chan
Honored Contributor
Solution

Re: rpc.ttdbserver

Check this doc, (DocID=KBRC00000053). It explains what rpc.ttdbserver is for and why you would see this message in your syslog.log. In short the message seems to be harmless (according to the doc).It recommends some patches to be installed and some steps that you can do to help. Though the doc did mention not to disable rpc.ttdbserver, in our environment since we are not using it, we ended up disabling it in inetd.conf which helps to ease the process from hogging the CPU.

http://support1.itrc.hp.com/service/cki/search.do?docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&submit=Search&searchString=KBRC00000053&mode=id&searchCrit=allwords&admit=-682735245+1028943560290+28353475

Hope this helps..