1BOOTPARAMD(8) System Manager's Manual BOOTPARAMD(8)
2
3
4
6 bootparamd - boot parameter server
7
9 rpc.bootparamd [ -d ] [ -s ] [ -r router ] [ -f file ] [ -l ]
10
12 bootparamd is a server process that provides information to diskless
13 clients necessary for booting. It consults the /etc/bootparams file to
14 find the information it needs.
15
16 This version will allow the use of aliases on the hostname in the
17 /etc/bootparams file. The returned hostname to the whoami request done
18 by the booting client will be the name that appears in /etc/bootparams
19 and not the canonical name. In this way you can keep the answer short
20 enough so that machines that cannot handle long hostnames won't fail
21 during boot.
22
23 If the machine running this server is not a router and user doesn't
24 specify the -r option, bootparamd will try to find one. Server will
25 make the following attempts to find a router for the client:
26
27 1) Find a router by sending ICMP_ECHO to ALL_ROUTERS.
28 2) Return our own interface address if we're a router.
29 3) See if our default route can be used by the client.
30
32 -d Display debugging information.
33
34 -s Log the debugging information to syslog.
35
36 -r router
37 The default router (a machine or an IP-address). If you
38 use this option, bootparamd won't look for any other
39 routers.
40
41 -f file
42 The file to use as boot parameter file instead of
43 /etc/bootparams.
44
45 -l Turn off DNS lookup during host search.
46
48 /etc/bootparams
49
51 You may find the syslog loggings too verbose.
52
54 Written by Klas Heggemann <klas@nada.kth.se>
55
56
57
58 8 November 1989 BOOTPARAMD(8)