Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Domains: Control: Servers

Buttons     Column Display     Related Tasks     Related Topics

Use this page to change the state of the servers in this WebLogic Server domain. Control operations on Managed Servers require starting the Node Manager. Starting Managed Servers in Standby mode requires the domain-wide administration port.

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.

Health

The health state of the server as reported by the server's self-health monitoring.

For example, the server can report if it is overloaded by too many requests, if it needs more memory resources, or if it will soon fail for other reasons.

MBean Attribute:
ServerRuntimeMBean.HealthState

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