Some more details.
Genesys TServer redundancy modes.
Cold standby.
Two TServers configured identically, with the exception to host , port and logging settings. One and only one is up and running at a time.
Pros.
Allows quick recovery from hardware or software failure on one of the TServer boxes. Reasonable to use when the switch CTI interface does not allow recource sharing between multiple CTI applications (for instance most of NEC swicthes)
Cons.
All the information about current agent status, call information (connID , parties, etc) and userdata attached to the active calls will be lost upon swicthover.
No support for this mode from Genesys Management Layer.
Warm Standby.
Two TServers configured identically, with the exception to host , port and logging settings. Both are up and running and connected to the switch CTI link at the same time.
One of the TServers runs in primary mode accepts and handles client connections. The other one runs in Backup mode, listens to the switch CTI link , mainteins agent and DN statuses, active call info in its memory. Does not accept client connections.
Cons.
Allows an instant recovery from hardware or software failure on Primary TServer host, including Primary TServer crash.
Upon switchover new primary TServer ready to serve clients immediately as it fully sychronized with the switch up to DN, agent and call statuses.
This mode is fully supported by Genesys Management Layer.
Pros.
New primary TServer does not preserve call connection ID and does not have any user data attached to the calls created prior to the switchover.
Hot Standby.
Two TServers configured identically, with the exception to host , port and logging settings. Both are up and running and connected to the switch CTI link at the same time. In some implementetions requires one or two additional component(s) called HA Proxy. May have required redundant switch CTI Links.
Both TServers should be normally interconnected to each other in order to synchronize internal data up to call connection ID and userdata attached to the call.
Every TServer client seamlesly connected to both TServers.
Pros.
Seamlesly for TServer clients compenstaes for at least single hardware or software failure.
Preserves all DN, agent and call realted information up to call id and userdata.
Fully supported by Genesys Management Layer.