- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DHCP Problem
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
01-07-2003 12:18 PM
01-07-2003 12:18 PM
DHCP Problem
In syslog.log there??s the follow entries:
Jan 7 18:12:45 arx04 bootpd[13396]: ACK not sent: reason = 316
Is it a problem ??
thanks for all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 12:46 PM
01-07-2003 12:46 PM
Re: DHCP Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 02:30 PM
01-07-2003 02:30 PM
Re: DHCP Problem
Jan 7 20:27:59 arx04 bootpd[22060]: Received DHCPDISCOVER creating DHCPOFFER. R
equest data: ci = 0152415320A0218DD790D8C80101000000, req IP not sent, ciaddr 0.
0.0.0, giaddr 0.0.0.0, broadcast reply on, server id not sent.
Jan 7 20:28:27 arx04 bootpd[22060]: Received DHCPDISCOVER creating DHCPOFFER. R
equest data: ci = 0152415320A0218DD790D8C80101000000, req IP not sent, ciaddr 0.
0.0.0, giaddr 0.0.0.0, broadcast reply on, server id not sent.
I don??t know what happened.
an the dhcpdb file is empty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 03:47 PM
01-07-2003 03:47 PM
Re: DHCP Problem
The question is tho do you want your hpux to act as a DHCP or bootp server? If yes then you will need a range of ip addresses for it to choose from. Odds are that it doesn't have anything in /etc/bootptab or /etc/dhcptab so it can't send out an offer. (If it had used them up then there would be something in /etc/dhcpdb.)
http://sequoia.ict.pwr.wroc.pl/~iro/hp/hp_install/APPXA.HTM
explains how to set it up if you really want it to work. Otherwise take Clay's advice and kill it off.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 11:23 PM
01-07-2003 11:23 PM
Re: DHCP Problem
Is your DHCP server is in another network (behind router or gateway ) ?
IF yes then you will have to configure your router to be a DHCP-RELAY agent.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 03:53 AM
01-08-2003 03:53 AM
Re: DHCP Problem
Well, my HP-UX is a DHCP Server and it have two Ip ranges, One in netowrk 10.177.101.0 and another 10.177.102.0 and both with submask 255.255.255.0, but only one IP range this being offered (10.177.102.0).
Is there some solution or some patch to apply ?