sysha_type
The sysha_type table is a single row table that
is used to describe the type of server that is connected.
| Column | Type | Description | |
|---|---|---|---|
| ha_type | integer | Server type (see table below) | |
| ha_primary | char(128) | Server name (see table below) | |
| Value of ha_type | Value of ha_primary | Description |
|---|---|---|
| 0 | NULL | Not part of a high-availability environment |
| 1 | <primary server name> | Primary server |
| 2 | <primary server name> | HDR secondary server |
| 3 | <primary server name> | SD secondary server |
| 4 | <primary server name> | RS secondary server |