You configure distribution child servers differently for a stand-alone DAH setup and a unified DAH setup where DAH is integrated with IDOL Server.
Open the DAH configuration file in a text editor.
Find the [Server]
section.
In the [Server]
section, set the DistributedEngines
parameter to the number of distribution child servers that you require.
Add a new [DistributedEngineN]
section for each distribution child server that you require, in consecutive order starting at 0 (zero). For example, for two child servers:
[DistributedEngine0] Host=testserver1 Port=9000 Type=IDOL [DistributedEngine1] Host=testserver2 Port=9010 Type=IDOL
The above example shows two child IDOL servers. To add a new IDOL server, increase the DistributedEngines
parameter in the [Server]
section by one and add a new [DistributedEngineN]
section for the new child server:
[DistributedEngine2] Host=testserver3 Port=9020 Type=IDOL
Save and close the configuration file.
Restart the DAH for your changes to take effect.
Open the IDOL configuration file in a text editor.
In the [DistributionIDOLServers]
section, set the Number
parameter to the number of distribution child servers that you require.
In the [DistributionIDOLServers]
section, add a new [IDOLServerN]
section for each distribution child server that you require, in consecutive order starting at 0 (zero). For example, for two child servers:
[DistributionIDOLServers] Number=2 [IDOLServer0] Host=localhost Port=9000 [IDOLServer1] Host=localhost Port=1.23.45.6
The above example shows two child servers. To add a new child server, increase the Number
parameter in the [DistributionIDOLServers]
section by one and add a new [IDOLServerN]
section for the new child server:
[IDOLServer2] Host=localhost Port=9030
Save and close the configuration file.
Restart the IDOL Server for your changes to take effect.
Open the IDOL Server configuration file in a text editor.
In the [DAHEngines]
section, set the Number
parameter to the number of distribution child servers that you require.
In the [DAHEngines]
section, add a new [DAHEngineN]
section for each distribution child server that you require, in consecutive order starting at 0 (zero). For example, for two child servers:
[DAHEngines] Number=2 [DAHEngine0] Host=localhost Port=9000 [DAHEngine1] Host=localhost Port=1.23.45.6
The above example shows two child servers. To add a new child server, increase the Number
parameter in the [DAHEngines]
section by one and add a new [DAHEngineN]
section for the new child server:
[DAHEngine2] Host=localhost Port=9030
Save and close the configuration file.
Restart the IDOL Server for your changes to take effect.
|