- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rpc.ttdbser ??
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 02:16 PM
03-12-2003 02:16 PM
We're running ux 11.00 on D390 machine. Over the past few days have been doing quite a bit of disabling network services. Today have notices this process - rpc.ttdbser - running. It has been the highest cpu user all morning so far. Can anyone tell me what this process is - I have been unable to find much info at all on it. I know that it is a command
/usr/dt/bin/rpc.ttdbserver. man gives no info.
On our dev system this process is running at a pri of 154. The pri on D390 is 228. I do not know if to lower the priority or not because I cant find what else this process may effect.
Anyone help?
thanks Maria.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 02:20 PM
03-12-2003 02:20 PM
SolutionQuote
The rpc.ttdbserver is the ToolTalk database server (used by the ToolTalk messaging system that performs filename mapping. It essentially replaces the BMS messaging system in VUE. ToolTalk is a SunSoft product for network data interchange. In 1992,several companies formed a consortium to develop what has become the Common Desktop Environment (CDE), which uses ToolTalk as a messaging system. Both Solaris 2.6 and HP-UX 10.20 support CDE; therefore, they also support the newer version of ToolTalk (1.1).
Since CDE on HP-UX 10.20 uses a form of socket communication, it does not REQUIRE that the ToolTalk daemon be running for proper functionality. However, it is not recommended that the rpc.ttdbserver daemon be disabled because some third party software may rely on it (especially if ported from a Sun OS).
Unquote
This doc tells you how to deal with it.
DocID=XRDKBRC00002768
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063212039
For our site, we disable it by commenting out the rpc.ttdbserver entry in /etc/inetd.conf and re-reading the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 02:24 PM
03-12-2003 02:24 PM
Re: rpc.ttdbser ??
You can disable this. See Alex Glennie's comments here:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xae8c402f24d5d61190050090279cd0f9,00.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 02:27 PM
03-12-2003 02:27 PM
Re: rpc.ttdbser ??
ToolTalk is a SunSoft product for network data interchange
you most likely don't have it istalled do a:
swlist | grep -i tt
if not I'd kill the process.
Also I believe there was a Vulnerability patch for that product.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 03:06 PM
03-12-2003 03:06 PM
Re: rpc.ttdbser ??
Thanks again.
Maria.