SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 43497: How to enable logging to troubleshoot load balancing problems

DetailsAboutRate It

Load balancing is a feature of the SAS Object Spawner that balances workloads across SAS server processes and across server machines. If you need to troubleshoot load balancing problems or need to get more information about how requests are being distributed, it is helpful to turn on additional logging.

Steps to enable Load Balancing logging for the SAS Object Spawner

  1. Modify the SAS Object Spawner's logconfig.xml file.

    This file should be located at: .../Lev1/ObjectSpawner/logconfig.xml

  2. Add the following logger to the logconfig.xml file:
     <!-- Monitor Load Balancing - IOM Load Balancing message logger -->
     <logger name="IOM.LoadBalancing">
        <level value="Trace"/>
     </logger>
    
  3. Add the above logger under the following logger:
     <logger name="IOM">
        <level value="Info" /> 
     </logger>
    
  4. Restart your SAS Object Spawner to activate the change.

  5. The SAS Object Spawner log file will contain COST messages that provide information about Load Balancing.
Steps to turn on more logging for the SAS® Stored Process Server
  1. SAS Usage Note 34114 provides information about Creating a detailed SAS® Stored Process Server log.
  2. The SAS Stored Process Server log file will contain COST messages that provide information about Load Balancing.
For more information about turning on additional logging for the SAS Object Spawner refer to SAS Usage Note 34893. For more information about Load Balancing, refer to: Overview of Load Balancing.

Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS Integration TechnologiesMicrosoft Windows Server 2003 Standard Edition9.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition9.2 TS2M0
Microsoft Windows Server 2003 Datacenter Edition9.2 TS2M0
Microsoft® Windows® for x649.2 TS2M0
Microsoft Windows XP 64-bit Edition9.2 TS2M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.2 TS2M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.2 TS2M0
Microsoft® Windows® for 64-Bit Itanium-based Systems9.2 TS2M0
z/OS9.2 TS2M0
Microsoft Windows Server 2003 for x649.2 TS2M0
Microsoft Windows Server 2008 for x649.2 TS2M0
Microsoft Windows XP Professional9.2 TS2M0
Windows Vista9.2 TS2M0
Windows Vista for x649.2 TS2M0
64-bit Enabled AIX9.2 TS2M0
64-bit Enabled HP-UX9.2 TS2M0
64-bit Enabled Solaris9.2 TS2M0
HP-UX IPF9.2 TS2M0
Linux9.2 TS2M0
Linux for x649.2 TS2M0
Solaris for x649.2 TS2M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.