- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DHCP Client doesn't work on HP-UX 11i
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
03-17-2010 10:49 AM
03-17-2010 10:49 AM
Re: DHCP Client doesn't work on HP-UX 11i
Always empty file...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2014 02:34 PM - edited 04-18-2014 02:38 PM
04-18-2014 02:34 PM - edited 04-18-2014 02:38 PM
Re: DHCP Client doesn't work on HP-UX 11i
I had the same problem for the last day.
I was never able to edit the files and get any results ... until
I removed the data entries in /etc/rc.config.d/netconf for all of my interfaces.
Basically set them to blank or two double quotes.
And made the server name "" - this is what causes the system to ask for parms on reboot.
Also - erase /etc/dhcpclient.data and /tmp/dhcpclient.log ( I just copied /dev/null over them. )
Then rebooted the server.
Upon reboot - the boot script decided the server was not configured and prompted me to configure the network interfaces. DHCP was one of the options - after choosing DHCP the server continued to boot and DHCP client worked like a champ.
/etc/rc.config.d/netconf - before the reboot
HOSTNAME=""
INTERFACE_NAME[2]=lan2
IP_ADDRESS[2]=
SUBNET_MASK[2]=
BROADCAST_ADDRESS[2]=
INTERFACE_STATE[2]=""
DHCP_ENABLE[2]=1
After the reboot netconf looks as follows:
HOSTNAME="dhcp-10-1-9-124"
INTERFACE_NAME[2]=lan2
IP_ADDRESS[2]=10.1.9.124
SUBNET_MASK[2]=255.255.255.224
BROADCAST_ADDRESS[2]=255.255.255.255
INTERFACE_STATE[2]=""
DHCP_ENABLE[2]=1
Hope this help any who may follow.
- « Previous
-
- 1
- 2
- Next »