Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/scripts/Install.1
+++ new/usr/src/tools/scripts/Install.1onbld
1 1 .\"
2 2 .\" Copyright 2010 Sun Microsystems, Inc. All rights reserved.
3 3 .\" Use is subject to license terms.
4 4 .\"
5 5 .\" CDDL HEADER START
6 6 .\"
7 7 .\" The contents of this file are subject to the terms of the
8 8 .\" Common Development and Distribution License (the "License").
9 9 .\" You may not use this file except in compliance with the License.
10 10 .\"
11 11 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12 12 .\" or http://www.opensolaris.org/os/licensing.
13 13 .\" See the License for the specific language governing permissions
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
14 14 .\" and limitations under the License.
15 15 .\"
16 16 .\" When distributing Covered Code, include this CDDL HEADER in each
17 17 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18 18 .\" If applicable, add the following below this CDDL HEADER, with the
19 19 .\" fields enclosed by brackets "[]" replaced with your own identifying
20 20 .\" information: Portions Copyright [yyyy] [name of copyright owner]
21 21 .\"
22 22 .\" CDDL HEADER END
23 23 .\"
24 -.TH Install 1 "14 Jan 2010"
24 +.TH Install 1ONBLD "14 Jan 2010"
25 25 .SH NAME
26 26 Install \- install a kernel from an ON workspace
27 27 .SH SYNOPSIS
28 28 .TP 8n
29 29 .B Install
30 30 .RB [ " \-w "
31 31 .IR workspace " ]"
32 32 .RB [ " \-s "
33 33 .IR "source dir" " ]"
34 34 .br
35 35 .RB [ " \-k "
36 36 .IR "kernel arch" " ]"
37 37 .RB "[ " \-n " | " \-t|T
38 38 .IR target " ]"
39 39 .br
40 40 .RB [ " \-u|m|a " ]
41 41 .RB [ " \-v|V|q " ]
42 42 .RB [ " \-c|p " ]
43 43 .br
44 44 .RB [ " \-l "
45 45 .IR "library file" " ]"
46 46 .RB [ " \-L " ]
47 47 .RB [ " \-3 " ]
48 48 .RB [ " \-6 " ]
49 49 .RB [ " \-K " ]
50 50 .br
51 51 .RB [ " \-o "
52 52 {
53 53 .BR obj " | "
54 54 .B debug
55 55 }
56 56 ]
57 57 .RB [ " \-d "
58 58 .IR "work dir" " ]"
59 59 .br
60 60 .RB [ " \-D "
61 61 .IR "library dir" " ]"
62 62 .RB [ " \-G "
63 63 .IB glomname " ]"
64 64 .RI [ " module ... " ]
65 65 .LP
66 66 or
67 67 .LP
68 68 .BR "Install \-R " "[ options ]"
69 69 .SH DESCRIPTION
70 70 .LP
71 71 .B Install
72 72 is a utility which simplifies the process of installing a 5.0 system.
73 73 .B Install
74 74 goes into a built ON workspace (or any kernel source tree),
75 75 looks at the Makefiles,
76 76 and figures out how to construct the /kernel and /usr/kernel directories.
77 77 It then creates a tarfile
78 78 .RB "(see " tar "(1))"
79 79 containing /kernel, /usr/kernel, and a few related /etc files. If a
80 80 .I target ([user@]machine:/dir)
81 81 is specified, the tarfile is either copied to
82 82 .IR machine:/dir " (-T) or untarred on " "machine" " in " "/dir" " (-t),"
83 83 using the remote user id
84 84 .IR user ,
85 85 if specified.
86 86 With no options,
87 87 .B Install
88 88 creates a sun4c system from files in the current workspace (as indicated
89 89 by $SRC) and places the tarfile in /tmp/Install.username/Install.sun4c.tar.
90 90
91 91 .SH OPTIONS
92 92 .TP 20n
93 93 .BI "-w" " ws"
94 94 Install the system built in the ON workspace
95 95 .I ws. ws
96 96 must be a built ON workspace \(em
97 97 .B Install
98 98 will not automatically invoke
99 99 .BR make "(1). If " \-w " is not specified, " Install " uses the current
100 100 workspace (as indicated by $CODEMGR_WS). If there is no current workspace,
101 101 .B Install
102 102 checks to see if you are in an appropriate source directory, e.g. uts/sun4c;
103 103 if so,
104 104 .B Install
105 105 takes files from there. Otherwise,
106 106 .B Install
107 107 looks for files under $SRC/uts.
108 108 .TP
109 109 .BI "-s" " source directory"
110 110 where to look for files [default: $SRC/uts].
111 111 .TP
112 112 .BI "-k" " kernel arch"
113 113 the type of kernel to install. The default is sun4c; however, if you invoke
114 114 .B Install
115 115 from $SRC/uts/sun4z,
116 116 .B Install
117 117 assumes you want a sun4z kernel.
118 118 .TP
119 119 .B "-n"
120 120 No target; just create the tarfile in
121 121 /tmp/Install.username/Install.sun4c.tar [default].
122 122 .BR "-n" " implies " "-p" .
123 123 .TP
124 124 .BI "-t" " target"
125 125 Install the system on
126 126 .I target ([user@]machine:/dir).
127 127 This means that kernel/unix is copied to
128 128 .I machine:/dir/kernel/unix,
129 129 etc.
130 130 .IR /dir " is typically either " / " or " /mnt.
131 131 .BR "-t" " implies " "-c" .
132 132 The default remote user id is the same as the local one ($LOGNAME).
133 133 .TP
134 134 .BI "-T" " target"
135 135 Copy the tarfile to
136 136 .I target ([user@]machine:/dir).
137 137 This creates the file
138 138 .I /dir/Install.tar
139 139 on
140 140 .I machine.
141 141 To finish the install, log on to
142 142 .I machine
143 143 as root, and type
144 144 .RB `` "cd /; tar xvf /dir/Install.tar" "''."
145 145 .BR "-T" " implies " "-c" .
146 146 .TP
147 147 .B "-u"
148 148 Install unix only.
149 149 .TP
150 150 .B "-m"
151 151 Install modules only.
152 152 .TP
153 153 .B "-a"
154 154 Install unix and all modules [default].
155 155 .TP
156 156 .B "-v"
157 157 Verbose mode.
158 158 .TP
159 159 .B "-V"
160 160 REALLY verbose mode. Useful mainly for debugging.
161 161 .TP
162 162 .B "-q"
163 163 Quiet mode [default]. Only fatal messages are printed.
164 164 .TP
165 165 .B "-c"
166 166 Clean up. After a successful install, delete the files created in
167 167 /tmp/Install.username. This is the default behavior if a
168 168 .I target
169 169 is specified with
170 170 .BR "-t" " or " "-T" .
171 171 .TP
172 172 .B "-p"
173 173 Preserve temp files. This is the default behavior when no
174 174 .I target
175 175 is specified
176 176 .RB ( "-n" ).
177 177 .TP
178 178 .B "-R"
179 179 Recover from a failed
180 180 .BR Install .
181 181 This is not required, it's just faster than restarting.
182 182 A typical scenario is for
183 183 .B Install
184 184 to run smoothly right up to the very end, but then die with
185 185 "Permission denied" when it tries to rsh/rcp to the target machine.
186 186 At this point, you log on to the target machine, diddle the permissions,
187 187 log off, and type
188 188 .RB `` "Install -R" "''."
189 189 .B Install
190 190 will only have to retry the rsh/rcp,
191 191 rather than rebuild the tarfile from scratch.
192 192 .TP
193 193 .BI "-d" " temp directory"
194 194 specifies where
195 195 .B Install
196 196 should create its temp files [default: /tmp/Install.username]. This is
197 197 useful if you have limited space in /tmp (\fBInstall\fR can take as
198 198 much as 100MB).
199 199 The suffix "Install.username" is always appended.
200 200 .TP
201 201 .B "-L"
202 202 add a system to your library. This allows you to build a personal
203 203 collection of installable systems from various environments and for
204 204 various architectures. When you type
205 205 .RB `` "Install -w /ws/ws_name -k arch -L" "'', " Install
206 206 creates a tarfile called
207 207 .I ws_name.arch.tar
208 208 in your library directory (~/LibInstall by default).
209 209 .BR "-L" " implies " "-c" .
210 210 .TP
211 211 .BI "-l" " library file"
212 212 Installs the system contained in
213 213 .I library file.
214 214 You may omit the ``.tar'' suffix. For example,
215 215 .RB `` "Install -l my_ws.sun4c -t machine:/" ''
216 216 installs a system you previously built with
217 217 .B "-L"
218 218 (from sun4c files in my_ws) on
219 219 .IR machine:/ .
220 220 This is equivalent to typing
221 221 .RB `` "rsh machine '(cd /; tar xvf -)' <~/LibInstall/my_ws.sun4c.tar" '',
222 222 but it's easier to remember.
223 223 .TP
224 224 .BI "-D" " lib directory"
225 225 specifies the library directory [default: $HOME/LibInstall].
226 226 .TP
227 227 .BI "-G " glomname
228 228 gloms /kernel and /usr/kernel together into a single /kernel directory.
229 229 Useful for development work, e.g. use "Install -G good [...]" to create a
230 230 "/kernel.good".
231 231 .TP
232 232 .BR "-o " "{ \fBobj\fP | \fBdebug\fP }"
233 233 object directory. The default is "debug".
234 234 .TP
235 235 .B \-3
236 236 32-bit modules only
237 237 .TP
238 238 .B \-6
239 239 64-bit modules only
240 240 .TP
241 241 .B \-K
242 242 Do not include kmdb misc module or dmods
243 243 .TP
244 244 .B "-h"
245 245 Help. Prints a brief summary of
246 246 .BR Install "'s"
247 247 options.
248 248 .LP
249 249 If you are in a directory like $SRC/uts/sun4z when you invoke
250 250 .BR Install ,
251 251 it will infer that you want to install a sun4z system
252 252 from the current workspace.
253 253 .LP
254 254 If you supply a list of modules, it overrides any of the
255 255 .B "-uma"
256 256 options. You only need to specify the basename of the
257 257 module(s), e.g. ``\fBInstall ufs nfs le\fR''.
258 258 ``\fBInstall unix\fR'' is equivalent to ``\fBInstall -u\fR'', and
259 259 ``\fBInstall modules\fR'' is equivalent to ``\fBInstall -m\fR''.
260 260 .LP
261 261 You can customize
262 262 .B Install
263 263 by creating a .Installrc file in your home directory. .Installrc
264 264 should consist of a list of command-line-style options, e.g:
265 265 .LP
266 266 .B
267 267 -w /ws/foo
268 268 .br
269 269 .B
270 270 -t labmachine:/mnt -pv
271 271 .LP
272 272 .B Install
273 273 processes default options first, then .Installrc
274 274 options, then command-line options. In the case of
275 275 conflicting options (e.g. \fB-uma\fR), the last one wins.
276 276 .LP
277 277 In order to use the most convenient form of
278 278 .BR Install " (``" "Install -t machine:/" "''),"
279 279 you will need to do the following on the target machine:
280 280 .LP
281 281 .br
282 282 (1) add your machine name to the /etc/hosts.equiv file
283 283 .br
284 284 (2) add your username to the /etc/{passwd,shadow} files
285 285 .br
286 286 (3) chown -R yourself /kernel /usr/kernel
287 287 .br
288 288 (4) chmod -R u+w /kernel /usr/kernel
289 289 .SH "ENVIRONMENT"
290 290 .LP
291 291 You can set the following variables in your environment:
292 292 .LP
293 293 ON_CRYPTO_BINS
294 294 .IP
295 295 file containing signed cryptographic binaries. This is only needed if
296 296 you are not building the closed-source tree.
297 297 .LP
298 298 INSTALL_RC [default: $HOME/.Installrc]
299 299 .IP
300 300 file containing default options for \fBInstall\fR
301 301 .LP
302 302 INSTALL_STATE [default: $HOME/.Install.state]
303 303 .IP
304 304 where \fBInstall\fR keeps its state information
305 305 .LP
306 306 INSTALL_DIR [default: /tmp/Install.username]
307 307 .IP
308 308 where \fBInstall\fR does its work. This can be overridden on
309 309 the command line with \fB\-d\fR.
310 310 .LP
311 311 INSTALL_LIB [default: $HOME/LibInstall]
312 312 .IP
313 313 where \fBInstall\fR gets/puts library files. This can be overridden on
314 314 the command line with \fB\-D\fR.
315 315 .LP
316 316 INSTALL_CP [default: cp -p]
317 317 .IP
318 318 the command to copy files locally
319 319 .LP
320 320 INSTALL_RCP [default: rcp -p]
321 321 .IP
322 322 the command to copy files remotely
323 323 .bp
324 324 .SH "EXAMPLES"
325 325 .LP
326 326 .B
327 327 Install -w /ws/blort -t machine:/
328 328 .IP
329 329 .RI "installs the system built in workspace " /ws/blort " on " machine:/
330 330 .LP
331 331 .B
332 332 Install -w /ws/blort -T machine:/tmp
333 333 .br
334 334 .B
335 335 rsh machine -l root "cd /; tar xvf /tmp/Install.tar"
336 336 .IP
337 337 is an equivalent way to do the previous example
338 338 .LP
339 339 .B Install
340 340 .IP
341 341 makes a tarfile containing a sun4c kernel,
342 342 and places it in /tmp/Install.username/Install.sun4c.tar. However, if you
343 343 are in one of the arch directories (e.g. $SRC/uts/sun4m) when you invoke
344 344 .BR Install ,
345 345 you will get a tarfile for that architecture instead.
346 346 .LP
347 347 .B
348 348 Install -k sun4m -w /ws/on493 -t mpbox:/ ufs
349 349 .IP
350 350 installs a new sun4m ufs module from workspace /ws/on493 on mpbox:/
351 351 .SH "FILES"
352 352 $HOME/.Installrc, $HOME/.Install.state
353 353 .SH "SEE ALSO"
354 354 .BR tar "(1), " rsh "(1), " rcp "(1)"
355 355 .SH "BUGS"
356 356 .BR tar "(1) and " rsh "(1)"
357 357 do not have particularly useful exit codes. To compensate,
358 358 .B Install
359 359 feeds stderr through grep -v and throws away error messages which it
360 360 considers harmless. If there's anything left,
361 361 .B Install
362 362 assumes it is fatal. It's a hack, but it works.
↓ open down ↓ |
328 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX