NetBSD/distrib/notes/sun3/xfer

154 lines
5.7 KiB
Plaintext
Raw Normal View History

1999-05-19 09:49:06 +04:00
.\" $NetBSD: xfer,v 1.6 1999/05/19 05:49:06 gwr Exp $
1999-01-13 10:30:01 +03:00
.
1995-11-24 11:50:29 +03:00
Installation is supported from several media types, including:
1999-01-13 10:30:01 +03:00
.Bl -bullet -compact -offset indent
.It
Tape
.It
NFS
.It
CD-ROM
.It
FTP
.El
.(Note
Installing on a "bare" machine requires some bootable
1995-11-24 11:50:29 +03:00
device; either a tape drive or Sun-compatible NFS server.
1999-01-13 10:30:01 +03:00
.Note)
.Pp
1995-11-24 11:50:29 +03:00
The procedure for transferring the distribution sets onto
1999-01-13 10:30:01 +03:00
installation media depends on the type of media. Instructions
1995-11-24 11:50:29 +03:00
for each type of media are given below.
1999-01-13 10:30:01 +03:00
.Pp
1995-11-24 11:50:29 +03:00
In order to create installation media, you will need all the
1999-01-13 10:30:01 +03:00
files in the directory
.Dl \&.../NetBSD-\*V/\*[MACHINE]/
.
.Ss2 "Creating boot/install tapes
.
1995-11-24 11:50:29 +03:00
Installing from tape is the simplest method of all.
1999-01-13 10:30:01 +03:00
This method uses two tapes; one called the
.Em boot
tape, and another called the
.Em install No tape.
.Pp
1995-11-24 11:50:29 +03:00
The boot tape is created as follows:
1999-01-13 10:30:01 +03:00
.D1 Ic "cd .../NetBSD-\*V/\*[MACHINE]/installation/tapeimage
.D1 Ic "sh MakeBootTape /dev/nrst0
.Pp
1995-11-24 11:50:29 +03:00
The install tape is created as follows:
1999-01-13 10:30:01 +03:00
.D1 Ic "cd .../NetBSD-\*V/\*[MACHINE]/installation/tapeimage
.D1 Ic "sh MakeInstallTape /dev/nrst0
.Pp
1995-11-24 11:50:29 +03:00
If the tapes do not work as expected, you may need to explicitly
1999-01-13 10:30:01 +03:00
set the EOF mark at the end of each tape segment. It may also be
necessary to use the
.Cm conv=osync
argument to
.Xr dd 1 .
Note that
this argument is incompatible with the
.Cm bs=
argument. Consult
1995-11-24 11:50:29 +03:00
the tape-related manual pages on the system where the tapes are
created for more details.
1999-01-13 10:30:01 +03:00
.
.Ss2 Boot/Install from NFS server:
.
1995-11-24 11:50:29 +03:00
If your machine has a disk and network connection, but no tape drive,
1999-01-13 10:30:01 +03:00
it may be convenient for you to install NetBSD over the network. This
1995-11-24 11:50:29 +03:00
involves temporarily booting your machine over NFS, just long enough
1999-01-13 10:30:01 +03:00
so you can initialize its disk. This method requires that you have
1995-11-24 11:50:29 +03:00
access to an NFS server on your network so you can configure it to
1999-01-13 10:30:01 +03:00
support diskless boot for your machine. Configuring the NFS server
1995-11-24 11:50:29 +03:00
is normally a task for a system administrator, and is not trivial.
1999-01-13 10:30:01 +03:00
.Pp
1995-11-24 11:50:29 +03:00
If you are using a NetBSD system as the boot-server, have a look at
the diskless(8) manual page for guidelines on how to proceed with
1999-01-13 10:30:01 +03:00
this. If the server runs another operating system, consult the
1995-11-24 11:50:29 +03:00
documentation that came with it (i.e. add_client(8) on SunOS).
1999-01-13 10:30:01 +03:00
.Pp
When instructed to boot over the network, your \*[MACHINE] expects to be
able to download a second stage bootstrap program via
.Tn TFTP
after
it has acquired its IP address through
.Tn RARP .
It will attempt to download a file using a name derived from the
machine's recently aquired IP
.if r_sun3 address.
.if r_sun3x address and an extension which corresponds to the
.if r_sun3x machine architecture.
(It may be handy to have a hexadecimal
calculator for this next step.) The filename
.if r_sun3x prefix
is created by
converting the machine's assigned IP address into hexadecimal,
most-significant octet first, using uppercase characters for the
non-decimal (A-F) digits.
.if r_sun3x \{\
The filename suffix used by all sun3x machines is
.Pa SUN3X .
.\}
.Pp
For example, a \*[MACHINE] which has been assigned IP address 130.115.144.11
will make an
.Tn TFTP
request for
.if r_sun3 .Pa 8273900B .
.if r_sun3x .Pa 8273900B.SUN3X .
Normally, this file
is a symbolic link to the NetBSD/\*[MACHINE]
.Pa netboot
program, which should
be located in a place where the
.Tn TFTP
daemon can find it. (Remember, many
TFTP daemons run in a chroot'ed environment.) The netboot program
1995-11-24 11:50:29 +03:00
may be found in the install directory of this distribution.
1999-01-13 10:30:01 +03:00
.Pp
1995-11-24 11:50:29 +03:00
The netboot program will query a bootparamd server to find the
NFS server address and path name for its root, and then load a
1999-01-13 10:30:01 +03:00
kernel from that location. The server should have a copy of the
1995-11-24 11:50:29 +03:00
netbsd-rd kernel in the root area for your client (no other files
are needed in the client root) and /etc/bootparams on the server
should have an entry for your client and its root directory.
The client will need access to the miniroot image, which can be
1999-05-19 09:49:06 +04:00
provided using NFS or remote shell.
1999-01-13 10:30:01 +03:00
.Pp
1995-11-24 11:50:29 +03:00
If you will be installing NetBSD on several clients, it may be useful
to know that you can use a single NFS root for all the clients as long
1999-01-13 10:30:01 +03:00
as they only use the netbsd-rd kernel. There will be no conflict
1995-11-24 11:50:29 +03:00
between clients because the RAM-disk kernel will not use the NFS root.
No swap file is needed; the RAM-disk kernel does not use that either.
1999-01-13 10:30:01 +03:00
.
.Ss2 Install/Upgrade from CD-ROM
.
1995-11-24 11:50:29 +03:00
This method requires that you boot from another device (i.e. tape
1999-01-13 10:30:01 +03:00
or network, as described above). You may need to make a boot tape
on another machine using the files provided on the CD-ROM. Once
1995-11-24 11:50:29 +03:00
you have booted netbsd-rd (the RAM-disk kernel) and loaded the
miniroot, you can load any of the distribution sets directly from
1999-01-13 10:30:01 +03:00
the CD-ROM. The "install" program in the miniroot automates the
1995-11-24 11:50:29 +03:00
work required to mount the CD-ROM and extract the files.
1999-01-13 10:30:01 +03:00
.
.Ss2 Install/Upgrade via FTP
.
1995-11-24 11:50:29 +03:00
This method requires that you boot from another device (i.e. tape
1999-01-13 10:30:01 +03:00
or network, as described above). You may need to make a boot tape
1995-11-24 11:50:29 +03:00
on another machine using the files in .../install (which you get
1999-01-13 10:30:01 +03:00
via FTP). Once you have booted netbsd-rd (the RAM-disk kernel)
1995-11-24 11:50:29 +03:00
and loaded the miniroot, you can load any of the distribution sets
1999-01-13 10:30:01 +03:00
over the net using FTP. The "install" program in the miniroot
1995-11-24 11:50:29 +03:00
automates the work required to configure the network interface and
transfer the files.
1999-01-13 10:30:01 +03:00
.Pp
1997-12-16 00:06:21 +03:00
The preparations for this installation/upgrade method are easy; all
you make sure that there's some FTP site from which you can retrieve
1999-01-13 10:30:01 +03:00
the NetBSD distribution when you're about to install or upgrade. You
1997-12-16 00:06:21 +03:00
need to know the numeric IP address of that site, and, if it's not on
a network directly connected to the machine on which you're installing
or upgrading NetBSD, you need to know the numeric IP address of the
1999-01-13 10:30:01 +03:00
router closest to the NetBSD machine. Finally, you need to know the
1997-12-16 00:06:21 +03:00
numeric IP address of the NetBSD machine itself.