Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create an Action: Scale Down

Configuration Options     

Use this page to create a scale down action.

Configuration Options

Name Description
Action Name

The name of the WebLogic Diagnostic Framework (WLDF) bean.

MBean Attribute:
WLDFScaleUpActionBean.Name

Timeout (in seconds)

The length of time, in seconds, that an action has to complete execution. By default, the timeout period is 0, which disables the action timeout.

MBean Attribute:
WLDFActionBean.Timeout

Minimum value: 0

Enable Action

Specifies whether this action is enabled.

MBean Attribute:
WLDFScaleUpActionBean.Enabled

Service Name

The dynamic cluster that this scale down action is targeted to.

Scale Type

The type of scaling operation, either scale up or scale down.

Current 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

Maximum 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

Minimum Cluster Size

Get the minimum number of running server instances that the Elasticity Framework will attempt to keep in the dynamic cluster.

MBean Attribute:
DynamicServersMBean.MinDynamicClusterSize

Minimum value: 0

Maximum value: 800

Desired Server Count

The desired number of running dynamic server instances for this scale down operation.


Back to Top