Server States
Servers can have several states that indicate the stage they are in during processing. They can be waiting to synchronize databases, synchronizing databases, actively processing transactions, preparing to stop, or stopping.
Server HA States lists the states that servers can have during runtime and failover operations. The SNMP agent running on an engine server sends a notification when a server changes from one state to another.
State | Description | SNMP ID |
---|---|---|
UNKNOWN | The server is stopped. | 0 |
INIT | The server has been started and is initializing its services. | 1 |
SYNC-WAIT SYNC-READY |
With the SYNC-READY state, SYNC-WAIT indicates that the server is getting ready to start its database initialization and synchronization. These states are used together to order the sequence of the servers doing a database synchronization one at a time, during a failover operation. | 2 3 |
SYNC | The server is performing its DB initialization and synchronization. | 4 |
ACTIVE | The server's databases are synchronized and up-to-date and the transaction server in the server is active and ready to process transactions. | 5 |
QUIESCE | The external diameter traffic to the server has been paused so the server can process any remaining diameter requests and transactions during the duration of the state. A server is in QUIESCE state when its cluster is failing over to a peer cluster. | 6 |
EXIT | The server is in the process of stopping. | 7 |
FINAL | The server is stopped. | 8 |
STANDBY | The server is up-to-date and ready to take over processing if necessary. | 9 |