home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 May / VPR9905A.BIN / DRIVER / TEKRAM / DC390FU / NETWARE.4XX / README.4XX < prev   
Text File  |  1997-02-20  |  3KB  |  68 lines

  1. < Installing the NetWare V4.xx drivers>
  2.  
  3. The following explains major installation procedures for V4.00/4.01/4.02/4.1x:
  4. After seeing a message block showing "Choose the server Drivers - Disk Driver"
  5. during the installation, you'll find a list of default supported drivers.
  6. Press <Ins> key to install an unlisted driver, i.e., NV4XXBMP.DSK for
  7. DC-390U/W/F, from drive A:.
  8. Press <F3> key to specify the path: >A:\NETWARE.4XX. Select the NV4XXBMP.DSK
  9. and press the <Enter> for loading this driver.
  10. The system will then require you to do some other server driver installation.
  11. After that the screen would show messages like the following:
  12.  
  13.   LOAD C:\NWSERVER\NV4XXBMP.DSK
  14.   Loading module NV4XXBMP.DSK
  15.     DC-390W/U/F(T) PCI SCSI Driver For NetWare V4.XX
  16.     Version 1.56    November 21, 1995
  17.     Auto-loading module ASPITRAN.DSK
  18.     Tekram SCSI Adapter NetWare 386 ASPI Transport Layer
  19.     Version 1.51    April 24, 1995
  20.   Supported Slot values are 28
  21.   Slot = 28 (note: this slot number is SLOT and MAINBOARD dependent)
  22.  
  23. Write down this slot number for later use and press <Enter> to proceed. After
  24. some other operations on the installation the console screen will then display
  25. the message "Edit File As Necessary: STARTUP.NCF" and require you to do further
  26. editing:
  27.  
  28.   load NV4XXBMP.DSK port=E800 int=A
  29.   load ASPICD.DSK int=0 int1=0 dma=0 dma1=0
  30.     Modify to =>
  31.   load NV4XXBMP.DSK SLOT=28       (note: use the slot number you just wrote
  32.                                          down)
  33.   load ASPICD.DSK int=0 int1=0 dma=0 dma1=0
  34.  
  35. In case that two or more DC-390U/W/Fs are present, you have to load the same
  36. driver by typing "load NV4XXBMP" as many times as the number of DC-390U/W/F
  37. adapters installed.
  38. For example, to add another DC-390U/W/F we'll have to run the "load
  39. C:\NWSERVER\NV4XXBMP.DSK" command at the system console prompt one more time.
  40. And the screen may then show message like this:
  41.   Loading module NV4XXBMP.DSK
  42.     DC-390W/U/F(T) PCI SCSI Driver For NetWare V4.XX
  43.     Version 1.56   NNovember  21, 1995
  44.     Auto-loading module ASPITRAN.DSK
  45.     Tekram SCSI Adapter NetWare 386 ASPI Transport Layer
  46.     Version 1.51    April 24, 1995
  47.   Supported Slot values are 27
  48.   Slot = 27
  49.  
  50. Write down this slot number just like you did for installing the first
  51. DC-390U/W/F and press <Enter> to proceed:
  52.  
  53.     DC-390F: BUS#00 DEV#0B FUN#0
  54.     Adapter SCSI ID : 7
  55.     I/O Port Address: E800h
  56.     Interrupt Level : 10
  57.  
  58. Then go on to edit STARTUP.NCF file by modifying the lines:
  59.   load NV4XXBMP.DSK port=E800 int=A
  60.   load ASPICD.DSK int=0 int1=0 dma=0 dma1=0
  61.   load NV4XXBMP.DSK port=E400 int=A
  62.     to =>
  63.   load NV4XXBMP.DSK SLOT=28       (note: 28 is the slot number for the first
  64.                                          DC-390U/W/F)
  65.   load ASPICD.DSK int=0 int1=0 dma=0 dma1=0
  66.   load NV4XXBMP.DSK SLOT=27       (note: 27 is the slot number for the second
  67.                                          DC-390U/W/F)
  68.