Creating a group in the sqlhosts file (UNIX)
You can define a group and the members of the group by adding entries to the sqlhosts file.
Procedure
To create a database server group in the sqlhosts file:
Example
The following example shows definition of a group named g_asia. The group contains four members.
#dbservername nettype hostname servicename options
g_asia group – – c=1,e=manilla
tokyo onsoctcp node_1 service_1 g=g_asia
beijing onsoctcp node_2 service_2 g=g_asia
seoul onsoctcp node_3 service_4 g=g_asia
manilla onsoctcp node_4 service_5 g=g_asia