Displays information about the logical clusters currently configured on the system.
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:
|
DownRoutingMode |
varchar(20) |
Down routing-mode setting. One of:
|
FailoverMode |
varchar(20) |
Failover mode setting, |
Attributes |
int4 |
Bitmask of logical cluster attributes. |
Mode |
varchar(20) |
Start-up mode setting, |
SystemView |
varchar(20) |
System view setting, |
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 |
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. |
None