Specific to cluster environments – monitors the state of the links between instances in the cluster.
You need not enable any configuration parameters for
this monitoring table to collect data.
The columns for monCIPCLinks are:
Name |
Datatype |
Attributes |
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. |
|
RemoteInterface |
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. |