Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Servers: Control: Start/Stop

Buttons     Column Display     Configuration Options     Related Tasks     Related Topics

Use this page to change the state of the current server. You can also specify particular shutdown settings or view the current status of this server. (Some operations require the Node Manager and the domain-wide administration port.)

Configuration Options

Name Description
Ignore Sessions During Shutdown

Indicates whether a graceful shutdown operation drops all HTTP sessions immediately.

If this is set to false, a graceful shutdown operation waits for HTTP sessions to complete or timeout.

MBean Attribute:
ServerMBean.IgnoreSessionsDuringShutdown

Graceful Shutdown Timeout

Number of seconds a graceful shutdown operation waits before forcing a shut down. A graceful shutdown gives WebLogic Server subsystems time to complete certain application processing currently in progress. If subsystems are unable to complete processing within the number of seconds that you specify here, then the server will force shutdown automatically.

A value of 0 means that the server will wait indefinitely for graceful shutdown to complete.

The graceful shutdown timeout applies only to graceful shutdown operations.

MBean Attribute:
ServerMBean.GracefulShutdownTimeout

Minimum value: 0

Startup Timeout

Timeout value for server start and resume operations. If the server fails to start in the timeout period, it will force shutdown.

A value of 0 means that the server will wait indefinitely for the operation to complete.

MBean Attribute:
ServerMBean.StartupTimeout

Minimum value: 0

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

Server LifeCycle Timeout

Number of seconds a force shutdown operation waits before timing out and killing itself. If the operation does not complete within the configured timeout seconds, the server will shutdown automatically if the state of the server at that time was SHUTTING_DOWN.

A value of 0 means that the server will wait indefinitely for life cycle operation to complete.

MBean Attribute:
ServerMBean.ServerLifeCycleTimeoutVal

Minimum value: 0

Secure value: 120

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Server

The server instances in this WebLogic domain.

Machine

The WebLogic Server host computer (machine) on which a server instance runs.

State

The current state of a server instance.

Status of Last Action

Status information related to this task.

Heap Size Current

The current size (in bytes) of the JVM heap.

MBean Attribute:
JVMRuntimeMBean.HeapSizeCurrent

Heap Free Current

The current amount of memory (in bytes) that is available in the JVM heap.

MBean Attribute:
JVMRuntimeMBean.HeapFreeCurrent

Java Version

The Java version of the JVM.

MBean Attribute:
JVMRuntimeMBean.JavaVersion

OS Version

The version of the operating system on which the JVM is running.

MBean Attribute:
JVMRuntimeMBean.OSVersion

WebLogic Version

The version of this WebLogic Server instance (server).

MBean Attribute:
ServerRuntimeMBean.WeblogicVersion

Processor Load

The current load that this server's Virtual Machine is placing on all processors in the host computer.

Buttons

Name Description
Start

Moves server instances from the SHUTDOWN state to RUNNING.

Resume

Moves server instances from the STANDBY or the ADMIN state to RUNNING.

Suspend servers when work completes

Moves server instances from the RUNNING state to the ADMIN state, allowing work in process to be handled gracefully. While in the SUSPENDING state, Work Managers complete in-flight processing for pending work in application threads.

Forcibly suspend servers

Immediately moves server instances from the RUNNING state to the ADMIN state, without handling work in process gracefully.

Shutdown servers when work completes

Gracefully stops server instances in the domain. New requests are rejected but in-work requests are completed before the server stops.

Forcibly shutdown servers

Immediately stops server instances in the domain. In-work requests are dropped, no new requests are accepted, and the server immediately stops.

Restart SSL

Restarts the SSL listen sockets so that keystore changes take effect.

Related Tasks

Related Topics


Back to Top