Smart Grid Applications Overview > Responder Overview > Optional Configurations > Clustering Server 2003 > Message Router Configuration |
Version: 10.1 |
Follow the instructions below to configure your Message Router to work in a server cluster. The Message Router section contains general information about the message router and its initial set up.
If you are following the active/passive Message Router and active/active Responder Server configurations discussed in this section, then you will not run the Responder services (Data Services, Archive Services, Prediction Services) on the same machine as the Message Router. This machine will have these services installed, but they should not be running. Run only the Message Router.
All possible owners should be included in ALL resources within a group. For example, if you create three possible owners in the Responder resource, then those same three owners must also exist in the other resources (e.g., Physical Disk, IP Address, Network Name, Message Queuing) within the same group. |
Next, you will need to update the configuration files for the various Responder services to point to the machine running your Message Router. Peform the following steps on these configuration files: Miner.Responder.DataServices.exe.config, Miner.Responder.ArchiveServices.exe.config, Miner.Responder.PredictionServices.exe.config.
Copy Code
|
|
---|---|
<channel ref="msmq" isServer="true" /> |
Copy Code
|
|
---|---|
<channel ref="msmq" isServer="true" router="FormatName:DIRECT=OS:MessageRouterServerName" /> |
Save and close the configuration file. Make this edit in the following configuration files: Miner.Responder.DataServices.exe.config, Miner.Responder.ArchiveServices.exe.config, Miner.Responder.PredictionServices.exe.config.