- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE 'desktop messaging will not start'
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
12-20-2004 09:04 PM
12-20-2004 09:04 PM
CDE 'desktop messaging will not start'
I've done a fresh install of HPUX 11i on an HP Visualize B132L. The installation goes fine, but when I try to login, I get the 'desktop messaging did not start' error.
I have checked /etc/hosts and /etc/rc.config.d/netconf, and the hostname is the same.
I've tried running set_parms initial, and editing the config files directly.
I've fixed all the errors I get from dr_dt, except one: Could not contact host. Make sure the hostname is correct and an absolute pathname is specified (beginning with "/"). I'm not sure what config file it's referring to.
swinstall also can't seem to find the host.
No matter what I set the hostname to, my DHCP server (router) shows either no hostname for the HPUX box's IP, or gibberish.
Does anyone have any ideas?
For some reason I can't find
KBRC00004688 CDE Login Troubleshooting
or
KBRC00004164 Unable to initialize or connect to the Desktop messaging system
which have been mentioned by others in relation to similar problems. Does anyone have a direct link to either of these articles?
Thanks in advance,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 09:21 PM
12-20-2004 09:21 PM
Re: CDE 'desktop messaging will not start'
Check this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=735717
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 09:25 PM
12-20-2004 09:25 PM
Re: CDE 'desktop messaging will not start'
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=55180
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 09:32 PM
12-20-2004 09:32 PM
Re: CDE 'desktop messaging will not start'
Is that OK?? Unless host resolution is resolved, you will not have nay luck with "messaging system error"
Also check in /etc/rc.config.d/ directory. The script netconf sets the host name. Check if ou have some unrequired files under /etc/rc.config.d like netconf.bak, *.org. These files may cause problem settign the host name.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 09:37 PM
12-20-2004 09:37 PM
Re: CDE 'desktop messaging will not start'
in your /etc/hosts
your.ip.address my.server.full.name name
like
192.168.1.1 server1.mydomain.com server1
in your /etc/nsswitch.conf
hosts files dns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 12:47 PM
12-22-2004 12:47 PM
Re: CDE 'desktop messaging will not start'
One wonders why it isn't added by default on installation.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 01:08 PM
12-22-2004 01:08 PM
Re: CDE 'desktop messaging will not start'
CDE simply won't start without valid nameserver beavior. By putting something into /etc/resolv.conf, you turned off /etc/hosts because there was no nsswitch.conf file. Before the nsswitch.conf file was meaningful, you had to choose hosts or DNS with no failover. nsswitch.conf directs the hostname/IP resolution order and the steps needed to resolve the address. Since the:
hosts: files dns
line is now in your workstation, your address will now be resolved in /etc/hosts. My guess is that your DNS server(s) do not know anything about your workstation and that is why CDE will not start. To verify this, use nslookup to lookup both your hostname and IP address using the first nameserver listed in resolv.conf:
nslookup myhost 12.34.56.78
nslookup 87.65.43.21 12.34.56.78
When you give nslookup the second parameter, it bypasses nsswitch.conf and uses only the DNS server specified by the second parameter.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 01:54 PM
12-22-2004 01:54 PM
Re: CDE 'desktop messaging will not start'
Does anyone have any idea why the router's DHCP server would be displaying nonsense instead of the HPUX box's hostname? It doesn't seem to make any difference, just strange behaviour.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 11:53 PM
12-22-2004 11:53 PM
Re: CDE 'desktop messaging will not start'
Bill Hassell, sysadmin