Home | History | Annotate | Line # | Download | only in hp300
xfer revision 1.1
      1  1.1  glass Installation is supported from several media types, including:
      2  1.1  glass 	Tape
      3  1.1  glass 	NFS partitions
      4  1.1  glass 	FTP
      5  1.1  glass 
      6  1.1  glass The steps necessary to prepare the distribution sets
      7  1.1  glass for installation depend on which method of installation
      8  1.1  glass you choose.  The various methods are explained below.
      9  1.1  glass 
     10  1.1  glass To prepare for installing via a tape:
     11  1.1  glass 
     12  1.1  glass 	To install NetBSD from a tape, you need to somehow
     13  1.1  glass 	get the NetBSD filesets you wish to install on
     14  1.1  glass 	your system on to the appropriate kind of tape,
     15  1.1  glass 	in tar format.
     16  1.1  glass 
     17  1.1  glass 	If you're making the tape on a UN*X system, the easiest
     18  1.1  glass 	way to do so is:
     19  1.1  glass 
     20  1.1  glass 		tar cvf <tape_device> <files>
     21  1.1  glass 
     22  1.1  glass 	where "<tape_device>" is the name of the tape device
     23  1.1  glass 	that describes the tape drive you're using (possibly
     24  1.1  glass 	something like /dev/nrst0, but we make no guarantees 8-).
     25  1.1  glass 	Under HP-UX, this would be something like /dev/rmt/c0ed03inb.
     26  1.1  glass 	Again, your mileage may vary.  If you can't figure it out,
     27  1.1  glass 	ask your system administrator.  "<files>" are the names
     28  1.1  glass 	of the "set_name.nnn" files which you want to be placed
     29  1.1  glass 	on the tape.
     30  1.1  glass 
     31  1.1  glass 	Once you have done this, you can proceed to the next
     32  1.1  glass 	step in the installation process, preparing your 
     33  1.1  glass 	system for NetBSD installation.
     34  1.1  glass 
     35  1.1  glass To prepare for installing via an NFS partition:
     36  1.1  glass 
     37  1.1  glass 	NOTE: this method of installation is recommended
     38  1.1  glass 	      only for those already familiar with using
     39  1.1  glass 	      the BSD network-manipulation commands and
     40  1.1  glass 	      interfaces.  If you aren't, this documentation
     41  1.1  glass 	      should help, but is not intended to be
     42  1.1  glass 	      all-encompassing.
     43  1.1  glass 
     44  1.1  glass 	Place the NetBSD software you wish to install into
     45  1.1  glass 	a directory on an NFS server, and make that directory
     46  1.1  glass 	mountable by the machine which you will be installing
     47  1.1  glass 	NetBSD on.  This will probably require modifying the
     48  1.1  glass 	/etc/exports file of the NFS server and resetting
     49  1.1  glass 	mountd, acts which will require superuser privileges.
     50  1.1  glass 	Note the numeric IP address of the NFS server and of
     51  1.1  glass 	the router closest to the the new NetBSD machine,
     52  1.1  glass 	if the NFS server is not on a network which is
     53  1.1  glass 	directly attached to the NetBSD machine.
     54  1.1  glass 
     55  1.1  glass 	Once you have done this, you can proceed to the next
     56  1.1  glass 	step in the installation process, preparing your
     57  1.1  glass 	system for NetBSD installation.
     58  1.1  glass 
     59  1.1  glass To prepare for installing via FTP:
     60  1.1  glass 
     61  1.1  glass 	NOTE: this method of installation is recommended
     62  1.1  glass 	      only for those already familiar with using
     63  1.1  glass 	      the BSD network-manipulation commands and
     64  1.1  glass 	      interfaces.  If you aren't, this documentation
     65  1.1  glass 	      should help, but is not intended to be
     66  1.1  glass 	      all-encompassing.
     67  1.1  glass 
     68  1.1  glass 	The preparations for this method of installation
     69  1.1  glass 	are easy: all you have to do is make sure that
     70  1.1  glass 	there's some FTP site from which you can retrieve
     71  1.1  glass 	the NetBSD installation when it's time to do
     72  1.1  glass 	the install.  You should know the numeric IP
     73  1.1  glass 	address of that site, the numeric IP address of
     74  1.1  glass 	your nearest router if one is necessary
     75  1.1  glass 
     76  1.1  glass 	Once you have done this, you can proceed to the next
     77  1.1  glass 	step in the installation process, preparing your
     78  1.1  glass 	system for NetBSD installation.
     79