- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: bootpd is filling up /var/adm/syslog/syslog.lo...
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
10-10-2001 06:48 AM
10-10-2001 06:48 AM
bootpd is filling up /var/adm/syslog/syslog.log
("rocky" is an HP-UX server, release B.10.20, model 9000/803)
Oct 10 10:01:02 rocky bootpd[23793]: bootpd 2.2 #1.17.212.4: Mon May 20 18:45:42
GMT 1996
Oct 10 10:01:02 rocky bootpd[23793]: reading "/etc/dhcptab"
Oct 10 10:01:02 rocky bootpd[23793]: reading "/etc/bootptab"
Oct 10 10:01:02 rocky bootpd[23793]: read 2 entries from "/etc/bootptab"
Oct 10 10:16:02 rocky bootpd[23793]: Exiting after 15 minutes of inactivity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 06:55 AM
10-10-2001 06:55 AM
Re: bootpd is filling up /var/adm/syslog/syslog.log
You could also change the logging file via /etc/syslog.conf to another file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 06:56 AM
10-10-2001 06:56 AM
Re: bootpd is filling up /var/adm/syslog/syslog.log
It simply means than your box 'rocky' is attempting to respond to bootp requests. That is, to assign DHCP ip addresses to PC or other client or to assign bootp addresses to devices like network printers. If you do not need this service or if these requests are actually handled by another server, you can simply disable the service.
edit /etc/inetd.conf and insert a '#' at the beginning of the line containing bootps. You then do an inetd -c to force a reconfiguration
and you are done.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 06:56 AM
10-10-2001 06:56 AM
Re: bootpd is filling up /var/adm/syslog/syslog.log
very normal behaviour here. bootpd is started by inetd whenever a bootp request arrives. After serving this request bootpd waits 15 minutes for new request and then terminates .
If the next bootp request comes after 15 minutes inetd starts a new bootpd .
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 07:14 AM
10-10-2001 07:14 AM
Re: bootpd is filling up /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 08:04 AM
10-10-2001 08:04 AM