Black Box SCSI-2 LVD Network Card User Manual


 
77
CHAPTER 5: Driver Installation
4. Follow the directions on screen until you come to a window titled “Loading
Initio INI-A100U2W Host Adapter.” Select “Continue Installation.” Select
“Continue Installation” again.
5. This completes loading the Adapter driver. Follow the on-screen directions to
complete the SCO UnixWare installation. For further information regarding
UnixWare installation, refer to the SCO UnixWare Installation Handbook.
5.9.2 A
DDING THE
D
RIVER TO AN
E
XISTING
U
NIX
W
ARE
S
YSTEM
1. Once a UnixWare session is established and a command prompt is ready, type
these lines (recall that UnixWare is case-sensitive):
cp /stand/unix /stand/unix.org <ENTER>
pkgadd -d diskette1 <ENTER>
2. Select “a100 ihv hba” from the list of available host drivers and press
<ENTER>.
3A. If the Ultra2 LVD SCSI Host Adapter is intended to be the bootable host adapter, the
next step to updating the driver will require a revision to the “a100” file.
These instructions will guide you through changing the current software
settings for UnixWare to establish the
Ultra2 LVD SCSI Host Adapter
as the
host adapter for your boot device:
a. At the system command prompt, type “cd /etc/conf/sdevice.d <ENTER>”.
b. Use “vi” or another editor to add a line to the “a100” file: Locate the line
$version2” and add the line “$static” immediately after it.
c. Rebuild the UnixWare kernel by typing in these lines at the command
prompt:
/etc/conf/bin/idbuild -B <ENTER>
cp /etc/conf/cf.d/unix /stand/unix <ENTER>
cd / <ENTER>
shutdown -g0 <ENTER> (the “0” in “-g0” is a zero)
Y <ENTER>