monLogicalCluster

Description

Displays information about the logical clusters currently configured on the system.

Columns

Name

Datatype

Description

ActionRelease

varchar(20)

Current action release mode for the logical cluster

LCID

int4

Logical cluster ID.

Name

varchar(30)

Logical cluster name.

State

varchar(20)

Current state. One of:

  • online

  • offline

  • failed

  • inactive

  • time_wait

DownRoutingMode

varchar(20)

Down routing-mode setting. One of:

  • system

  • open

  • disconnect

FailoverMode

varchar(20)

Failover mode setting, instance or cluster).

Attributes

int4

Bitmask of logical cluster attributes.

Mode

varchar(20)

Start-up mode setting, automatic or manual.

SystemView

varchar(20)

System view setting, instance or cluster.

Roles

varchar(20)

Comma-delimited list of special roles for this logical cluster. The “system” logical cluster always has the system role. The open logical cluster has the “open” role. If the system logical cluster also has the open role, the value for this column is system, open. Logical clusters without any special roles return a NULL value.

LoadProfile

varchar(30)

Load profile associated with this logical cluster.

ActiveConnections

int4

Number of active connections using this logical cluster.

BaseInstances

tinyint1

Number of instances configured as base instances for this logical cluster.

ActiveBaseInstances

tinyint1

Number of base instances on which this logical cluster is currently active.

FailoverInstances

tinyint1

Number of instances configured as failover instances for this logical cluster.

ActionRelease

varchar(30)

Current action release mode for the logical cluster.

ActiveFailoverInstances

tinyint1

Number of failover instances on which this logical cluster is currently active.

Required parameters

None