No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / notes / hp700 / prep
blobadb6f38dc84e78d5e306320a27db90549ef6897c
1 .\"     $NetBSD: prep,v 1.1 2003/10/10 23:53:21 mbw Exp $
3 .Ss2 Get to the Boot Administration prompt
5 All \*M workstations have a Boot Administration command line 
6 utility in their Boot ROM which lets you configure various settings.  For 
7 example, you can set whether the system automatically boots an OS, which 
8 device to try booting from first, determine the ethernet MAC address, set 
9 up a serial console, and possibly do some low level hardware access.  
10 .Pp
11 To get to the 
12 .Li BOOT_ADMIN\*[Gt]
13 prompt, you must press the
14 .Key ESCAPE
15 key before it tries to boot an OS.  Since these machines often take a 
16 long time between powering on and the brief window of time where you can 
17 hit the
18 .Key ESCAPE
19 key, you must pay attention.  Depending on how much RAM your system has, it 
20 may take over a minute after pressing the power button before anything 
21 will show up on screen.
22 .Pp
23 Once you have escaped out of the 
24 .Li "Selecting a system to boot"
25 and
26 .Li "Searching for Potential Boot Devices"
27 you need to type the
28 .Key Sq a
29 key to get to the 
30 .Li BOOT_ADMIN\*[Gt]
31 prompt.  Now, use the online help with the 
32 .Ic help
33 command.
34 .Pp
35 Write down the ethernet address.
36 You will need this later to configure the netboot server for your
37 .Nx*M
38 system.
39 .Pp
40 .(disp
41 Selecting a system to boot.
42 To stop selection process, press and hold the ESCAPE key.
43 .Ic \*[Lt]ESC\*[Gt]
44 Booting from:     scsi.6.0     SEAGATE ST3600N
46 Selection process stopped.
48 Searching for Potential Boot Devices.
49 To terminate search, press and hold the ESCAPE key.
51 Device Selection      Device Path              Device Type
52 ----------------------------------------------------------------------------
54 P0                    scsi.6.0                 SEAGATE ST3600N
55 .Ic \*[Lt]ESC\*[Gt]
56 Search terminated.
59 b)    Boot from specified device
60 s)    Search for bootable devices
61 a)    Enter Boot Administration mode
62 x)    Exit and continue boot sequence
63 ?)    Help
65 .No Select from menu: Ic a
66 .No BOOT_ADMIN\*[Gt] Ic lan_addr
67 LAN Station Address:  080009-123456
68 .No BOOT_ADMIN\*[Gt] Ic help
69 .disp)
71 .Ss2 Change the configuration parameters to netboot
73 The command syntax is different on the various models.  Use the 
74 .Ic "help path" ,
75 .Ic "help lan" ,
76 and
77 .Ic "help autoselect"
78 commands to learn about how to configure your system.
79 On a 735/99, you would type:
80 .(disp
81 .No BOOT_ADMIN\*[Gt] Ic "path primary lan"
82 .No BOOT_ADMIN\*[Gt] Ic "autoselect on"
83 .No BOOT_ADMIN\*[Gt] Ic "reset"
84 .disp)
85 .Pp
86 The first command sets the primary boot device to be the network 
87 interface, and the second command sets the system to always try booting
88 from the primary boot path when it is reset or powered on.  The last 
89 command stores the new settings and resets the machine.
90 .Pp
91 To return to using the SCSI disk at ID 6 as your primary boot device, you 
92 would use something like the following command:
93 .(disp
94 .No BOOT_ADMIN\*[Gt] Ic "path primary scsi.6.0"
95 .disp)
97 .Ss2 Determine netboot method
99 Most older Series 700 workstations (with PA-7000 (PCXS), PA-7100 (PCXT),
100 or PA-7150 (PCXT)) use the RMP (Remote Maintenance Protocol) to netboot. 
101 Specifically, they retrieve their boot program from an
102 .Xr rbootd 8
103 server.  The following list of RMP-only Series 700 workstations is
104 probably complete, but has not been tested: 
105 .(bullet -compact
110 715/33, 715/50, 715/75
114 725/50, 725/75
120 745i
122 747i
127 .bullet)
129 Newer Series 700 workstations retrieve their boot program from a server 
130 running
131 .Xr dhcpd 8
133 .Xr bootpd 8
134 compatible mode and
135 .Xr tftpd 8 .
136 The following list of BOOTP-only Series 700 workstations is 
137 probably complete, but has not been tested:
138 .(bullet -compact
141 715/64, 715/80, 715/100, 715/100XC
143 725/64, 725/100
145 newer models, such as the B, C, and J class systems
146 .bullet)