I have created an automation script that needs local access, hence it needs to be launched on a specific DMA. As far as I'm aware this can be done by connecting with cube to the specific DMA, then go to the Automation module and click on the "Execute" button of the selected automation script.
I need to execute this automation script on every DMA in the cluster. As this needs to be executed on 30 DMAs, it would seem time consuming having to connect the cube client separately to every DMA in the cluster. I was wondering if there's an easy alternative where one can simply select the DMA to execute the automation script or even select multiple DMAs? The DataMiner version where this needs to be executed on is a 9.5 CU10.
Hi Laurens,
Other alternatives that could be used for your use case:
- Correlation rule: You can execute multiple scripts from a correlation rule. In the correlation rule you can define from which DMA the script should be executed. For example you can run the same script multiple times from different DMAs:
The tricky part here is to define how you will trigger the correlation rule. A possible option could be using information events (e.g. triggering the correlation rule after a parameter has been set to a specific value)
- Scheduled task: In this case you can create a task that can be executed from a specific DMA. This will trigger the script from the DMA selected:
The advantage is that you will be able to trigger these tasks from one single DMA. The drawback here is that you will need to create a task per DMA in the cluster (although it is only one time job).