- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Syslog Bootpd message
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
09-21-2000 05:20 AM
09-21-2000 05:20 AM
This is a message from my syslog:
Sep 20 16:46:55 u002 bootpd[20144]: Exiting after 500 minutes of inactivity
I have just began seeing this message in the last week or so. What does this mesage mean? Should I be concerned? I know we do not use bootp here. Is there something I should look at and change or should just leave it be?
Thanks
Sanjay.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 05:33 AM
09-21-2000 05:33 AM
Solutionhttp://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x328d0559ff7cd4118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 05:33 AM
09-21-2000 05:33 AM
Re: Syslog Bootpd message
The bootpd daemon starts up automatically and listens for any requests from remote devices to boot from your HP-server, but after 500 mins of no requests it realises its not needed so exits. Nothing to worry about. If you want to disable it you can change the bootpd variable in /etc/rc.config.d to 0 to stop it starting on bootup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 05:34 AM
09-21-2000 05:34 AM
Re: Syslog Bootpd message
A previous post concluded that this is annoying, but otherwise normal:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x328d0559ff7cd4118fef0090279cd0f9,00.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 05:34 AM
09-21-2000 05:34 AM
Re: Syslog Bootpd message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 05:35 AM
09-21-2000 05:35 AM
Re: Syslog Bootpd message
If you are not using bootp, you better turn it off by commenting out the entry for bootp in your /etc/inetd.conf ; and restart your inetd with
# inetd -c
you may have to kill the bootpd process after that. Essentially, your message says that bootpd has been running and not doing anything...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 05:39 AM
09-21-2000 05:39 AM
Re: Syslog Bootpd message
bootpd can be run through inetd (see inetd(1M)), or as a stand-alone daemon. It is run by /etc/inetd when the following line (or
equivalent) is included in the file /etc/inetd.conf:
bootps dgram udp wait root /usr/lbin/bootpd bootpd
bootpd starts when a boot request arrives. If it has not received another boot request after 15 minutes, bootpd exits. The -t option can be used to specify a different timeout value in minutes (such as
-t20). With a timeout value of zero (-t0), bootpd never exits.
Hope this helps. It is normal behavior.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2000 05:40 AM
09-21-2000 05:40 AM
Re: Syslog Bootpd message
bootpd can be run through inetd (see inetd(1M)), or as a stand-alone daemon. It is run by /etc/inetd when the following line (or
equivalent) is included in the file /etc/inetd.conf:
bootps dgram udp wait root /usr/lbin/bootpd bootpd
bootpd starts when a boot request arrives. If it has not received another boot request after 15 minutes, bootpd exits. The -t option can be used to specify a different timeout value in minutes (such as
-t20). With a timeout value of zero (-t0), bootpd never exits.
Hope this helps. It is normal behavior.
Berlene