home *** CD-ROM | disk | FTP | other *** search
/ IBM Presents OS/2 Software Hits 1995 / OS-2_SW_HITS_2ND_EDITION_1995.ISO / i17 / saa005.doc < prev    next >
Text File  |  1994-09-20  |  5KB  |  121 lines

  1. CSLIST Randomization patch for Netware SAA v1.3B.  (SAA005.EXE)
  2. Randomly assigns new connections among SAA servers.
  3. May be useful for some installations.
  4. ---------------------------------------------------------------
  5.  
  6. This package is made up of the following files:
  7.  
  8. SAA005 DOC10EH4 - Document
  9. SAA005 EXE10EH4 - Binary self-extracting file
  10.  
  11. The file, once downloaded with the binary option, needs to be
  12. run as it is a self-extracting file.
  13.  
  14. ---------------------------------------------------------------
  15. ABSTRACT:
  16.  
  17. NW4SAA 1.3B "patch" useful for some organizations but unwise
  18. for many.  Provides algorithm which randomly assigns new
  19. connections among your SAA comm servers so that one will not
  20. become congested. 1) If you access several SAA servers at a
  21. central site, consider using SAA005. 2) If your SAA servers are
  22. at multiple sites, connected by a WAN, SAA005 probably will not
  23. be a good choice. 3) If you have only one SAA server, SAA005 is
  24. pointless.
  25.  
  26. ---------------------------------------------------------------
  27.                            DISCLAIMER
  28. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  29. NOVELL.  NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY
  30. THIS INFORMATION.  HOWEVER, THE INFORMATION PROVIDED IN THIS
  31. DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL MAKES NO
  32. EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  33. ---------------------------------------------------------------
  34.  
  35. SYMPTOM
  36.  
  37. Long response time or time-outs trying to connect.
  38.  
  39. CAUSE
  40.  
  41. All connections are being made to one of several NetWare for
  42. SAA servers.
  43.  
  44. SOLUTION
  45.  
  46. Install SAA005.
  47.  
  48. Self-Extracting File Name:   SAA005.EXE
  49.  
  50. Files Included     Size     Date
  51.  
  52. SAA005.TXT      ( This File )
  53. CMSPX.NLM41764 2-17-94
  54.  
  55. Installation Instructions:
  56.  
  57. Copy CMSPX.NLM to SYS:SYSTEM on the NetWare for SAA servers.
  58.  
  59. Patch History:
  60.  
  61. This ia a special purpose "patch."  No version of this patch
  62. has ever been placed in the NetWire Library.
  63.  
  64. Solution Specifics:
  65.  
  66. The way an emulation program finds a SAA server and gets a 3270
  67. session is as follows.
  68.  
  69. 1. The emulation program does a "NEAREST SERVER QUERY" with
  70. server type130 for a communications executive server. (
  71. commserver )
  72.  
  73. 2. The emulation program attaches to the commserver that
  74.    answered first.
  75.  
  76. 3. The emulation program requests a CSLIST from the commserver
  77. attached to in step 2.
  78.  
  79. 4. The emulation program then attaches to the first commserver
  80. in that CSLIST and will attempt to get a 3270 session from this
  81. commserver if a session is available.  If none is available it
  82. will attach to the nextcommserver in the CSLIST and try again
  83. and so on down the list of commservers till it finds an
  84. available session.
  85.  
  86. The CSLIST that gets presented to the client is built by the
  87. commserver from the bindery.  Till now the order of the
  88. commservers in the CSLIST was the same order the commservers
  89. were loaded and put into the bindery list.  SAA005 randomizes
  90. the order of the commservers in the CSLIST.
  91.  
  92. The need for SAA005 would be most apparent when the commservers
  93. are centrally located at one site and users are all set to find
  94. any available session on any available comm exec server.  This
  95. is done by using the wildcard symbol ( usually " * "  ) as the
  96. commserver name in the emulation configuration.
  97.  
  98. What would typically happen when this was used without
  99. randomizing is that everyone needing a 3270 session would go to
  100. the first commserver in the CSLIST.  This would cause
  101. utilization of this server during peak login times to be
  102. excessive, which would result in long response times or time-
  103. outs trying to connect.  This randomizer patch will distribute
  104. this load across all the commservers.
  105.  
  106. Not all environments will want to randomize the CSLIST.  When
  107. commservers are separated by WANs this patch can become
  108. detrimental when using 3270 emulation to SAA.  In this WAN
  109. scenario what would result would be some of the 3270 sessions
  110. would be from the commserver located across the slower WAN
  111. connection even if faster local sessions were available.  This
  112. could result in some users that received their 3270 session
  113. from a remote commserver having slow response times or timeouts
  114. that could drop the 3270 session.
  115.  
  116. ---------------------------------------------------------------
  117. Any trademarks referenced in this document are the property of
  118. their respective owners.  Consult your product manuals for
  119. complete trademark information.
  120. ---------------------------------------------------------------
  121.