Operating System - HP-UX
1834168 Members
2087 Online
110064 Solutions
New Discussion

DHCP causes crash at boot

 
Marcus Rademacher
Occasional Contributor

DHCP causes crash at boot

I have a J6750 running HP-UX 11.0. When going through the initial configuration screens at first boot, I enabled DHCP. When I attempted to logon, the messaging service could not be started, and it forces you to log off. I reinitialized the box, and set it up with a static IP and DNS, and it runs fine (except at boot it says it couldn't resolve its hostname).

I need DHCP so the machine can contact license servers. Is there a change I need to make to my DHCP server to get this to work?
4 REPLIES 4
Marcus Rademacher
Occasional Contributor

Re: DHCP causes crash at boot

I apologize, I just realized that my subject heading is not exactly right. It should be "DHCP causes unusable system" or something to that effect.
Jonathan Fife
Honored Contributor

Re: DHCP causes crash at boot

Sounds like a networking issue. Is it on the network now? Can you ping the DHCP servers?
Decay is inherent in all compounded things. Strive on with diligence
Marcus Rademacher
Occasional Contributor

Re: DHCP causes crash at boot

I logged into single user mode and the network was available. I was able to ping my DHCP server, and the machine showed up on the DHCP status page. What I thought was odd was that the hostname didn't show up on the status page. Just a blank entry with the IP address of the HP machine.
Marcel Burggraeve
Trusted Contributor

Re: DHCP causes crash at boot

For networking issues check the following files :
/etc/hosts ( hostnames and ip's )
/etc/resolv.conf ( DNS servers, domain and such )
/etc/nsswitch.conf ( order for name resolution and other things )
/etc/rc.config.d/netconf ( ip, gateway )

Logon problems like you mentioned are most of the times being caused by network configuration issues.