Setting up the database server group registry key Windows™
The SQLHOSTS registry key fields must be set to during database server setup.
About this task
To set up the database server group registry key on Windows™:
Procedure
- Run the Windows™ program, regedit.
- In the Registry Editor window, select the window for the HKEY_LOCAL_MACHINE subtree.
- Click the folder icons to select the \SOFTWARE\INFORMIX\SQLHOSTS branch.
- With the SQLHOSTS key selected, add a key.
- Give the new key the name of the database server group.
This value must correspond to the OPTIONS value in the database server name key.
- Select the key with the database server group name that you created and add a string value for it.
- Give the value the name of one of the fields of the SQLHOSTS information (HOST, OPTIONS, PROTOCOL, SERVICE).
- Add a value for the field.For a database server group, the SQLHOSTS registry key fields must have the following values:
HOST - OPTIONS i=unique_integer PROTOCOL group SERVICE -Each database server group must have an associated identifier (
i) value that is unique among all database servers in your environment. Use dash (-) characters (ASCII 45) as null-field indicators for HOST and SERVICE to indicate that you are not assigning specific values to those fields. - Repeat steps 7 and 8 for the remaining fields of the SQLHOSTS registry key.
- Select the database server group key and choose to add a key.
- Give the new key the name of the database server.
This value must correspond to the database server key, whose OPTIONS value was set to the database server group key.
- If you are combining Enterprise Replication with HDR, create keys for primary and secondary HDR servers under the same database server group.