HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system administration
Operating System - HP-UX
1833776
Members
2169
Online
110063
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
Go to solution
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-11-2001 11:59 AM
09-11-2001 11:59 AM
hi everyone,
I found the following message when examining syslog.log:
/usr/dt/bin/rpc.ttdbserver[...]: rpc.ttdbserverd version(1.1) does not match the version() of the database tables...
I?d like to know how serious it can be,and perhaps, which aplication is causing it.
thanks for your help
I found the following message when examining syslog.log:
/usr/dt/bin/rpc.ttdbserver[...]: rpc.ttdbserverd version(1.1) does not match the version() of the database tables...
I?d like to know how serious it can be,and perhaps, which aplication is causing it.
thanks for your help
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2001 12:03 PM
09-11-2001 12:03 PM
Re: system administration
Hi David:
This is benign but annoying. See Knowledge Base Document #BHERRKBRC00002437.
...JRF...
This is benign but annoying. See Knowledge Base Document #BHERRKBRC00002437.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 03:13 AM
09-12-2001 03:13 AM
Re: system administration
hi,JRF
I can?t find the doc in TKB ,where else can i try.
sorry i'm a beginner
thanks
I can?t find the doc in TKB ,where else can i try.
sorry i'm a beginner
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 03:44 AM
09-12-2001 03:44 AM
Solution
Hi David,
Here is the doc BHERRKBRC00002437
/Begin/
rpc.ttdbserver does not match the version DocId: BHERRK
BRC00002437
Updated: 6/3/00 7:15:22 AM
PROBLEM
Starting a CDE session produces the following message in the syslog.log:
Apr 28 05:40:58 hp2 /usr/dt/bin/rpc.ttdbserver[1506]: rpc.ttdbserverd
version (1.1) does not match the version () of the database tables. Please
install an rpc.ttdbserverd version (or greater)
RESOLUTION
ToolTalk is a Sun product for network data interchange. More recently
(1992), several companies formed a consortium to develop what has become CDE,
or the Common Desktop Environment, which uses ToolTalk. The ToolTalk defined
and used for the CDE standard; however, is incompatible with versions of
ToolTalk older than 1.0. This includes the version shipped with SunOS 4.1.3.
Both Solaris 2.6 and HP-UX 10.20 support CDE and, hence, this newer
version of ToolTalk (1.1). Unfortunately, ToolTalk is NFS-aware (NFS
is another Sun product and the two try to work together) and the
incompatibilities between the two versions adversely effect the
operation of NFS.
It can be disabled by removing or commenting out the entry for
rpc.ttdbserver in /etc/inetd.conf, then restarting inetd (inetd -c on
an HP-UX machine). You need to Kill rpc.ttdbserver then remove files in
*/TT_DB/*(i.e., /home/TT_DB/*, /usr/TT_DB/* )
Have all users log out of CDE. Login (command line) as root and follow
these steps.
1) Stop the tooltalk daemon.
#ps -ef | grep ttdb > kill the PID of this process
2) Edit /etc/inetd.conf, and comment out the line for rpc.ttdbserver.
There will only be one line that contains a reference to
rpc.ttdbserver; simply insert a '#' before the line, and save the
/etc/inetd.conf file.
So the line in /etc/inetd.conf would look something like:
# rpc stream tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.tt dbserver
3) Delete all ToolTalk Databases on the system (on the local file
systems).
4) Restart the inetd daemon. #inetd -c
/End/
-HTH
Ramesh
Here is the doc BHERRKBRC00002437
/Begin/
rpc.ttdbserver does not match the version DocId: BHERRK
BRC00002437
Updated: 6/3/00 7:15:22 AM
PROBLEM
Starting a CDE session produces the following message in the syslog.log:
Apr 28 05:40:58 hp2 /usr/dt/bin/rpc.ttdbserver[1506]: rpc.ttdbserverd
version (1.1) does not match the version () of the database tables. Please
install an rpc.ttdbserverd version (or greater)
RESOLUTION
ToolTalk is a Sun product for network data interchange. More recently
(1992), several companies formed a consortium to develop what has become CDE,
or the Common Desktop Environment, which uses ToolTalk. The ToolTalk defined
and used for the CDE standard; however, is incompatible with versions of
ToolTalk older than 1.0. This includes the version shipped with SunOS 4.1.3.
Both Solaris 2.6 and HP-UX 10.20 support CDE and, hence, this newer
version of ToolTalk (1.1). Unfortunately, ToolTalk is NFS-aware (NFS
is another Sun product and the two try to work together) and the
incompatibilities between the two versions adversely effect the
operation of NFS.
It can be disabled by removing or commenting out the entry for
rpc.ttdbserver in /etc/inetd.conf, then restarting inetd (inetd -c on
an HP-UX machine). You need to Kill rpc.ttdbserver then remove files in
*/TT_DB/*(i.e., /home/TT_DB/*, /usr/TT_DB/* )
Have all users log out of CDE. Login (command line) as root and follow
these steps.
1) Stop the tooltalk daemon.
#ps -ef | grep ttdb > kill the PID of this process
2) Edit /etc/inetd.conf, and comment out the line for rpc.ttdbserver.
There will only be one line that contains a reference to
rpc.ttdbserver; simply insert a '#' before the line, and save the
/etc/inetd.conf file.
So the line in /etc/inetd.conf would look something like:
# rpc stream tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.tt dbserver
3) Delete all ToolTalk Databases on the system (on the local file
systems).
4) Restart the inetd daemon. #inetd -c
/End/
-HTH
Ramesh
They think they know but don't. At least I know I don't know - Socrates
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