- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE and Network in conflict
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
05-23-2000 11:55 PM
05-23-2000 11:55 PM
CDE and Network in conflict
When I configure the network the CDE dose not work. If I disconnect the network cde starts working again!
What happened?
In the /var/dt/Xerrors i found this:
host name is not valid setting display:0
Can someone help me?
Sandro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2000 02:35 AM
05-24-2000 02:35 AM
Re: CDE and Network in conflict
Check that /etc/hosts is correct (and that the 'hostname' command matches what is in there).
If your using DNS, check that your hostname resolves correctly (and just because your using DNS, /etc/hosts still must be correct for your hostname and localhost).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2000 02:42 AM
05-24-2000 02:42 AM
Re: CDE and Network in conflict
check the file /etc/rc.config.d/netconf for the node name and ip-address
run ifconfig
re-run the cde start up program dtlogin start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2000 11:10 PM
05-24-2000 11:10 PM
Re: CDE and Network in conflict
I agree with the above two. Hope this could help you.
While going to CDE HP-UX checks for all networking parameters during which it is finding some problem and comming out.
Check for your /etc/nsswitch.conf which contains the search order.
if you donot have dns the first options should be files
regards
venu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2000 04:00 AM
05-30-2000 04:00 AM
Re: CDE and Network in conflict
on the host name and make sure that it is not being spoofed.
To check the host name use the command : hostname
To check what CDE is getting use the command: nslookup
Any mismatch in your hosts file or DNS could result in the error you saw.
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2000 06:28 AM
05-30-2000 06:28 AM
Re: CDE and Network in conflict
1. Check /etc/hosts or type "hostname" to check your hostname.
2. Make sure your IP is not a duplicate IP on the whole network.
3. Check /etc/resolv.conf, if you have that means you have DNS setting, make sure your /etc/nsswitch.conf setting is correct.
4. use "nslookup", type your hostname, and make sure you can get the correct response.
5. After these, should be fine.