home *** CD-ROM | disk | FTP | other *** search
/ ftp.sudleyplace.com / ftp.sudleyplace.com.tar / ftp.sudleyplace.com / support / max / banyan.txt < prev    next >
Text File  |  2006-10-20  |  5KB  |  116 lines

  1. 386MAX and Banyan
  2.  
  3. This document is for use with 386MAX and BlueMAX, version 7.xx.
  4.  
  5.  
  6. 386MAX/BlueMAX has been tested in house with Banyan versions 4.11,
  7. 5.0, and 5.50.    Version 5.50 forms the basis for the information
  8. contained in this document.
  9.  
  10.  
  11. /NC Parameter
  12.  
  13. By default, Banyan configures a DOS workstation to load a single
  14. program, BAN.EXE.  Though this works with 386MAX, it may not
  15. contribute to the most efficient use of high DOS memory.  When BAN.EXE
  16. is executed without any parameters, it spawns other programs which
  17. will not load high unless approximately 125KB of contiguous high DOS
  18. memory is available.  Listed below is a method which can be used for
  19. the best optimization of conventional memory in a Banyan environment.
  20.  
  21. Edit the AUTOEXEC.BAT file and change the line loading BAN.EXE to BAN
  22. /NC.  Follow this line with the remaining programs necessary to load
  23. the network.  Listed below is a sample configuration demonstrating
  24. this syntax:
  25.  
  26.     cd \vines\ethernet
  27.     ban /nc
  28.     3c523ban
  29.     redirall
  30.     z:login Admin@Testlab@Qualitas
  31.     cd\
  32.  
  33. note:  When replacing BAN.EXE with the BAN /NC line, a specific
  34. reference must be made to the LOGIN program on Z:.    After rebooting
  35. with BAN /NC, the message, "Network interface not enabled" will appear
  36. when BAN /NC loads.  This message is harmless and may be ignored.
  37.  
  38. After making these changes, run Maximize.  This should allow you to
  39. load some or all of these individual programs into high DOS.  Refer to
  40. the Banyan documentation for complete information regarding the /NC
  41. parameter.
  42.  
  43.  
  44. NDIS
  45.  
  46. Users loading Banyan's NDIS drivers may need 386MAX version 6.02a or
  47. later.    The above method of using BAN /NC also applies to this
  48. environment as well.  Listed below is a sample NDIS setup:
  49.  
  50.     cd \vines\ndis\ethernet
  51.     ban /nc
  52.     ndisban
  53.     redir4
  54.     fillmem
  55.     netbind
  56.     arswait
  57.     z:login Admin@Testlab@Qualitas
  58.     cd \
  59.  
  60. The program FILLMEM.COM was written by our development staff to
  61. overcome a bug found in the NETBIND program.  Symptoms of this problem
  62. are a message such as "Binding not performed" or "Protman has reported
  63. an incomplete binding" when NETBIND attempts to load.  This problem is
  64. rare and should only occur after the last reboot of MAXIMIZE when a
  65. TSR or device driver has loaded into high DOS prior to NETBIND.
  66. FILLMEM.COM is a nonresident program and does not interfere with the
  67. operation of the workstation.
  68.  
  69. FILLMEM.COM is available from the Qualitas FTP site at
  70. ftp://ftp.qualitas.com under the filename FILLMEM.ZIP.    Banyan has
  71. acknowleged the problem and stated that it will be fixed in 5.50 patch
  72. level 5.
  73.  
  74.  
  75. Token Ring
  76.  
  77. ASQ may fail in certain token ring environments with symptoms
  78. including lockups while loading ASQ or running ASQ . Also, connections
  79. to the ring may be lost after exiting ASQ.    If you experience any of
  80. these symptoms, create a file in the working 386MAX directory called
  81. ASQ.PRO.  Insert the following line into the file:
  82.  
  83.     NOTESTMEM
  84.  
  85. Save the ASQ.PRO and retry ASQ.  This should resolve the above
  86. problem.  Another commonly asked question occurs when an IBM token
  87. ring card is installed into an ISA bus system.    The Token Ring adapter
  88. uses two high DOS areas by default which contain an 8KB ROM and a 16KB
  89. RAM buffer.  The default regions utilized by the ROM and RAM are hex
  90. addresses CC00-CE00 and D800-DC00.    Either or both addresses may be
  91. different depending upon your configuration.  Make sure that the
  92. appropriate RAM= statements are included in the 386MAX.PRO file for
  93. both ROM and RAM locations before running MAXIMIZE.
  94.  
  95. Consult your IBM token ring manual if you have questions concerning
  96. the location and range of these memory addresses.  For more
  97. information about the 386MAX.PRO file and RAM= option, check the
  98. 386MAX documentation.
  99.  
  100.  
  101. Qcache / SuperPCK
  102.  
  103. The version of Protman used by Banyan's NDIS interface creates a
  104. buffer at the top of conventional memory that contains information
  105. used by other programs loaded later in AUTOEXEC.BAT.  This buffer is
  106. not allocated memory, so any program altering memory contents near the
  107. top of low DOS memory may overwrite the information in this buffer.
  108. Disk caches such as SuperPCK or QCache may disrupt this buffer when
  109. initializing.  The symptom of this problem is a Privileged Operation
  110. Exception when loading NETBIND.  The address of the Priv.  Op. is
  111. usually one of the following 8800:0000, 8000:0000, or 7C00:0000.
  112.  
  113. To work around the problem, configure the AUTOEXEC.BAT file so that
  114. QCACHE or SUPERPCK loads after the network has completed loading.
  115.  
  116.