INFORMIXSERVER Connection Manager configuration parameter
The INFORMIXSERVER parameter specifies database servers or Enterprise Replication nodes that the Connection Manager connects to after it starts. The values of the INFORMIXSERVER parameter are also used for providing database server information for service-level agreements when a Connection Manager's SQLHOSTS parameter is set to REMOTE or LOCAL+REMOTE.
Syntax
CLUSTER connection unit .-,-----------. V | |--INFORMIXSERVER----+---server_name-+-----+--------------------| '-sqlhosts_group_name-'
GRID connection unit .-,-----------------------. V | |--INFORMIXSERVER------sqlhosts_group_name---+------------------|
REPLSET connection unit .-,-----------------------. V | |--INFORMIXSERVER------sqlhosts_group_name---+------------------|
SERVERSET connection unit .-,---------------------------. V | |--INFORMIXSERVER----+-sqlhosts_group_name-----+-+--------------| '-stand_alone_server_name-'
Usage
- CLUSTER
- GRID
- REPLSET
- SERVERSET
For Enterprise Replication domains, list group names for the nodes that receive client requests from the Connection Manager.
For server-set replication domains, list group names for the nodes that receive client requests from the Connection Manager. List standalone server names, as well.
For high-availability clusters, list the group name for the cluster, or list the names of database servers.
Example
NAME my_connection_manager
CLUSTER my_cluster
{
INFORMIXSERVER my_server_group
FOC ORDER=ENABLED \
PRIORITY=1
}