|
NAMErbootd —
HP remote boot server
SYNOPSIS
DESCRIPTIONTherbootd utility services boot requests from
Hewlett-Packard workstations over a local area network. All boot files must
reside in the boot file directory; further, if a client supplies path
information in its boot request, it will be silently stripped away before
processing. By default, rbootd only responds to
requests from machines listed in its configuration file.
The options are as follows:
Specifying config_file on the command line
causes The configuration file is a text file where each line describes a particular machine. A line must start with a machine's 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 comma characters. 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) The The following signals have the specified effect when sent to the server process using the kill(1) command:
FILES
SEE ALSOkill(1), socket(2), signal(3), syslog(3)BUGSIf multiple servers are started on the same interface, each will receive and respond to the same boot packets.
Visit the GSP FreeBSD Man Page Interface. |