HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting up DHCP Client on Model 712/60 HP/UX 10.10
Operating System - HP-UX
1836752
Members
2630
Online
110109
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-31-2001 05:41 PM
05-31-2001 05:41 PM
Setting up DHCP Client on Model 712/60 HP/UX 10.10
Need complete instructions for DHCP setup.
I am using cable modem and DSL/Cable Firewall/Router from Linksys to setup HP machine as DHCP Client.
I have looked through SAM (networking->set DHCP for remote server) and also tried setting
DHCP_ENABLE[0]=1 in '/etc/rc.config.d/netconf file.
Also, looked at commands 'dhcptools','bootpd','bootps' and entry for 'bootps' in '/etc/inetd.conf'.
Thanks for any help !!
I am using cable modem and DSL/Cable Firewall/Router from Linksys to setup HP machine as DHCP Client.
I have looked through SAM (networking->set DHCP for remote server) and also tried setting
DHCP_ENABLE[0]=1 in '/etc/rc.config.d/netconf file.
Also, looked at commands 'dhcptools','bootpd','bootps' and entry for 'bootps' in '/etc/inetd.conf'.
Thanks for any help !!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2001 03:59 AM
06-01-2001 03:59 AM
Re: Setting up DHCP Client on Model 712/60 HP/UX 10.10
Here are some troubleshooting steps that may assist you.
. Reconfigure inetd with -d 8 on bootps; restart inetd with "inetd -c",
then tail syslog:
tail -f /var/adm/syslog/syslog.log | grep bootp
The usual things to look for:
- Is the client request reaching the server at all?
- Does the server make a reply to the client?
- Is the reply appropriate for the client?
2. Next trace the DHCP packets flowing in and out:
/usr/sbin/dhcptools -t ct=100
This turns on tracing and writes the full contents of 100 packets in a file named "/tmp/dhcptrace". Be aware that you must always use the "ct=NN" option, because the default number of packets to trace is zero.
The maximum number of packets to trace is 100, which is plenty.
3. Next dump the internal state of the daemon.
/usr/sbin/dhcptools -d
This dumps :
- dynamic info into "/tmp/dhcp.dump.other"
- lease info into "/tmp/dhcp.dump.dhcptab" (a more verbose version of "/etc/dhcpdb")
- other info into "/tmp/dhcp.dump.bootptab"
More information can be found in the "getting started" chapter of Installing and Administering Internet Services, located at
http://www.docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html
Regards,
Berlene
. Reconfigure inetd with -d 8 on bootps; restart inetd with "inetd -c",
then tail syslog:
tail -f /var/adm/syslog/syslog.log | grep bootp
The usual things to look for:
- Is the client request reaching the server at all?
- Does the server make a reply to the client?
- Is the reply appropriate for the client?
2. Next trace the DHCP packets flowing in and out:
/usr/sbin/dhcptools -t ct=100
This turns on tracing and writes the full contents of 100 packets in a file named "/tmp/dhcptrace". Be aware that you must always use the "ct=NN" option, because the default number of packets to trace is zero.
The maximum number of packets to trace is 100, which is plenty.
3. Next dump the internal state of the daemon.
/usr/sbin/dhcptools -d
This dumps :
- dynamic info into "/tmp/dhcp.dump.other"
- lease info into "/tmp/dhcp.dump.dhcptab" (a more verbose version of "/etc/dhcpdb")
- other info into "/tmp/dhcp.dump.bootptab"
More information can be found in the "getting started" chapter of Installing and Administering Internet Services, located at
http://www.docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html
Regards,
Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP