SPARC SuperCluster T4-4 Owner's Guide

Exit Print View

Updated: February 2016
 
 

Enable Domain-Level Enhancements

To enable domain-level enhancements, complete the following steps:

  1. Log in to the Oracle WebLogic Server Administration Console.
  2. Select Domainname in the left navigation pane. The Settings for Domainname screen is displayed. Click the General tab.
  3. In your domain home page, select Enable Exalogic Optimizations, and click Save.
  4. Activate changes.
  5. Stop and start your domain.

    The Enable Exalogic Optimizations setting collectively enables all of the individual features described in the following table. The Startup Option indicates how to independently enable and disable each feature.

    Feature
    Scattered Reads
    Description
    Increased efficiency during I/O in environments with high network throughput
    Startup Option
    -Dweblogic.ScatteredReadsEnabled=true/false
    MBean
    KernelMBean.setScatteredReadsEnabled
    Gathered Writes
    Description
    Increased efficiency during I/O in environments with high network throughput
    Startup Option
    -Dweblogic.GatheredWritesEnabled=true/false
    MBean
    KernelMBean.setGatheredWritesEnabled
    Lazy Deserialization
    Description
    Increased efficiency with session replication
    Startup Option
    -Dweblogic.replication.enableLazyDeserialization=true/false
    MBean
    ClusterMBean.setSessionLazyDeserializationEnabled

    Note -  After enabling the optimizations, you may see the following message: java.io.IOException: Broken pipe. You may see the same message when storage failover occurs. In either case, you can ignore the error message.