HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rpc.ttdbserver / MWA
Operating System - HP-UX
1837979
Members
2943
Online
110124
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
09-29-2004 11:24 PM
09-29-2004 11:24 PM
rpc.ttdbserver / MWA
Hi!
I have a questiom about rpc.ttdbserver.
Must the process be up and running when I
start mwa. I have a problem with the ttd
process. When I start mwa the ttd process
starts, but after some minutes the ttd
process going down
Regards
Michael
I have a questiom about rpc.ttdbserver.
Must the process be up and running when I
start mwa. I have a problem with the ttd
process. When I start mwa the ttd process
starts, but after some minutes the ttd
process going down
Regards
Michael
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 11:38 PM
09-29-2004 11:38 PM
Re: rpc.ttdbserver / MWA
Hi
I am not sure about it starting but you do not need it.
You can comment the line out of inetd.conf and then kill the daemon and do
inetd -c
--------------------------------------------
IIf you want to use it try this
1. users log out of CDE.
2. Login at the command line as root.
3. Cleanly Stop the tooltalk daemon.
4. kill `ps -e | grep ttdb | awk '{ print $1 }' `
5. Then you must Edit /etc/inetd.conf, and comment out the line for rpc.ttdbserver.
Note: There is only be one line that contains a reference to
rpc.ttdbserver. Insert a '#' before the line, and save the
/etc/inetd.conf file. So the line in /etc/inetd.conf would
resemble this line:
# rpc stream tcp swait root /usr/dt/bin/rpc.ttdbserver \
100083 1 /usr/dt/bin/rpc.tt dbserver
6. Delete all ToolTalk Databases on the the local file systems. /TT_DB /*/TT_DB
7. Execute the following command:
for i in `df -Fufs | awk '{print $1}'`
do
# Remove all files under each TT_DB subdirectory found
# under each local file system mount point. It doesn't
# matter if one of the mount points does not have a
# TT_DB subdirectory, since the 'rm -f' will not produce
# an error.
rm -f $i/TT_DB/*
done
8. Restart the inetd daemon.inetd -k;inetd -l
Steve Steel
I am not sure about it starting but you do not need it.
You can comment the line out of inetd.conf and then kill the daemon and do
inetd -c
--------------------------------------------
IIf you want to use it try this
1. users log out of CDE.
2. Login at the command line as root.
3. Cleanly Stop the tooltalk daemon.
4. kill `ps -e | grep ttdb | awk '{ print $1 }' `
5. Then you must Edit /etc/inetd.conf, and comment out the line for rpc.ttdbserver.
Note: There is only be one line that contains a reference to
rpc.ttdbserver. Insert a '#' before the line, and save the
/etc/inetd.conf file. So the line in /etc/inetd.conf would
resemble this line:
# rpc stream tcp swait root /usr/dt/bin/rpc.ttdbserver \
100083 1 /usr/dt/bin/rpc.tt dbserver
6. Delete all ToolTalk Databases on the the local file systems. /TT_DB /*/TT_DB
7. Execute the following command:
for i in `df -Fufs | awk '{print $1}'`
do
# Remove all files under each TT_DB subdirectory found
# under each local file system mount point. It doesn't
# matter if one of the mount points does not have a
# TT_DB subdirectory, since the 'rm -f' will not produce
# an error.
rm -f $i/TT_DB/*
done
8. Restart the inetd daemon.inetd -k;inetd -l
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 11:19 PM
09-30-2004 11:19 PM
Re: rpc.ttdbserver / MWA
Hi!
Problem Solved, Had to start portmapper
Regards
Michael
Problem Solved, Had to start portmapper
Regards
Michael
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP