- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to get CDE to load
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
10-25-2004 06:57 AM
10-25-2004 06:57 AM
Unable to get CDE to load
/home/.dt.errorlog file. So in order to do this I need to login in FAILSAFE mode. When I check the log it tells me that the tooltalk could be installed improperly or not at all. It also complains about the workspace manager DISPLAY.
Some history. This workstation used to be a member of a network under a different hostname. I am now trying to reset the hostname and set it up stand alone without networking support. I am unable to do this as the errors describe above are hindering my progress. Any ideas you may have would be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 07:07 AM
10-25-2004 07:07 AM
Re: Unable to get CDE to load
CDE is very picky about hostname resolution. Make sure that whatever hostname you give it successfully resolves on the system, even if it just goes to the loopback address. Check your /etc/hosts file and make sure it agrees with your hostname setting in /etc/rc.config.d/netconf.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 07:08 AM
10-25-2004 07:08 AM
Re: Unable to get CDE to load
This could have something to do with the possiblility that the system is using DNS and resolving the hostname / ip address to its previous setting.
Try this link and see if it helps in identifying the problem and setup CDE,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063200410
The itrc doc id is KBRC00002373.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 07:15 AM
10-25-2004 07:15 AM
Re: Unable to get CDE to load
Take note of the WARNINGS and ERRORS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 07:19 AM
10-25-2004 07:19 AM
Re: Unable to get CDE to load
DISPLAY=$(who -m -u | awk '{print$8}':0.0
export DISPLAY
This will at least deal with the DISPLAY problem on direct logins.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 09:39 PM
10-25-2004 09:39 PM
Re: Unable to get CDE to load
Tooltalk has a database which contains bad references I suspect
This is best done when CDE is not in use.
Tooltalk is the protocol used by CDE to communicate.
The TT_DB database is corrupt for your new ip.
1)vi /etc/inetd.conf
2)Find
rpc stream tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.tt
dbserver
3)Comment it out.
4)inetd -c
5)Find the $PPID of /usr/dt/bin/rpc.ttdbserver and kill -9 $PPID
(IF IT IS RUNNING)
6)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.
7)vi /etc/inetd.conf
8)Find the line
rpc stream tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.ttdbserver
9)Remove the previous comment and reopen the line.
10)inetd -c
The first rpc request will rebuild the database.
That should solve your Tooltalk Problem
Then run dr_dt as indicated
check the new hostname is and the old hostname is not in /etc/hosts
If you have an alias then use format
ip fully_qualified_name shortname
do nslookup hostname to check
Steve Steel