- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ttsession
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
Forums
Discussions
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
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-07-2002 10:29 PM
03-07-2002 10:29 PM
What should I do to get rid of this error?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 11:36 PM
03-07-2002 11:36 PM
Re: ttsession
You have 2 choices. I always do 2
1)If you are not working with something like sun you can turn it off.
1a)vi /etc/inetd.conf
comment out the line containing rpc.ttdbserver
1b)inetd -c to reread
1c)kill the process rpc.ttdbserver
2)Clean it out
This is best done when CDE is not in use.
Tooltalk is the protocol used by CDE to communicate.
Your problem is.
The TT_DB database is corrupt.
2a)vi /etc/inetd.conf
2b)Find
rpc stream tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.tt
dbserver
2c)Comment it out.
2d)inetd -c
2e)Find the $PPID of /usr/dt/bin/rpc.ttdbserver and kill -9 $PPID
2f)mv /TT_DB/ to other name on root and any local directories where it exists.
ll /TT_DB /*/TT_DB and remove all directories found which are local.
2g)vi /etc/inetd.conf
2h)Find
rpc stream tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.ttdbserver
2i)Remove the comment and reopen the line.
2j)inetd -c
The first rpc request will rebuild the database.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 11:38 PM
03-07-2002 11:38 PM
Re: ttsession
Almost forgot.
check that rpc.ttdbserver is running first in case it is not installed.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 12:01 AM
03-08-2002 12:01 AM
Re: ttsession
maybe if using DNS use files first via nsswitch.conf ? (dr_dt - The CDE diagnostic tool may also pick up something)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 12:25 AM