![]() ![]() ![]() ![]() |
Server Template: Configuration: Health Monitoring
WebLogic Server provides a self-health monitoring capability to improve the reliability and availability of servers in a WebLogic Server domain. Selected subsystems within each server monitor their health status based on criteria specific to the subsystem.
Use this page to configure the frequency of the automated health checks for server instances that use this server template and the frequency with which the Node Manager application (optional) checks the server's health state. You can also use this page to specify whether Node Manager automatically stops and restarts the server if the server reaches the "failed" health state.
Configuration Options
Name Description Health Check Interval The number of seconds that defines the frequency of this server's self-health monitoring. The server monitors the health of its subsystems during every Health Check Interval and changes the server's overall state if required.
Auto Kill If Failed This is the equivalent of setting the OverloadProtectionMBean failureAction to "force-shutdown" and the panicAction to "system-exit".
MBean Attribute:
ServerMBean.AutoKillIfFailed
Auto Restart Specifies whether the Node Manager can automatically restart this server if it crashes or otherwise goes down unexpectedly.
MBean Attribute:
ServerMBean.AutoRestart
Restart Interval The number of seconds during which this server can be restarted, up to the number of times specified in Max Restarts Within Interval.
Max Restarts Within Interval The number of times that Node Manager can restart this server within the interval specified in Restart Interval.
Restart Delay Seconds The number of seconds the Node Manager should wait before restarting this server.
After killing a server process, the system might need several seconds to release the TCP port(s) the server was using. If Node Manager attempts to restart the Managed Server while its ports are still active, the startup attempt fails.
If AutoMigration is enabled and RestartDelaySeconds is 0, the RestartDelaySeconds is automatically set to the lease time. This prevents the server from failing to restart after migration when the previous lease is still valid.
MBean Attribute:
ServerMBean.RestartDelaySeconds
Maximum value:
2147483647
![]() |