- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DHCP'ed and no looking back
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
11-20-2002 02:24 PM
11-20-2002 02:24 PM
Any suggestions?
-S
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 02:23 PM
11-20-2002 02:23 PM
Re: DHCP'ed and no looking back
CDE does not behave well when there are any types of problems with hostname and / or IP address lookup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 02:23 PM
11-20-2002 02:23 PM
Re: DHCP'ed and no looking back
Do you still have a static IP for the host in it's /etc/hosts file?
If you use DNS to resolve does the DHCP server report the assigned IP to DNS?
Sounds like a name resolution problem to me.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 02:33 PM
11-20-2002 02:33 PM
Re: DHCP'ed and no looking back
By having to add the ip address to the /etc/hosts file defeats the whole purpose of using DHCP? I am not assured the same IP every time. How do I get around that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 02:46 PM
11-20-2002 02:46 PM
SolutionDoes you DHCP server update a DNS server with this machines IP address? If so, you will need to set up DNS on this machine and set it so that it looks at DNS first for the IP address. The files you would need to set up are /etc/resolv.conf and /etc/nsswitch.conf.
Also have a talk with your DHCP administrator and see how the DHCP server and the IP address leases are set up.
I am personally not a big fan of DHCP for unix machines, for reasons such as this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2002 03:09 PM
11-20-2002 03:09 PM
Re: DHCP'ed and no looking back
The only other option is, as Patrick states, is to get the DHCP server to give you a long lease & put that IP in the /etc/hosts file.
I, too, am NOT a big fan of DHCP in the UNIX workspace.
Why do I need a dynamic IP for a box I VERY rarely reboot?!?!?
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2002 06:51 AM
11-21-2002 06:51 AM
Re: DHCP'ed and no looking back
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 01:09 AM
11-22-2002 01:09 AM
Re: DHCP'ed and no looking back
Try renaming /etc/resolv.conf to something else.
# mv /etc/resolv.conf /etc/resolv.conf.test
Now CDE should start..
rgds