edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Servers: Configuration: Health Monitoring
Servers: Configuration: Health Monitoring
Configuration Options Related Tasks Related Topics
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 this server's automated health checks and the frequency 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 Auto Restart Whether the Node Manager can automatically restart this server if it crashes or otherwise goes down unexpectedly.
MBean Attribute:
ServerMBean.AutoRestart
Auto Kill If Failed Whether the Node Manager should automatically kill this server if its health state is
failed.
MBean Attribute:
ServerMBean.AutoKillIfFailed
Max Restarts Within Interval The number of times that the Node Manager can restart this server within the interval specified in RestartIntervalSeconds.
MBean Attribute:
ServerMBean.RestartMax
Minimum value:
0
Maximum value:
2147483647
Health Check Interval The number of seconds that defines the frequency of this server's self-health monitoring. The server monitors the health of it's subsystems every HealthCheckIntervalSeconds and changes the Server's overall state if required.
MBean Attribute:
ServerMBean.HealthCheckIntervalSeconds
Minimum value:
1
Maximum value:
2147483647
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
Minimum value:
0
Maximum value:
2147483647
![]()