Sample silent addColony.xml file
You can review the samle XML file as a guide for how to use the parameters for the addColony.xml file.
The following sample file contains the
parameters described in Add a colony in silent install mode.
If you want to add more than one colony, create additional addColony.xml files
that specify the colony and database information associated with those
colonies.
Note: You can change only the properties displayed in
italics in the sample
addColony.xml file.Sample addColony.xml
<colonyconfig>
<colonies>
<colony name="<colony_name>" pkprefix="<primary_key_prefix>" version="9.3">
<schema poolid="<new_pool_id_1>" tabletype="METADATA"/>
<schema poolid="<new_pool_id_2>" tabletype="CONFIGURATION"/>
<schema poolid="<new_pool_id_2>" tabletype="STATISTICS"/>
<schema poolid="<new_pool_id_3>" tabletype="MASTER"/>
<schema poolid="<new_pool_id_4>" tabletype="TRANSACTION"/>
</colony>
</colonies>
<pools>
<pool id="<new_pool_id_1>">
<jdbc>
<param name="url" value="<jdbc_url>"/>
<param name="user" value="<db_user>"/>
<param name="password" value="<db_password>"/>
<param name="driver" value="<db_driver_class>"/>
<param name="schema" value="<db_schema>"/>
<param name="dbvendor" value="<dbvendor>"/>
<param name="password.1" value="<password_1>"/>
<param name="password.2" value="<password_2>"/>
<param name="effective.1" value="<effective_1>"/>
<param name="effective.2" value="<effective_2>"/>
</jdbc>
</pool>
.
.
.
</pools>
</colonyconfig>
Note: You need to add the set of pool parameters for each <pool
id> in the colony.