Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Resource Manager: General

Configuration Options     Related Tasks     Related Topics

Use this page to view a resource manager configuration.

The Restart Loop Protection configuration is applicable only if you have configured the restart trigger action.

NOTE: Resource Consumption Management is deprecated in WebLogic Server 12.2.1.4.0 and will be removed in the next release.

Configuration Options

Name Description
Name

The name of this resource manager.

MBean Attribute:
ResourceManagerMBean.Name

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

Scope

Specifies if the resource manager is accessible within the domain, a partition, or a resource group template.

Enable Restart Loop Protection

Optional. Specifies whether to enable restart loop protection.

Max restart allowed

The maximum number of RCM initiated partition restarts allowed in the specified time interval (max-restart-allowed-interval), after which the partition will be halted upon an RCM initiated request to restart the partition.

MBean Attribute:
RestartLoopProtectionMBean.MaxRestartAllowed

Minimum value: 0

Max restart allowed interval (in seconds)

A fixed-width, sliding-window time interval (in seconds) within which the specified number (max-restart-allowed) of RCM initiated partition restarts are permitted. A request to restart the partition that exceeds the max-restart-allowed number in the max-restart-allowed-interval leads to the partition being halted rather than being restarted.

MBean Attribute:
RestartLoopProtectionMBean.MaxRestartAllowedInterval

Minimum value: 0

Restart delay (in seconds)

A delay (in seconds) introduced before starting the partition as part of the restart action.

MBean Attribute:
RestartLoopProtectionMBean.RestartDelay

Minimum value: 0

Related Tasks

Related Topics


Back to Top