- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configure dhcp client on hp-ux 11.00
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-12-2003 08:06 PM
11-12-2003 08:06 PM
I have got a DHCP server in a windows2000.
I would like to know the steps for configuring
dhcp client in workstations hp-ux 11.00
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 08:12 PM
11-12-2003 08:12 PM
SolutionDHCP_ENABLE[0]=1
Now it should look something like
INTERFACE_NAME[0]="lan0"
IP_ADDRESS[0]=""
SUBNET_MASK[0]="xx.xx.xx.xx"
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=1
Also make sure to reboot the workstation after this
REvert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 08:57 PM
11-12-2003 08:57 PM
Re: Configure dhcp client on hp-ux 11.00
Add to your notes, /sbin/auto_parms in hp-ux, is like ipconfig/renew in Windows..I believe..
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 10:30 PM
11-12-2003 10:30 PM
Re: Configure dhcp client on hp-ux 11.00
I have changed the file netconf as follow:
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=192.168.5.255
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=1
But there is a problem, I reboot the machine
and when the startup hp-ux is running when
arrive to Lan interface is failed and the
machine not responding..
I think the machine can´t find dhcp server..
I have the DHCP/BOOTP enable, is that correct?
Thanks agai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 10:54 PM
11-12-2003 10:54 PM
Re: Configure dhcp client on hp-ux 11.00
sam--Networking & comm--->network interface cards--->select the card-->modify
There you can enable it as a dhcp client.
check it and revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 12:25 AM
11-13-2003 12:25 AM
Re: Configure dhcp client on hp-ux 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 12:38 AM
11-13-2003 12:38 AM
Re: Configure dhcp client on hp-ux 11.00
I have seen the changes in netconf file. Is
like that:
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=192.168.5.149 (It´s my ip before DHCP client so it leaves the same).
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=192.168.5.255
INTERFACE_STATE[0]=up
DHCP_ENABLE[0]=1
I rebooted the machine.
In this case the machine started ok but when
I see the netconf file I go on having the
same ip 192.168.5.149 and the variable
DHCP_ENABLE[0]=0
Ohh, why??
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 05:47 AM
11-13-2003 05:47 AM
Re: Configure dhcp client on hp-ux 11.00
Please make sure you do not have any renamed netconf files under the same directory /etc/rc.config.d
if there is, then move them to /tmp.
I have seen some strange stuff like that when you rename the original and keep it in the same directory.
Also, please consider assigning points to people investing their time to help you out!
Take care
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 01:48 AM
11-20-2003 01:48 AM
Re: Configure dhcp client on hp-ux 11.00
I left empty all the entries, included
ROUTE_GATEWAY and also /etc/hosts, only with
localhost and it worked.
Thanks again.