+

Search Tips   |   Advanced Search

Create a cluster: Basic cluster settings

From the admin console, click...


Cluster name

Name of the cluster. The cluster name must be unique within the cell.


(ZOS) Short name

Short name for this cluster. This field only appears if we are running on z/OS. The short name is used as the WLM APPLENV name for all servers that are part of this cluster. If we specify a short name for a cluster member, the name:

If we do not specify a short name, the system assigns a default short name that is automatically unique within the cell. We can change the generated short name to conform with your naming conventions.


Prefer local

The host scoped routing optimization is enabled or disabled. The default is enabled, which means that, when possible, enterprise bean requests are routed to the client host. Enabling this setting improves performance because client requests are sent to local enterprise beans.

(ZOS) This field does not apply for z/OS.

Information Value
Data type Boolean
Default true

If we enable the preferLocal optimization, the deployment manager must be running to affect the configuration. If the deployment manager is shut down, preferLocal optimization is not performed and requests might be dispersed across all the members of the cluster.


Configure HTTP session memory-to-memory replication

When the cluster is created, a memory-to-memory replication domain is created for each of the members of this cluster. If a replication domain is created, it is given the same name as the cluster and is configured with the default settings for a replication domain. When the default settings are in effect, a single replica is created for each piece of data and encryption is disabled. If the WAS cluster has session Memory to Memory replication enabled, then the plug-in configuration file for that server cluster must have the GetDWLMTable property set to true. Remember: Set the GetDWLMTable property using the check box on the administrative console rather than using the custom property. If a replication domain is created, the SIP container and web container for each cluster member is configured for memory-to-memory replication.

(ZOS) If a replication domain is created, the web container for each cluster member is configured for memory-to-memory replication. Starting with v7.0.0.5, if a replication domain is created, the SIP container and web container for each cluster member is configured for memory-to-memory replication.

To modify the replication domain settings, in the administrative console, click...

The default mode setting for the replication domain is Both client and server. In this mode, all data sent to either the client or the server is replicated. This setting is good for an environment that has a middle to low traffic load. However, if the environment has a high traffic load, we should change the replication domain mode setting to either Client only, or Server only, because these settings provide better scaling. In Client only mode, only data sent to the client is replicated. In Server only mode, only data sent to the server is replicated. To modify the mode setting for a replication domain:

If we change any of the replication domain settings for one cluster member, including the mode setting, we should change them for all of the other members of the cluster.


Related:

  • Clusters and workload management
  • Create clusters
  • Create a cluster: Create first cluster member
  • Create a cluster: Create additional cluster members
  • Create a cluster: Summary settings