- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Syslog messages
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-07-2003 10:36 PM
09-07-2003 10:36 PM
Syslog messages
I have the following messages appearing in syslog.
Sep 1 17:07:49 rprod1 bootpd[19424]: reading "/etc/bootptab"
Sep 1 17:07:49 rprod1 bootpd[19424]: read 1 entries from "/etc/bootptab"
Sep 1 17:07:49 rprod1 bootpd[19424]: reading "/etc/dhcpdeny"
Sep 1 17:07:49 rprod1 bootpd[19424]: error opening "/etc/dhcpdeny": No such
fiy
Sep 1 17:07:55 rprod1 inetd[696]: bootps/udp: Died on signal 11
Sep 1 17:08:01 rprod1 bootpd[19444]:
Sep 1 17:08:01 rprod1 bootpd[19444]: reading "/etc/bootptab"
Sep 1 17:08:01 rprod1 bootpd[19444]: read 1 entries from "/etc/bootptab"
Sep 1 17:08:01 rprod1 bootpd[19444]: reading "/etc/dhcpdeny"
Sep 1 17:08:01 rprod1 bootpd[19444]: error opening "/etc/dhcpdeny": No such file.
These messages are rapidly increasing the logfile size.
I donot think disabling bootp is an option since I find I have an entry for a printer in the /etc/boottab file.
What other options do I have to get rid of these messages.
Thanks and Regards
-Alvi
Oh, by the way I have a sendmail config problem posted (subject: sendmail - external mail) , need some help there ... urgently.
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:48 PM
09-07-2003 10:48 PM
Re: Syslog messages
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:56 PM
09-07-2003 10:56 PM
Re: Syslog messages
It might pay to disable bootps in the short term just to stop the messages. In the meantime you can investigate potential cause of the problem.
Tim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 11:04 PM
09-07-2003 11:04 PM
Re: Syslog messages
#bootps dgram udp wait root /usr/lbin/bootpd bootpd
in the /etc/inetd.conf file
Then do a
#/usr/sbin/inetd -c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 11:04 PM
09-07-2003 11:04 PM
Re: Syslog messages
Either you want it on or you want it off.
This looks like an Ignite setup, so you might quickly reconfigure the DHCP portion as follows:
/opt/ignite/bin/ignite
There is a User Interface for reconfiguring the server in there and you might be able to stop the messaging in that way.
If not, cp the syslog to another filesystem so you don't have problems with /var filling up.
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
09-07-2003 11:07 PM
09-07-2003 11:07 PM
Re: Syslog messages
One other thought, if you have logging enabled for inetd (-l), this might be generating alot of messages in syslog.log for bootpd.
Check if logging is enabled for inetd & if so turn it off until you resolve your bootpd issue.
Also post the entry for bootps from your /etc/inetd.conf. Someone might be able to help with the bootpd config & solve your problem.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 11:09 PM
09-07-2003 11:09 PM
Re: Syslog messages
If 11.00
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_19241&context=hpux:800:11:00
if 10.20
PHNE_19095
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_19095&context=hpux:800:10:20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 12:15 AM
09-08-2003 12:15 AM
Re: Syslog messages
How do you find the patches for a given problem?
Do you just search using a keyword?
You always seem to get it spot on!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 12:21 AM
09-08-2003 12:21 AM
Re: Syslog messages
Very important point I remembered. I've been having these messages since installing the latest jetDirect. In fact i have these messages (with some variations) on the other machines on which I installed jetDirect as well.
Since I have an entry in /etc/boottab, for a printer in use, I cannot disable the bootp protocol.
As for the patch PHNE_19241, it claims to fix the problem "3. BOOTPD messages filling up syslog.log." however, I have the patch installed and still getting these messages.
Regards,
-Alvi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 01:31 AM
09-08-2003 01:31 AM
Re: Syslog messages
Just create a empty file
#touch /etc/dhcptab
This should fix it.
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 02:17 AM
09-08-2003 02:17 AM
Re: Syslog messages
I think that should be "/etc/dhcpdeny". Create (touch) /etc/dhcpdeny and that shoud fix (at least some of) these messages.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 02:23 AM
09-08-2003 02:23 AM
Re: Syslog messages
typo error.
I will make sure that small typo errors does not create big problems.
Thanks for pointing out
It is
/etc/dhcpdeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 03:08 AM
09-08-2003 03:08 AM
Re: Syslog messages
The bootpd starts when there is a boot request .
the bootpd timeouts when there is no request for 500 minutes.
So adding the -t0 option should tell that there is no timeout and less messages are logged into syslog. i.e when the bootpd starts after a timeout it checks the bootptab and logs all those informational messages into syslog.
Also you can set the logging messages level using the -d option.the levels vary from 1-3.
it can be configured like
bootps dgram udp wait root /etc/bootpd bootpd -t0
Thanks