Trigger an Qaction through Automation

Hi Amer, The easiest way to achieve this is by triggering your QAction from a parameter. You can then set this parameter from your automation script (which will trigger the …

Backing up a DaaS system

Hi Miguel, This option is hidden in DaaS systems (see DataMiner Docs – DataMiner Cube Feature Release 10.4.6) Checking DaaS – Data resilience and backups,  data is backed up with …

Automate building elements on DM

Hi Ladan, DataMiner Infrastructure Discovery Provisioning (IDP) might be what you are looking for. There is a tutorial in the docs: Getting started with IDP and onboarding new equipment | …

Dashbroading for correlation rules

Hi Dan, I believe what you are looking for is sending an email from a correlation: https://docs.dataminer.services/user-guide/Advanced_Modules/Correlation/Adding_rule_actions/Sending_an_email.html In the Add Action section, when you select Send Email the following page …

Mask potential alarms ahead of time

Hello Manuel, I am not sure if you can mask specific alarms ahead of time, but you can mask the element ahead of time. You can use the scheduler module …

sending information to a switch

Hi Jana, There is quite a lot to explain here and depending on your use-case and expertise, I could come up with many different answer 🙂 but let me try …

Correlation – acknowledge top alarm and its base alarms in one action

Hi Alexander, In the correlation rule, you can pass info to an automation script. See https://docs.dataminer.services/user-guide/Advanced_Modules/Automation_module/FAQ/How_do_I_parse_Correlation_Alarm_Info_data.html. In the script, you can get the info with this code snippet. public CorrelationAlarmInfo(ScriptParam …

multiple mobile gateways

Hi Jeroen, This has nothing to do with the ‘mobile gateway’ module in DataMiner but this is connector work… This is not about notifying users or getting instructions from users, …

Mask potential alarms ahead of time

Hi Manuel, Instead of masking alarms, a possible option is to schedule when an alarm template can be applied. Hope it helps.

Folder share – 500 – Internal server error

Sharing a folder will replace the security settings recursively of every child folder and every file, so existing settings get overwritten. This could lead to IIS having no access anymore …

Cassandra cluster – Adding DMAs on a DMS

Hi Daniel, Here’s the procedure I would do to achieve this: 1. Perform the DataMiner SW installation on the new DMA server (link to docs). –> this will install both …

sending information to a switch

Hi Jana – I presume you are referring to an IP switch, and when you say ‘sending information, you refer to controlling the product? In that case you can open …