User group duplication in Cube
3rd August 2021
Hi Ciprian, See the following question in Dojo: How to duplicate an existing user group in DataMiner Cube client?
Answer
3rd August 2021
Hi Ciprian, See the following question in Dojo: How to duplicate an existing user group in DataMiner Cube client?
3rd August 2021
Hi Ross, IDP is able to use keywords and perform replacement with values from discovery (see this question Element name configuration in IDP – DataMiner Dojo for more details on …
3rd August 2021
Hey Luis, That table is used keep the link of an alarm that has had an impact on a service. It is used to populate the “Services” column in the …
3rd August 2021
Hi Laurens, Currently, it is not possible (yet) to configure in DataMiner the cleanup to be done automatically. When you initiate an upgrade/upload of an upgrade package it will be …
3rd August 2021
Hi, Alarms that get processed by the correlation engine end up in different buckets based on the filter and alarm grouping. When an alarm for a bucket gets processed, the …
3rd August 2021
As alternative, and considering your service contains child items from different protocol drivers, you can create containers to generate shapes for each item of the service and filter based on …
3rd August 2021
Hi Christine, Deleting the .mdmp files and the .hprof files should not give you any problems. These are created when a crash or heap error is encountered.
3rd August 2021
Service context and alias only works for element shapes. When applying this to a trend graph shape, this won’t work. What can work however, is to nest the trend graph …
3rd August 2021
Hi Carlos, We are naturally looking into compatibility with containerization in a general sense, but there are no plans to make this a firm requirement or default option at this …
3rd August 2021
You can link a shape to a program or file. This should allow you to open the SW app. The following example will open a certain file in notepad: C:\Windows\Notepad.exe|C:\MyTxtFiles\OneOfMyTxtFiles.txt|Click …
3rd August 2021
If you want this to be done for all users, you can add a ‘Select’ operator to your query and reorder the columns by clicking the arrows. Reordering the columns …
2nd August 2021
Hi Jose, I was wondering, did you check first if you are able to query the Elasticsearch node from the server where the DMA is running? From a web browser …
2nd August 2021
Jose, DB.xml needs to include the configuration for Cassandra and also Elasticsearch if you are planning to use the latest version of the DataMiner. If what you posted is the …
2nd August 2021
Hi, Could this link further help you? Basically that says to create a Powershell object: PowerShell ps = PowerShell.Create(); , then add the command to execute: ps.AddCommand(“Get-Process”); , then invoke the …
2nd August 2021
The refused state means that the dataminer is actively refusing incoming connections. It should clear automatically once the mentioned time has passed. This can happen when the agent is Has …