home *** CD-ROM | disk | FTP | other *** search
/ Computer Tool Software / soft.iso / Multimed / Net / INTEL / README.DIR / NWODIDOS.TXT < prev    next >
Encoding:
Text File  |  1993-09-30  |  4.1 KB  |  103 lines

  1.                        DOS ODI (NetWare 2.2 & 3.1x servers)
  2.  
  3.   This document applies to the EtherExpress(tm) 16, 16TP, 16C, FLASH,
  4.   FLASH TP, FLASHC, MCA, and MCA/TP.  It contains installation notes 
  5.   for the DOS ODI driver. It does not explain how to configure an 
  6.   EtherExpress board.  For instructions about configuring the board, 
  7.   see either the Expert's Guide or the Complete Guide for your board.
  8.  
  9.   This document (or an updated version) is also available on FaxBACK,
  10.   document #6310.
  11.  
  12.   INTRODUCTION:
  13.   -----------------------
  14.   Before you begin, you will need the I/O address of the EtherExpress
  15.   adapter.  You can get this information by running SOFTSET for the
  16.   EtherExpress 16 or IBM System Configuration (SC) utility for the 
  17.   EtherExpress MCA.
  18.   
  19.   Your server must be running NetWare 2.2 or 3.x or greater to support ODI
  20.   workstations.
  21.   
  22.   For more information on ODI workstations see Novell's documentation - 
  23.   "ODI Shell for DOS". 
  24.   
  25.   For information on setting up the ODI driver with TCP/IP software such
  26.   as LAN Workplace for DOS, see the TCP/IP readme file on the EtherExpress
  27.   disk.
  28.                                           
  29.   PROCEDURE:
  30.   --------------------
  31.   1.   Copy the NETX.COM from the root directory of Novell's WSGEN disk to
  32.        the root directory of the boot disk.  The most recent version of NETX is 
  33.        available from Novell on NetWire in the DOSUPx.EXE file by typing GO 
  34.        NOVFILES.
  35.   
  36.        Copy LSL.COM and IPXODI.COM from the DOSODI directory of Novell's
  37.        WSGEN disk to the root directory of the boot disk.  The most recent 
  38.        versions of LSL.COM and IPXODI.COM are available from Novell on NetWire
  39.        in the DOSUPx.EXE file by typing GO NOVFILES.
  40.   
  41.        Copy EXP16ODI.COM from the NETWARE.ODI directory of the of the
  42.        EtherExpress disk to the boot disk.
  43.         
  44.        NOTE:     For remote boot workstations or NETBIOS see the end of this 
  45.                  document.
  46.   
  47.   2.   Create a batch file that includes these commands in this order:
  48.   
  49.        LSL
  50.        EXP16ODI
  51.        IPXODI
  52.        NETX
  53.   
  54.   3.   If the EtherExpress board is configured to use the default I/O
  55.        address (300H), you are done.  Reboot the computer and watch for the
  56.        driver's logon message.  
  57.   
  58.        If the EtherExpress board IS NOT configured for the default I/O
  59.        address, go to the next step.
  60.   
  61.   4.   Create a NET.CFG file on the boot disk.  The NET.CFG should contain
  62.        these statements:
  63.   
  64.        Link Driver EXP16ODI
  65.             Port  xxx
  66.   
  67.        WHERE xxx is the I/O address for the EtherExpress card.
  68.  
  69.   IMPORTANT:   NET.CFG is case and position sensitive so be careful 
  70.                to use capital letters as shown and indent the second 
  71.                line with one space or one tab.
  72.   
  73.        The NET.CFG file should be in the same directory as the EtherExpress
  74.        driver and you should be in that directory when you execute EXP16ODI.
  75.   
  76.        When you finish editing the NET.CFG file, reboot the computer and
  77.        watch for the driver's logon message.
  78.   
  79.      Example NET.CFG with frame types defined:
  80.   
  81.           Link Driver EXP16ODI
  82.                Port  xxx
  83.                Frame ETHERNET_802.3
  84.                Frame ETHERNET_802.2
  85.                Protocol IPX 0 ETHERNET_802.3
  86.                Protocol IPX E0 ETHERNET_802.2
  87.   
  88.           Protocol IPX
  89.                Bind EXP16ODI  <--Bind 1, if using IPXODI v2.x or later
  90.   
  91.   NOTES ON REMOTE BOOT USING THE ODI DRIVER:
  92.   --------------------------------------------------------------------------------
  93.   You will need additional files if you are setting up a remote boot
  94.   workstation (RPL) or if you are running NETBIOS.  You will find these
  95.   files on Novell's WSGEN  diskette, in the DOSODI subdirectory.  
  96.   
  97.      RPLODI.COM (if the workstation will use remote boot)
  98.      NETBIOS.EXE   (if your applications require it)
  99.      INT2F.COM     (if you are using NETBIOS.EXE)
  100.   
  101.   RPL installations are covered in more detail in FaxBACK document # 6410.
  102.   
  103.