<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rpc.ttdbserver in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912788#M752285</link>
    <description>I know of several customers who run CDE with rpc.ttdbserverd disabled and have no ill effects.  This daemon may be used by non-CDE applications which access Tooltalk.  However, I have found only one use for it in the basic CDE components:  global file locking in dtmail.&lt;BR /&gt;&lt;BR /&gt;John Morris&lt;BR /&gt;HP GSE X/Graphics</description>
    <pubDate>Wed, 26 Feb 2003 12:25:49 GMT</pubDate>
    <dc:creator>John Morris</dc:creator>
    <dc:date>2003-02-26T12:25:49Z</dc:date>
    <item>
      <title>rpc.ttdbserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912782#M752279</link>
      <description>I have inherited the Admin of this machine but I am not familiar with a process running called rpc.ttdbserver.  We do not use "Remote Procedure Call" on this box so I don't know if commenting it out of the /etc/inetd.conf is what I need to do or if this will cause problems with something else such as predictive dialer.</description>
      <pubDate>Tue, 25 Feb 2003 15:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912782#M752279</guid>
      <dc:creator>David A. Corral</dc:creator>
      <dc:date>2003-02-25T15:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.ttdbserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912783#M752280</link>
      <description>you will be safe disabling it .... I've yet to find a concise definition of what this does ...suffice it to say on 99.9 % of people's boxes the answers not a lot.&lt;BR /&gt;&lt;BR /&gt;It's part and parcel of the CDE window manager and comes with a man page ttdbserverd.&lt;BR /&gt;&lt;BR /&gt;On some systems it has been seen to eat cpu, the workaround was always to disable it via inetd.conf</description>
      <pubDate>Tue, 25 Feb 2003 15:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912783#M752280</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-02-25T15:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.ttdbserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912784#M752281</link>
      <description>Hi David:&lt;BR /&gt;&lt;BR /&gt;If you are not running CDE or never plan to do so on your server, then you can simply (safely) comment-out the entry in '/etc/inetd.conf' and restart 'inetd':&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 25 Feb 2003 16:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912784#M752281</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-02-25T16:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.ttdbserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912785#M752282</link>
      <description>I was unaware that the CDE used this process. There is one person who uses XTERM but just for a telnet.  I have given her a different telnet and turned off the service.  Thanks, for the info.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Feb 2003 16:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912785#M752282</guid>
      <dc:creator>David A. Corral</dc:creator>
      <dc:date>2003-02-25T16:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.ttdbserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912786#M752283</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;As of HP-UX 10.x the DCE Rpcd started being used. All DCE/RPC's (and NFS) are controlled from "/etc/rc.config.d", and the simplest way to disable them is to set their start variables to zero:&lt;BR /&gt;&lt;BR /&gt;./Rpcd&lt;BR /&gt;START_RPCD=0&lt;BR /&gt;./nfsconf&lt;BR /&gt;NFS_CLIENT=0&lt;BR /&gt;NFS_SERVER=0&lt;BR /&gt;NUM_NFSD=0&lt;BR /&gt;NUM_NFSIOD=0&lt;BR /&gt;PCNFS_SERVER=0&lt;BR /&gt;&lt;BR /&gt;If your not using NFS and or DCE then you probably don't need RPC. I should point out that running it is a big security leak and if required you should setup your firewall to drop UDP requests for it from outside.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Feb 2003 07:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912786#M752283</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2003-02-26T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.ttdbserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912787#M752284</link>
      <description>If CDE is not used on the system then it can be put off.&lt;BR /&gt;comment the line containing rp.ttdbserver in the /etc/inetd.conf file and do a &lt;BR /&gt;&lt;BR /&gt;#inetd -c &lt;BR /&gt;&lt;BR /&gt;If this process is consuming more cpu then you can check for the -G option.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 26 Feb 2003 07:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912787#M752284</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-26T07:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.ttdbserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912788#M752285</link>
      <description>I know of several customers who run CDE with rpc.ttdbserverd disabled and have no ill effects.  This daemon may be used by non-CDE applications which access Tooltalk.  However, I have found only one use for it in the basic CDE components:  global file locking in dtmail.&lt;BR /&gt;&lt;BR /&gt;John Morris&lt;BR /&gt;HP GSE X/Graphics</description>
      <pubDate>Wed, 26 Feb 2003 12:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-ttdbserver/m-p/2912788#M752285</guid>
      <dc:creator>John Morris</dc:creator>
      <dc:date>2003-02-26T12:25:49Z</dc:date>
    </item>
  </channel>
</rss>

