- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DHCP requests growing syslog rapidly
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
08-10-2004 08:39 AM
08-10-2004 08:39 AM
Aug 10 14:56:14 hostname bootpd[748]: Received DHCPDISCOVER creating DHCPOFFER. Request data
: ha = 000XXXXXXX, req IP not sent, ciaddr 0.0.0.0, giaddr 0.0.0.0, broadcast reply on,
server id not sent.
I am not sure where to start and was hoping someone has some knowledge to share on this =)
Thanks in advance,
-David
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 08:52 AM
08-10-2004 08:52 AM
Re: DHCP requests growing syslog rapidly
Typically bootpd is started by the inetd. Edit /etc/inetd.conf and comment out the entry for bootpd.
# vi /etc/inetd.conf
< comment out the entry>
# inetd -c
Or if you have bootpd running as a daemon then kill the daemon and figure out the root-cause.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 09:09 AM
08-10-2004 09:09 AM
Re: DHCP requests growing syslog rapidly
You can trim syslog with sam or a simiple shell script run by cron.
It would seem for some reason there is a dhcp server on your box. It might be better to look into why and make sure its configured correctly.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 09:12 AM
08-10-2004 09:12 AM
Re: DHCP requests growing syslog rapidly
There is one entry for bootpd
bootps dgram udp wait root /usr/lbin/bootpd bootpd -d 3 -t90
and one entry for instl_bootpd
instl_boots dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd
We use the machine to boot both pa from bch prompt and ia from lanboot select
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 09:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 09:40 AM
08-10-2004 09:40 AM
Re: DHCP requests growing syslog rapidly
-David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 09:41 AM
08-10-2004 09:41 AM