monCIPCLinks monitors the state of the links between instances in the cluster. This monitoring table is available only for Adaptive Server Cluster Edition
You need not enable any configuration parameters for
this monitoring table to collect data.
Name |
Datatype |
Description |
---|---|---|
InstanceID |
tinyint |
ID of the instance within the cluster. |
LocalInterface |
varchar30 |
Name of the link’s local network endpoint. Same name that appears in the hosts file for a server name. |
Remote Interface |
varchar30 |
Name of the link’s remote end point. Same name that appears in the hosts file for a server name. |
PassiveState |
varchar10 |
Latest state listed in the traffic on the link. |
PassiveStateAge |
int |
Time since the PassiveState column was updated, in milliseconds. |
ActiveState |
varchar10 |
Latest state used, as determined by active monitoring (when no traffic was present on the link). |
ActiveStateAge |
int |
Time since the ActiveState column was updated, in milliseconds. |