- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error message 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
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
11-16-2003 12:14 PM
11-16-2003 12:14 PM
Error message in syslog.log
Running HP-UX 11.0 as DHCP server. and noticed the following messages appeared in the syslog.log file. What could be the causes for such messages?
Mar 14 11:09:02 dhcp02 bootpd[12901]: select timed out, no echo came back.
Mar 14 11:25:09 dhcp02 bootpd[12901]: could not add hardware address: 0400607655F2
thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 02:28 PM
11-16-2003 02:28 PM
Re: Error message in syslog.log
The message are purely informational and are useful in debugging.
You can get rid of them by installaing the latest DHCP/bootpd patches as below:
PHNE_19241 bootpd(1M)/DHCP cumulative patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 02:39 PM
11-16-2003 02:39 PM
Re: Error message in syslog.log
There was a request for boot from the remote machine/device to this dhcp server and this remote machine ip was not present in the configuration file /etc/bootptab.
The /etc/syslog.conf file would have also
*.info configured to the logged into syslog.
This is just an information message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 06:49 PM
11-16-2003 06:49 PM
Re: Error message in syslog.log
I just noticed that when there was "dhcp02 bootpd[12901]: could not add hardware address: 0400607655F2" message appeared in the syslog.log, it seemed that DHCP client did not got address. Is this error message indicating an error?
2nd, I have checked patch you mentioned, I have run "what /usr/lbin/bootpd" and it seems that I have patch (PHNE_19241) installed already. If so, is it still normal that I got this message in the syslog.log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 07:39 AM
11-18-2003 07:39 AM
Re: Error message in syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:18 PM
11-18-2003 01:18 PM
Re: Error message in syslog.log
IF you're are not supplying remote boots to other devices then you may wish to turn off bootp by commenting out the following line in /etc/inetd.conf
bootps dgram udp wait /usr/lbin/bootpd bootpd
And then run
inetd -c
Then it will no longer respond to remote boot requests.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 01:26 PM
11-18-2003 01:26 PM
Re: Error message in syslog.log
Basically, I am running the server as DHCP server which provides IP address to clients in a few IP subnet.
But, no machine will boot from this server.
Do you mean that I could turn off bootpd but still run the server as DHCP server?
thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 05:22 PM
11-18-2003 05:22 PM
Re: Error message in syslog.log
How do you split MAC addresses over the seperate subnets?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 06:41 AM
11-19-2003 06:41 AM
Re: Error message in syslog.log
javascript:openExternal("http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0xc8efa14d9abcd4118fef0090279cd0f9%2C00.html&admit=716493758+1068508648659+28353475")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2003 07:15 PM
11-19-2003 07:15 PM
Re: Error message in syslog.log
Thank you.