Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Cluster: Monitoring: Failover

Column Display     Configuration Options     

This page displays failover information and status for the current cluster.

The top section of this page displays information about the communications between the current cluster and the remote cluster.

Configuration Options

Name Description
Total primary sessions

Provides the number of object that the local server hosts as primaries.

Answer the number of object that the local server hosts as primaries.

MBean Attribute:
ReplicationRuntimeMBean.PrimaryCount

Total session replicas

Answer the number of object that the local server hosts as secondaries.

MBean Attribute:
ReplicationRuntimeMBean.SecondaryCount

Total number of session updates to the backup cluster

Column Display

Name Description
Server

The name that you specified when you created the server instance.

Type

The type of replication manager.

Machine

The WebLogic Server host computer (machine) on which this server is meant to run.

If you want to use Node Manager to start this server, you must assign the server to a machine and you must configure the machine for Node Manager.

You cannot change this value if a server instance is already running.

MBean Attribute:
ServerMBean.Machine

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

State

The server state.

Backup Server

MBean Attribute:
ReplicationRuntimeMBean.SecondaryServerDetails

Primary Sessions

Provides the number of object that the local server hosts as primaries.

Answer the number of object that the local server hosts as primaries.

MBean Attribute:
ReplicationRuntimeMBean.PrimaryCount

Session Replicas

Answer the number of object that the local server hosts as secondaries.

MBean Attribute:
ReplicationRuntimeMBean.SecondaryCount

Remote Servers

Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. The name is appended with a number to indicate the number of secondaries hosted on behalf of that server.

MBean Attribute:
ReplicationRuntimeMBean.DetailedSecondariesDistribution

Sessions Flushed

MBean Attribute:
WANReplicationRuntimeMBean.NumberOfSessionsFlushedToTheDatabase

Sessions Retrieved

MBean Attribute:
WANReplicationRuntimeMBean.NumberOfSessionsRetrievedFromTheDatabase

Remote Reachable

Answer if the remote cluster is reachable or not.

MBean Attribute:
WANReplicationRuntimeMBean.RemoteClusterReachable

Sessions Waiting

Number of sessions which are waiting to be flushed.

MBean Attribute:
MANAsyncReplicationRuntimeMBean.SessionsWaitingForFlushCount

Last Flush

The last time the sessions were flushed, in milliseconds since midnight, January 1, 1970 UTC

MBean Attribute:
MANAsyncReplicationRuntimeMBean.LastSessionsFlushTime

Active Remote Servers

MBean Attribute:
MANAsyncReplicationRuntimeMBean.ActiveServersInRemoteCluster


Back to Top