Clustering : About the primary configuration files : About acserverconfig.xml
 
About acserverconfig.xml
This configuration file can specify one or more templates to provide flexibility when instantiating iHub nodes in an environment where machines have varying resources. Acserverconfig.xml provides access to the following elements:
*System
*FileSystems
*MetadataDatabases
*Schemas
*Volumes
*Templates
*Resource groups
*Printers
*ServerList
When starting a cluster, the acserverconfig.xml file must be in a shared directory.
Listing 9‑2 The acserverconfig.xml file
<Config>
<System
ClusterID="_4_fffefdfc_ce4fdb2c_e4c"
SystemName="corp"
DefaultLocale="en_US"
DefaultEncoding="windows-1252"
ConfigFileVersion="13"
EncyclopediaOwnerID="_6_fffefdfc_ce4fdb2c_e4c"
SystemDefaultVolume="corp"
ClusterDatabaseSchema="ac_corp_system"
DefaultCLocaleOnWindows="true"
EncyclopediaVolumeServer="urup">
<UsageAndErrorLogging/>
<SMTPServers/>
</System>
...
<Templates>
<Template
Name="urup"
PMDPort="8100"
ActuateBuild="220A130126"
ActuateVersion="2"
ServerSOAPPort="11100"
AppContainerPort="8900"
...
</Template>
<Template
...
</Template>
</Templates>
</Config>