- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Some messages in syslog.log
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-03-2001 12:18 AM
тАО12-03-2001 12:18 AM
There are some messages prompting in the syslog.log which I have never seen before. What does it mean at all ?
Dec 3 15:31:45 cishp01 bootpd[13513]: bootpd 2.4 #1.17.112.7: Wed Apr 14 05:09:15 GMT 1999
Dec 3 15:31:45 cishp01 bootpd[13513]: reading "/etc/dhcptab"
Dec 3 15:31:45 cishp01 bootpd[13513]: group count: 0
Dec 3 15:31:45 cishp01 bootpd[13513]: reading "/etc/bootptab"
Dec 3 15:31:45 cishp01 bootpd[13513]: read 1 entries from "/etc/bootptab"
Regards,
Patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2001 12:29 AM
тАО12-03-2001 12:29 AM
Re: Some messages in syslog.log
If you dont need bootpd edit
/etc/rc.config.d/netdaemons and set
START_RBOOTD to 0
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2001 01:06 AM
тАО12-03-2001 01:06 AM
Re: Some messages in syslog.log
Do these messages harm to the system ? If I disable the bootpd, will there any impact on the server ?
Regards,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2001 01:29 AM
тАО12-03-2001 01:29 AM
Re: Some messages in syslog.log
If it has any entries except for the comments, and usual 'test' definition, then bootp isn't doing anything on this machine anyway and can be safely disabled.
If there are other enries, it could be that bootpp is serving DHCP or other requests for IP address/boot time information.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2001 01:35 AM
тАО12-03-2001 01:35 AM
SolutionThe bootpd process is started from inetd every time a new request comes in on UDP port 67, and will run for a period of time then exit if no new requests are received.
The messages in your syslog indicate that inetd has received a bootp/dhcp request and has started the bootpd process to handle this request.
The configuration files for bootpd are /etc/bootptab and /etc/dhcptab, so check these files for valid configurations to decide if you really need bootpd or not. Also consult the bootpd(1m) man page for details on the format of these files. If you do not need it you can comment out the bootpd line in /etc/inetd.conf, and run inetd -c. That will stop the messages.
Regards,
Steve