- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rpc.ttdbserver
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
02-25-2003 07:50 AM
02-25-2003 07:50 AM
rpc.ttdbserver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:58 AM
02-25-2003 07:58 AM
Re: rpc.ttdbserver
It's part and parcel of the CDE window manager and comes with a man page ttdbserverd.
On some systems it has been seen to eat cpu, the workaround was always to disable it via inetd.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 08:01 AM
02-25-2003 08:01 AM
Re: rpc.ttdbserver
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':
# inetd -c
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 08:47 AM
02-25-2003 08:47 AM
Re: rpc.ttdbserver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 11:25 PM
02-25-2003 11:25 PM
Re: rpc.ttdbserver
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:
./Rpcd
START_RPCD=0
./nfsconf
NFS_CLIENT=0
NFS_SERVER=0
NUM_NFSD=0
NUM_NFSIOD=0
PCNFS_SERVER=0
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 11:37 PM
02-25-2003 11:37 PM
Re: rpc.ttdbserver
comment the line containing rp.ttdbserver in the /etc/inetd.conf file and do a
#inetd -c
If this process is consuming more cpu then you can check for the -G option.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 04:25 AM
02-26-2003 04:25 AM
Re: rpc.ttdbserver
John Morris
HP GSE X/Graphics