home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR13 / DOSUP8.ZIP / DOSODIWS.DOC < prev    next >
Text File  |  1993-11-03  |  5KB  |  110 lines

  1. DOSODIWS.DOC
  2.  
  3. This DOSODIWS.DOC accompanies DOSUP8.EXE which includes the ODI Token-Ring
  4. workstation drivers for Netware 2.1x, 2.15c, 2.2, 3.1,and 3.11.  The
  5. following files accompany this revision: 
  6.  
  7. IPXODI.COM               30,247 10-07-93  4:52p
  8. LANSUP.COM               21,943  2-02-93 11:54a
  9. LSL.COM                  17,805  9-10-93  3:50p
  10. TOKEN.COM                27,381  4-12-93  6:27p
  11. TOKODI.DOC
  12. DOSODIWS DOC           (this file)
  13.  
  14.      The DOS ODI shells provide functionality to Netware and network
  15. computing environments by supporting multiple protocols and multiple LAN
  16. adapters in a single workstation.
  17.  
  18.      ODI (Open Data-Link Interface) creates a "logical network board" to
  19. allow multiple frame formats over one network board and wire. 
  20.  
  21.      Both LAN drivers support RPL, Source Routing, and a 4K packet size.
  22.  
  23.      These LAN drivers are part of the ODI shell, they require no shell
  24. generation.  They load with the following drivers in the following order.
  25. LSL.COM, LAN Driver, IPXODI.COM, NETX.EXE.
  26.      
  27.      The ODI shell will load any legally configured parameters from the
  28. SHELL.CFG or NET.CFG files.  NET.CFG file is an enhanced SHELL.CFG file and
  29. supports additional parameters.  Any options available in the SHELL.CFG file
  30. can be incorporated in the NET.CFG file.  Options from both files will be
  31. loaded by the shell.  If you wish to incorporate the SHELL.CFG file into the
  32. NET.CFG file, place the appropriate SHELL.CFG commands LEFT JUSTIFIED at the
  33. beginning of the NET.CFG file.  (See the sample NET.CFG file, located later
  34. in this document, as a guide.)
  35.  
  36. Token.com -    This is the Native Token-Ring driver for the DOS workstation. 
  37.                This driver MUST be used WITHOUT the IBM Lan Support program. 
  38.                Token.com defaults to a 4K packet size unless your lan board
  39.                has 8KB of shared RAM then it will default to a 2K packet
  40.                size.  Token.com will utilize the following parameters in the
  41.                NET.CFG: Node Address, Slot (microchannel only), Frame,
  42.                Protocol, Alternate, and Max Frame Size.
  43.  
  44. Lansup.com -   This is the client Token-Ring driver for the DOS workstation. 
  45.                This driver MUST be used with the IBM LAN Support program. 
  46.                Lansup.com defaults to a 1K packet size.  Lansup.com will
  47.                utilize the following parameters in the NET.CFG:  Frame,
  48.                Protocol, Saps, Link Stations, Alternate, and Max Frame Size.
  49.  
  50.      The following NET.CFG file is a SAMPLE only to show the basic format of
  51. the file.  Most settings are at default.  Please refer to the Novell ODI
  52. shell for DOS booklet part #100-000871-001 for further information on
  53. individual parameters.
  54.  
  55. Sample NET.CFG  
  56.  
  57. IPX SOCKETS = 20
  58. IPX RETRY COUNT = 20
  59. CACHE BUFFERS = 5
  60. LONG MACHINE TYPE = IBM_PC
  61.  
  62. PROTOCOL ipx
  63.      BIND Token
  64. LINK DRIVER Token
  65.      Node Address 12D43
  66.      Slot 2
  67.      Frame Token-Ring
  68.      SAPS 1
  69.      Link Stations 1
  70.      ALTERNATE
  71.      Max Frame Size = 2168
  72.  
  73.      When calculating the Max Frame Size the value must be a multiple of 8. 
  74. It must include the number of bytes for the data packet, for adapter overhead
  75. (6 bytes), and for the largest possible header (currently, 35 bytes LAN
  76. header + 5 bytes SNAP header + 74 bytes protocol header = 114 bytes). 
  77.  
  78.      If the line speed is 16 Mbps, the value of Max Frame Size must be
  79. between 632 and 17960. If the line speed is 4Mbps, the value of Max Frame
  80. Size must be between 632 and 4464.  
  81.  
  82.      If you want to use a 2KB packet size, the Max Frame Size will be
  83. calculated as follows:
  84.                2048 + 6 + 114 = 2168
  85.      
  86.      Then round up to the nearest multiple of 8: 2168
  87.  
  88.      Although Max Frame Size can be configured for frame sizes larger than
  89. 4KB tests show no significant improvement in performance when a frame size
  90. is larger than 4216 bytes.
  91.  
  92. ***************************************************************** 
  93.                     DISCLAIMER  
  94.   
  95. Novell, Inc. makes no representations or warranties with respect to
  96. any NetWare software, and specifically disclaims any express or
  97. implied warranties of merchantability, title, or fitness for a
  98. particular purpose.  
  99.  
  100. Distribution of any NetWare software is forbidden without the
  101. express written consent of Novell, Inc.  Further, Novell reserves
  102. the right to discontinue distribution of any NetWare software.
  103.  
  104. Novell is not responsible for lost profits or revenue, loss of use
  105. of the software, loss of data, costs of re-creating lost data, the
  106. cost of any substitute equipment or program, or claims by any party
  107. other than you.  Novell strongly recommends a backup be made before
  108. any software is installed.   Technical support for this software
  109. may be provided at the discretion of Novell.
  110. *****************************************************************