Copyright (c) 1988,1992 The University of Utah and
the Center for Software Science (CSS). All rights reserved.
Permission to use, copy, modify and distribute this software is hereby
granted provided that (1) source code retains these copyright, permission,
and disclaimer notices, and (2) redistributions including binaries
reproduce the notices in supporting documentation, and (3) all advertising
materials mentioning features or use of this software display the following
acknowledgement: ``This product includes software developed by the Center
for Software Science at the University of Utah.''
THE UNIVERSITY OF UTAH AND CSS ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
IS" CONDITION. THE UNIVERSITY OF UTAH AND CSS DISCLAIM ANY LIABILITY OF
ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
CSS requests users of this software to return to css-dist@cs.utah.edu any
improvements that they make and grant CSS redistribution rights.
Utah $Hdr: rbootd.man 3.1 92/07/06$
Author: Jeff Forys, University of Utah CSS
Rbootd supports the following command line options:
-a Respond to boot requests from any machine. With this option, the configuration file is ignored.
-i intf Service boot requests on specified interface. If unspecified, rbootd searches the system interface list for the lowest numbered, configured ``up'' interface (excluding loopback). Ties are broken by choosing the earliest match.
-d Run server in debug mode. Packets sent and received are displayed to the terminal.
ConfigFile Specify a different configuration file.
The configuration file consists of ascii text where each line describes a particular machine. A line must start with a machines' ethernet address followed by an optional list of boot file names. An ethernet address is specified in hexadecimal with each of its six octets separated by a colon. The boot file names come from the boot file directory. The ethernet address and boot file(s) must be separated by white-space and/or commas. A pound sign causes the remainder of a line to be ignored. Here is a sample configuration file:
# # ethernet addr boot file(s) comments # 08:00:09:0:66:ad SYSHPBSD # snake (4.3BSD) 08:00:09:0:59:5b # vandy (anything) 8::9:1:C6:75 SYSHPBSD,SYSHPUX # jaguar (either)
Rbootd logs status and error messages via syslog. A startup message is always logged, and in the case of fatal errors (or deadly signals) a message is logged announcing the server's termination. In general, a non-fatal error is handled by ignoring the event that caused it (e.g. an invalid Ethernet address in the config file causes that line to be invalidated).
The following signals have the specified effect when sent to the server process using the kill(1) command.
0
22 /etc/rbootd.conf configuration file
/usr/libexec/rbootd directory containing boot files
/var/run/rbootd.pid process id
/usr/tmp/rbootd.dbg debug output
2 - If multiple servers are started on the same interface, each will receive and respond to the same boot packets.