- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX DHCP Client
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
05-27-2003 06:38 AM
05-27-2003 06:38 AM
HP-UX DHCP Client
Have two questions.
How I'll be able to find out: is HP-UX using DHCP and if using - what is DHCP server's IP (or/and Name).
Thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 06:51 AM
05-27-2003 06:51 AM
Re: HP-UX DHCP Client
Check /etc/rc.config.d/netconf
INTERFACE_NAME[0]="lan0"
IP_ADDRESS[0]=""
SUBNET_MASK[0]="255.255.255.255"
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=1
Interface 0
ipadres not configured
dhcp =1 is enabled.
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 06:57 AM
05-27-2003 06:57 AM
Re: HP-UX DHCP Client
to see if your hpux is on dhcp,
you should look at
/etc/rc.config.d/netconf
If, for an interface, the DHCP_ENABLE is equal to 1, it is a dhcp client.
For netconf:
# DHCP_ENABLE Determines whether or not DHCP client functionality
# will be enabled on the network interface (see
# auto_parms(1M), dhcpclient(1M)). DHCP clients get
# their IP address assignments from DHCP servers.
# 1 enables DHCP client functionality; 0 disables it.
#
The dhcp server is obtained using a broadcast on the net, nut i don't know how to find it.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 07:21 AM
05-27-2003 07:21 AM
Re: HP-UX DHCP Client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 08:21 AM
05-27-2003 08:21 AM
Re: HP-UX DHCP Client
may be BROADCAST_ADDRESS[i] is 'sought quantity'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 03:05 PM
05-27-2003 03:05 PM
Re: HP-UX DHCP Client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 04:50 AM
05-28-2003 04:50 AM
Re: HP-UX DHCP Client
would you please send needed dhcpdb2conf command string and it's output (as an example).
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 04:53 AM
05-28-2003 04:53 AM
Re: HP-UX DHCP Client
i'm not sure about the meaning of "sought quantity", but usually any value other than 0 mean to activate the dhcp.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 05:03 AM
05-28-2003 05:03 AM
Re: HP-UX DHCP Client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 06:00 AM
05-28-2003 06:00 AM
Re: HP-UX DHCP Client
Take a look at this question.
http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0xa1c93a7b3682d611abdb0090277a778c,00.html
Hope it helps,
Robert-Jan.