home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / DOSNDI.FAX < prev    next >
Text File  |  1994-11-28  |  4KB  |  112 lines

  1. Changing Config params for LANStream, DO 2/25/94..
  2.  
  3. DOS NDIS procedure - LANStreamer       (Version 1.0)
  4.  
  5.  
  6. The following instructions are to be used to change the customer's
  7. configuration parameters for the IBMTRDB NDIS device driver.  These
  8. instructions apply to the adapters listed here:
  9.  
  10.      IBM LANStreamer (TM) MC 32
  11.      IBM LANStreamer (TM) MC 16
  12.  
  13. ----------------------------------------------------------------------
  14.  
  15. DOS Users (IBMTRDB.DOS)
  16. -----------------------
  17.  
  18.  1)  Locate the PROTOCOL.INI file being used by the system:
  19.  
  20.      a)  Look in the CONFIG.SYS file on the boot drive (usually C:)
  21.          for the statement that loads the Protocol Manager device
  22.          driver.  Note that in the customer's CONFIG.SYS file, the
  23.          directory xxxxxx may be the same as directory yyyyyy, which
  24.          is a normal occurrence.
  25.  
  26.             Example:
  27.                      DEVICE=C:\xxxxxx\PROTMAN.DOS /I:C:\yyyyyy
  28.  
  29.      b)  If the /I: parameter exists in the customer's CONFIG.SYS
  30.          file, the PROTOCOL.INI file is located in the drive and
  31.          directory specified by it, such as C:\yyyyyy used above.
  32.          Make a note of this location (drive and directory) and
  33.          proceed to step 2.
  34.  
  35.      c)  If the /I: parameter does not exist in the customer's
  36.          CONFIG.SYS, the PROTOCOL.INI file is located in the same
  37.          directory as the PROTMAN.DOS file, such as C:\xxxxxx used
  38.          above.  Make a note of this location (drive and directory)
  39.          and proceed to step 2.
  40.  
  41.  2)  At the command prompt, change to the location (drive and
  42.      directory) of the PROTOCOL.INI file.
  43.  
  44.             Example:
  45.                      C:  <Enter>
  46.                      cd \yyyyyy  <Enter>
  47.  
  48.  3)  Make a backup copy of the PROTOCOL.INI file.
  49.  
  50.  4)  Edit the PROTOCOL.INI file.
  51.  
  52.  5)  Locate the first section of the PROTOCOL.INI file that contains
  53.      the name of the device driver (IBMTRDB$).
  54.  
  55.             Example:
  56.                      DriverName = IBMTRDB$
  57.  
  58.  6)  In the current section, Add/Change the LOOPBACK parameter setting
  59.      to 0 (zero).
  60.  
  61.             Example:
  62.                      LOOPBACK = 0
  63.  7)  If you have a LANStreamer MC 16, complete this step.  If you
  64.      have a LANStreamer MC 32, skip to step 8.
  65.      Modify the receive buffer size so that it will hold an entire
  66.      frame:
  67.      a)  Add/Change the SIZWORKBUF parameter setting to the value of
  68.          the largest expected receive frame size plus 4 (four).
  69.  
  70.             Example: - for largest expected receive frame of 4250
  71.                        (including both user data and headers)
  72.  
  73.                      SIZWORKBUF = 4254
  74.  
  75.          If you are unsure of the largest receive frame size you
  76.          can guarantee any frame will fit in the buffer by setting
  77.          the buffer size to 18000 (Token-Ring maximum frame size).
  78.  
  79.                      SIZWORKBUF = 18000
  80.  
  81.      b)  If you are **ABSOLUTELY CERTAIN** that the value used in
  82.          Step 7a is the largest frame size that will EVER be received
  83.          from the network, proceed to step 8.
  84.  
  85.             NOTE:  if the value of the SIZWORKBUF that was used in
  86.                    Step 7a is considerably larger than the value
  87.                    that was previously used, you may need to reduce
  88.                    the MINRCVBUFFS parameter setting if you encounter
  89.                    problems with not having enough memory.  Make sure
  90.                    that the product of SIZWORKBUF and MINRCVBUFFS is
  91.                    less than 60,000 bytes.  See the example in Step 7c
  92.                    (below) for an illustration of setting this parameter
  93.  
  94.      c)  If unsure of the largest frame size that will ever be
  95.          received, Add/Change the MINRCVBUFFS parameter setting to
  96.          1 (one).  (Note that this may cause a noticeable performance
  97.          degradation).
  98.  
  99.             Example:
  100.                      MINRCVBUFFS = 1
  101.  
  102.  8)  Repeat steps 6 and 7 for all remaining sections of the
  103.      PROTOCOL.INI file that contain the DriverName = IBMTRDB$ line.
  104.  
  105.  9)  When finished, save the changed PROTOCOL.INI file.  It should
  106.      remain located in the current directory (from step 2).
  107.  
  108. 10)  Reboot the computer.
  109.  
  110. Last Updated:  12/16/93
  111. 12/31/99
  112.