Hello Community,
In order to define simple Redundancy Groups in the system, is it mandatory to have the Automation module ?
Hi Jonathan,
When configuring a Redundancy Group, you can choose which redundancy mode you will have:
- DataMiner will not intervene in the switching: the device does the switching itself, and we just follow what the device tells us.
- DataMiner will intervene in the switching (software redundancy): DataMiner will take care of the actions needed for doing the switch.
In the case of the 'software redundancy', you there have the option to use an Automation Script which holds all the logic for the switching. But you can just as just well use a 'set parameter', if the amount of configurations needed to perform the switch is limited.
So only in the case of 'software redundancy' and when you have a very elaborate chain of configurations needed to perform the switch, then you need an Automation Script.
Hi Jonathan,
Automation is not required for creating a redundancy group, but obviously you won't be able to trigger automation scripts during e.g. a switchover. This is typically needed when we use 'software redundancy' (=DataMiner detecting the problem and triggering a switchover/switchback). If you only want to represent the state of a redundancy group in DataMiner, where the equipment is taking care of the switching, you could probably get away without using automation.
Bert