Automation – get impacted services from element
21st October 2021
Hi Pedro, As far as I know you can only achieve this by using below SLNet call: Note that this is an internal call and we do not recommend using …
Answer
21st October 2021
Hi Pedro, As far as I know you can only achieve this by using below SLNet call: Note that this is an internal call and we do not recommend using …
21st October 2021
Snapshots are not the backups. There is a possibility of the DB corruptions based on the timing, but you need to follow the best practices recommended by VMWare Overview of …
21st October 2021
Hi Mark, Normally if you right click on the header , where you see MON PARAMETER NAMES you should be able export all parameter data. Is that where you’re after?
21st October 2021
The documentation states “array of strings”. The example uses single quotes, did you try with double quotes?
21st October 2021
Hi, I asked the same question some time ago when we had a problem with our systems, and I was told that this is hardcoded in the software. I suggest …
21st October 2021
Have you tried using a POST command instead? Typical usage is to use GET for URL-only requests and POST for requests containing a body.
21st October 2021
Hi Mario, Yes, this is possible. Please have a look at DataMiner Help: Configuring notifications in System Center Configuring notifications directly from the Alarm Console or Surveyor In addition, you can find …
20th October 2021
Hey Edson, Seems like something is keeping part of the upgrade package or SLUpgrade.dll in memory (SLNet logging might be more specific). The only workaround would be to figure out …
20th October 2021
Thanks for the extra clarifications in the comments. It’s currently not possible to make the topology cell name dynamic (by referencing a parameter or property or something like that). If …
20th October 2021
Hi, I assume you can work with Executable action in an IAS. Example of a C# script which opens a PDF when executed: using System; using System.IO; using Skyline.DataMiner.Automation; public …
20th October 2021
Do you see any errors in C:\Skyline DataMiner\Upgrades\Packages\<Your Upgrade package name>\progress.log? What could also help is checking the Windows Event viewer (Application logs) for errors related to TaskbarUtility/Upgrading. If you’re …
20th October 2021
Your use-case should be possible with the regular trend parameter component. If it shows “No Trend Data Available”, then it is the DMA agent telling Dashboards that it doesn’t have …
20th October 2021
Hi Bing, When choosing the “Data as displayed on view card” option in the export dialog, the host ID is included.
20th October 2021
Hi Bing, I believe this should already be possible: You could calculate the sum of your column in the driver itself and save it in a separate parameter. This way, …
20th October 2021
Hi, The request of the user is a new feature. Instead of keeping the parameter values, the alarm states must be used in the calulcations. I assume the user wants …