home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / tunels12.arj / TUNELS12.PAR < prev    next >
Text File  |  1990-11-15  |  4KB  |  191 lines

  1.  
  2.           *********************************************************
  3.           *     TUNELS12  Spreadsheet Parameter Calculations      *
  4.           *********************************************************
  5.  
  6.  
  7.  
  8. *****************
  9. *  IBMLAN.INI   *
  10. *****************
  11.  
  12. X1 =               Total # of Requesters
  13.                    + # of Additional Servers
  14.                    + ( 2 + # of Addit. SRVs if SRV used as a Req)
  15.                    + 3 (if DLRINST used)
  16.                    + 10 (if RIPL used)
  17.                    + 1 (for Messenger Service on SRV)
  18.  
  19.                    ìmin=32, max=254┘.
  20.  
  21.  
  22. X2 =               NUMBIGBUF
  23.                    + NUMREQBUF
  24.                    + SRVPIPES (default of 3)
  25.                    + 3 (if DLRINST used)    
  26.  
  27.                    ìmin=32, max=130┘
  28.  
  29.  
  30. X3 =               16 (default for X3)
  31.                    + 2 (if DLRINST used)
  32.  
  33.                    ìmin=16, max=18┘
  34.  
  35.  
  36. MAXUSERS =         Total # of Requesters
  37.                    + # of Additional Servers
  38.  
  39.                    ìmin=32, max=254┘
  40.  
  41.  
  42. MAXSHARES =        # of Home Directories assigned
  43.                    + (# of Applications * 3)    
  44.                    + # of File and Printer Aliases
  45.  
  46.                    ìmin=16,max=500┘
  47.  
  48.  
  49. MAXLOCKS =         Integer of (MAXOPENS * 0.1)
  50.  
  51.                    ìmin=64, max=8000┘
  52.  
  53.  
  54. MAXOPENS =         (# of DLR Reqs * 10)
  55.                    + (# of DLR with Windows Reqs * 45)    
  56.                    + (# of OS/2 Reqs * 55)    
  57.  
  58.                    ìmin=64, max=8000┘
  59.  
  60.  
  61. MAXCONNECTIONS =   (MAXUSERS * 6)
  62.                    + (# of DLR with Windows Reqs * 3)
  63.                    + (# of OS/2 Requesters * 4)   
  64.  
  65.                    ìmin=128, max=1024┘
  66.  
  67.  
  68. NUMREQBUF =        (MAXUSERS * 2)
  69.  
  70.                    ìmin=35, max=120┘
  71.  
  72. NUMBIGBUF =        (MAXUSERS / 10)
  73.                    + 5    
  74.  
  75.                    ìmax=30┘
  76.  
  77. MAXSESSOPENS =     55
  78.  
  79.                    ìSet to this value at this time┘
  80.  
  81. MAXSEARCHES =      Integer of (MAXUSERS * 0.3)
  82.  
  83.                    ìmin=50┘
  84.  
  85. SRVHEURISTICS =    1111014111331200133 
  86.           
  87.                    ìValues found to be most productive across a number
  88.                     of installations nationwide┘ 
  89.  
  90.  
  91. ********************************************
  92. *  Communications Manager 802.2 Profile    *
  93. ********************************************
  94.  
  95.  
  96. MAX Link St. =     MAXUSERS
  97.                    + 4
  98.  
  99.                    ìmax=254┘
  100.  
  101.  
  102. XMIT Buffer Size = Integer of
  103.                    ((SIZEREQBUF (set to 4096) + 68 + 7) / 8) * 8
  104.  
  105.  
  106. MAX # of SAPS =    3  (if RIPL used then 5)
  107.  
  108.  
  109.  
  110. **********************************************
  111. *  Communications Manager NetBIOS Profile    *
  112. **********************************************
  113.  
  114.  
  115. MAX Link St. =     MAXUSERS
  116.                    + 2
  117.  
  118.                    ìmax=254┘
  119.  
  120. MAX Sessions =     X1 (from NET1)
  121.                    + 2
  122.  
  123.                    ìmax=254┘
  124.  
  125. MAX Commands =     X2 (from NET1)
  126.                    + 2
  127.  
  128.                    ìmax=255┘
  129.  
  130. MAX Names =        X3 (from NET1)
  131.                    +1
  132.  
  133.                    ìmax=19┘
  134.  
  135.  
  136.  
  137.  
  138.               ***************************************************
  139.               *    Excel Spreadsheet Work Area Calculations     *        
  140.               ***************************************************
  141.  
  142.  
  143. ************************
  144. *  NetBIOS Work Area   *
  145. ************************
  146.  
  147. The sum of the following must not exceed 65536 bytes (64 KB):
  148.  
  149.  
  150.                    Overhead  (8290 bytes)
  151.  
  152.                    + (NetBIOS Max Names + 1) * 30 bytes
  153.  
  154.                    + (NetBIOS Max Link Stations) * 50 bytes
  155.  
  156.                    + (NetBIOS Max Sessions) * 60 bytes
  157.  
  158.                    + (NetBIOS Max Commands) * 210 bytes
  159.  
  160.                    + (Remote Name Directories) * 70 bytes
  161.  
  162.  
  163. ******************
  164. *  Adapter RAM   *
  165. ******************
  166.  
  167. Calculation for 16/4 Adapter only:
  168.  
  169.  
  170. The sum of the following must not exceed 65536 bytes (64 KB):
  171.  
  172.  
  173.  
  174.                    Adapter Work Area (2100 bytes)
  175.  
  176.                    + (802.2 Max SAPs) * 64 bytes
  177.  
  178.                    + (802.2 # of Group SAPs) * 14 bytes
  179.  
  180.                    + (802.2 Max Link Stations) * 144 bytes
  181.  
  182.                    + (802.2 Transmit Buffer Size) * 2 bytes.
  183.  
  184.                    + Receive Buffers = 10 * 1024 bytes
  185.  
  186.  
  187.  
  188. ********
  189. * END  *
  190. ********
  191.