Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create a Dynamic Cluster: Dynamic Server Properties

Configuration Options     

Use this page to specify the size and characteristics of the new dynamic cluster.

Configuration Options

Name Description
Dynamic Cluster Size

Get the current size of the dynamic cluster (the number of dynamic server instances allowed to be created). The specified number of server instances are dynamically added to the configuration at runtime and associated ServerLifeCycleRuntimeMBeans are created.

MBean Attribute:
DynamicServersMBean.DynamicClusterSize

Minimum value: 0

Maximum value: 800

Max Dynamic Cluster Size

Get the upper bound on the DynamicClusterSize that the Elasticity Framework is allowed to assign to DynamicClusterSize.

MBean Attribute:
DynamicServersMBean.MaxDynamicClusterSize

Minimum value: 0

Maximum value: 800

Server Name Prefix

The server name prefix is used to specify the naming convention when creating server names. When the server name prefix is defined, server names are calculated with the specified prefix followed by the index starting with 1.

MBean Attribute:
DynamicServersMBean.ServerNamePrefix

Changes take effect after you redeploy the module or restart the server.

Server Template

Server templates are used to configure the characteristics that are common to all dynamic servers in this cluster. Server templates are unique to a cluster and cannot be shared across clusters. Select Create a new server template using domain defaults to create a new server template for this dynamic cluster. Alternatively, select Clone an existing server template for this cluster and choose the server template you want to clone in the Server Template to Clone dropdown menu.


Back to Top