Installation Guide for Tandberg tape streamers:

1. Insert the media comtaining the SW package (assuming diskette)

2. Mount the diskette:

   # mount -F pcfs -o ro /dev/diskette /mnt

3. Install the software:

   # cd /mnt
   # pkgadd -d .

   Note: "pkgadd" expects the path to where tha package is located 
   as an argument. This means that you can always type "pkgadd -d <full_path>"
   instead of changing directory to where the package is located.

   Alternatively: use "swmtool"

4. Chose "1" for the "TANDQIC" package. Answer "y" to all 
   questions. When finished, type "q".


   
5.Shutdown the host:

   # init 0

   Swith off the power on the system when halted (ok-prompt).

6. Connect the streamer. Make sure to use an available SCSI ID,
   (id 4 is recommended). Turn in the power on the host and the streamer.
   Type "L1+a" to halt the boot.

7. Boot the host reconfiguring the devices:

   ok boot -r

   When the system is up, the tape will be available through
   /dev/rmt/0, if it's the first tape on the system. Otherwise 
   it will be the highest numbered device in /dev/rmt.

8. Verify the tape:
   
   mt -f /dev/rmt/0 status

9. To get the best possible throughput on the tape, you should 
   use a large blocksize for the utility used with the tape. Examples:

   # dd bs=65536 if=/tmp/testfil of=/dev/rmt/0	# 63K

   # ufsdump 0uf /dev/rmt/0 /home 		# Default blocksize is 63K

   # tar cvbf 128 /dev/rmt/0 /home		# Default blocksize is 10K

