When you use the HPE DAH only for requesting information from child servers, you can run it in fast mirror mode to improve performance.
In fast mirror mode, HPE DAH does not perform any extra processing on actions. It simply distributes actions between child servers, either with load balancing or failover. In this case, you can use HPE DAH only for requesting information from child servers.
When running the HPE DAH in fast mirror mode:
You must not send state-changing actions to the HPE DAH. For example, you must not use the action parameters Delete
, State
, StoreState
and so on.
You must not use actions that require HPE DAH to perform extra processing on actions. For example, you must not use the action parameters Template
, EncryptResponse
, Output
and so on.
You must not use action parameters that use document IDs (such as the ID
parameter).
You must not use distributed actions (actions sent to all child servers) or asynchronous actions.
Open the HPE DAH configuration file in a text editor.
In the [Server]
section, set the MirrorMode
parameter to True
.
In the [Server]
section, set the FastMirrorMode
parameter to True
.
In the [Server]
section, set the DistributionMethod
setting to determine how the HPE DAH distributes the actions that it receives to the connected IDOL Servers.
For details of the options available for the DistributionMethod
parameter, see Run the Distributed Action Handler in Mirror Mode.
Save and close the configuration file. Restart the HPE DAH for your changes to take effect.
|