home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3c90x / Ver4.01 / 3c90x3x.exe / HELP / NWDOSODI.TXT < prev    next >
Text File  |  1998-08-22  |  5KB  |  148 lines

  1.                         3Com (R) Corporation
  2.                    EtherDisk (R) Diskette for the
  3.           3C90X EtherLink XL 10/100 / EtherLink XL NIC Family
  4.           Installing a NIC in a NetWare 16-Bit DOS ODI Client
  5.  
  6.  
  7. This section describes how to install the driver for a 16-bit NetWare client
  8. running DOS.
  9.  
  10. NOTE: If only one NIC has been installed, you may use the 3Com 
  11.       AutoLink(TM) software program to automatically install the NetWare
  12.       DOS ODI client software, including the driver, and to modify the
  13.       CONFIG.SYS and AUTOEXEC.BAT files.
  14.  
  15. To use the AutoLink program, the computer must meet these requirements:
  16.  
  17. 1.  Use Novell NetWare 3.12 or 4.1x network operating system
  18.  
  19. 2.  Have only one 3Com Fast EtherLink XL/ EtherLink XL Parallel Tasking 
  20.     PCI NIC installed
  21.  
  22. 3.  Be intended for use as a NetWare DOS 16-bit ODI client
  23.  
  24.  
  25. Installing the Driver for One NIC
  26. -------------------------------------
  27. If only one NIC is installed, use the AutoLink program to install the
  28. driver automatically, as follows:
  29.  
  30. 1.  Make sure the NIC is installed and the cabling connected to the
  31.     network.
  32.  
  33. 2.  Boot the computer under DOS.
  34.  
  35. 3.  Insert the EtherDisk 3 diskette in drive A: and type the following at 
  36.     the DOS prompt:
  37.  
  38.     AUTOLINK [Enter]
  39.  
  40. 4.  The first time you use the EtherDisk 3 diskette, the 3Com software
  41.     license appears. To accept its terms, type Y. (To view all the license
  42.     text, press [F1].)
  43.  
  44.     Several messages appear while the AutoLink program is running.
  45.     A final message indicates successful installation. 
  46.  
  47.     NOTE: If a problem occurs when the AutoLink program runs, view or print
  48.           the AUTOLINK.LOG file located on your C:\ directory to determine
  49.           which event may have caused the problem.
  50.  
  51. 5.  When installation is complete, you will be asked if you want to reboot
  52.     the computer. For the installation to be effective, remove the 
  53.     EtherDisk 3 diskette and reboot the computer. You will be prompted for
  54.     your user name and password.
  55.  
  56.  
  57. Installing the Driver for Multiple NICs
  58. -------------------------------------------
  59. NOTE: Use multiple NICs in a client computer only if you plan to run
  60.       multiple protocols or connect to more than one network. For 
  61.       information on multiple protocols, see the documentation provided
  62.       with your operating system.
  63.  
  64. To install the driver and NICs for a client computer running DOS in a
  65. Novell NetWare environment, proceed as follows:
  66.  
  67. 1.  Turn the computer off. Install the first NIC and connect the cabling
  68.     to the network.
  69.  
  70. 2.  Turn the computer on and install the driver for the first NIC with
  71.     the AutoLink program (see the above section for instructions).  Be sure
  72.     to remove the EtherDisk 3 diskette after installation is finished.
  73.  
  74. 3.  Turn the computer off again, install the second NIC, and connect
  75.     the cabling to the network.
  76.  
  77. 4.  Proceed as follows:
  78.  
  79.     -  If the computer is running a version of DOS below 6.x, boot it from
  80.        a DOS diskette that does not contain drivers. 
  81.  
  82.     -  If the computer is running DOS version 6.x, turn it on and press [F5]
  83.        when DOS loads, after the "Starting MS-DOS..." message.  This 
  84.        prevents any drivers or memory managers from loading.
  85.  
  86.  5.  Insert the EtherDisk 3 diskette in drive A:, and type the following at 
  87.      the DOS prompt: 
  88.  
  89.      A:\INSTALL [Enter]
  90.  
  91.  6.  On the main menu, select Configuration and Diagnostic Program and
  92.      press [Enter].
  93.  
  94.  7.  In the list of NICs, find the slot number and bus number of the
  95.      two NICs you just installed.  Write down the numbers in a place 
  96.      where you can refer to them later, and press [Esc] to quit the program.
  97.  
  98.  8.  Access the C:\NWCLIENT directory and open the NET.CFG file.  Type: 
  99.      
  100.      EDIT NET.CFG [Enter]
  101.  
  102.  9.  Scroll through the file to the LINK DRIVER 3C90X section and locate
  103.      the following lines:
  104.  
  105.      LINK DRIVER 3C90X
  106.      ;
  107.      ; BUS NN
  108.      ; SLOT 7
  109.  
  110.  10. In the file, proceed as follows:
  111.  
  112.      a.  Remove the semicolon at the beginning of the BUS NN line, and 
  113.          then substitute the correct bus number for the first NIC in
  114.          place of the NN.
  115.  
  116.      b.  Remove the semicolon at the beginning of the slot number line,
  117.          and then substitute the correct slot number for the first
  118.          NIC in place of the 7.
  119.  
  120.      c.  Copy all four lines shown in step 9 and paste them under the last
  121.          of the four lines. Substitute the slot number and bus number of
  122.          the second NIC in the lines you copied. If it is appropriate,
  123.          you may want to add other lines (for example, frame 
  124.          ethernet_802.3 for the frame type).
  125.  
  126.          Your file should now look like this (your slot and bus numbers 
  127.          may be different):
  128.  
  129.          LINK DRIVER 3C90X
  130.          ;
  131.             BUS 0
  132.             SLOT 7
  133.  
  134.          LINK DRIVER 3C90X
  135.          ;
  136.             BUS 1
  137.             SLOT 5
  138.  
  139.          Note:  Make sure subheadings such as BUS, SLOT, FRAME, etc.,
  140.                 are indented.
  141.  
  142.  11. If you have installed more than two NICs, repeat step 10c for each
  143.      additional installed NIC.
  144.  
  145.  12. When you are done, reboot the computer.
  146.   
  147.  
  148.             (%VER NWDOSODI.TXT - NetWare DOS ODI Client V4.0.0)