- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DHCP client problem
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
06-28-2002 01:08 AM
06-28-2002 01:08 AM
DHCP client problem
first of all let me state that i'm new to HPUX, though i'm experienced in SUN Solaris and LINUX. HPUX seems a bit different to me....
I've got a HP C3600 machine with HPUX 11.0 initially installed without DHCP client functionality. Now i tried to change the behaviour of the system to get it's IP adress from a DHCP server (which by the way is a Windows 2000 system).
This is what i tried:
- edit /etc/rc.config.d/netconf and set the value
DHCP_ENABLE[0]=1
After a reboot this value changes back to 0 by some ghosts i don't know (may be auto_parms?) and there are no entrys in auto_parms.log which make sense to me. And the system did not have the new IP.
- started 'sam', double-clicked [Networking and Communications]. Double-clicked
[Network Interface Cards] and klicked on the button 'ENABLE DHCP'. Then left 'sam' and checked that the appropriate value has changed in /etc//etc/rc.config.d/netconf.
After reboot the system didn't have a new IP and DHCP_ENABLE[0] is back to zero again.
I read the very copmrehensive posting from Ron Kinner at
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x756342308663d611abdb0090277a778c,00.html
but it didn't help me so far. I got stuck. Even a network sniffer which i wanted to capture the communication between the HP station and the DHCP server didn't show anything, it seems to me the HP station doesen't even try to contact a DCHP server...
Any ideas? Thanks in advance
Greetings
Thorsten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 01:20 AM
06-28-2002 01:20 AM
Re: DHCP client problem
did you allready try the following command:
set_parms initial ?
You will get a GUI in which you can do the needed settings, like new IP- adress, enable DHCP and so on.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 01:30 AM
06-28-2002 01:30 AM
Re: DHCP client problem
#set_parms initial
This process ask you for DHCP enable , say yes, then your machine will pickup the IP from ur DHCP server. ofcourse you need to reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 01:45 AM
06-28-2002 01:45 AM
Re: DHCP client problem
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x75f6c6af36b7d5118ff10090279cd0f9,00.html
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 02:36 AM
06-28-2002 02:36 AM
Re: DHCP client problem
If your LAN card is lan0 then do this edit /etc/rc.config.d/netconf and change the line DHCP_ENABLE[0]=0 to DHCP_ENABLE[0]=1
If you have a another card lan1 and so it will be DHCP_ENABLE[1]=1 and so on.
#touch /etc/dhcpclient.data
#shutdown -r
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 02:47 AM
06-28-2002 02:47 AM
Re: DHCP client problem
before doing the things i have mentioned in my
previous post pl do this,
#rm /etc/dhcp*
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 03:39 AM
06-28-2002 03:39 AM
Re: DHCP client problem
and thank you all for your kind support. I've just figured out that the problem wasn't the DHCP communication but an old DNS entry. DNS service runs on the same machine as the DHCP service and therefore answered with an old IP.
Now that DHCP seems to be working fine the NFS makes problems while booting the HP workstation.
NFS server not responding, still trying...
Eeeerrr......who told it to look for an NFS server?
Thanks again, best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 05:23 AM
06-28-2002 05:23 AM
Re: DHCP client problem
sorry for waisting your time, but as i allready mentioned....
U.SivaKumar, one question to your answer: why do i have to create an empty /etc/dhcpclient.data to get a new lease from my DHCP server?? Whenever i do this, it works....i know the lease is still valid, but should'nt that be thrown away on a new reboot?
The problem with NFS remained until i told the system neither to be a NFS client nor a server...
How do i achieve the /etc/hosts file to be upated with the IP address for my system which it has gotten from the DHCP server? Doesen't the DHCP client functionality this do automatically?
So many questions, and only such a short time to live.... :-)
Regards,
Thorsten