You can prevent the HPE DIH from forwarding certain index actions to its child servers. For example, you might want to prevent a user from sending a DREINITIAL
index action to all child servers of a HPE DIH.
In the [IndexServer]
section of the HPE DIH configuration file, set DisallowIndexCommands
to a comma-separated list of index actions that you do not want the HPE DIH to forward. For example:
[IndexServer] DisallowedIndexCommands=DREINITIAL,DRECOMPACT
If a user sends these index actions to the HPE DIH, it rejects them with a NOT AUTHORIZED
error.
|