The
sysha_type table is a single row table that
is used to describe the type of server that is connected.
Table 1. sysha_type table information
| Column |
Type |
Description |
| ha_type |
integer |
Server type (see table below) |
| ha_primary |
char(128) |
Server name (see table below) |
Table 2. Descriptions for the values in the sysha_type table. This table describes the values in the sysha_type table.
| 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 |