DataMiner Failover VIP

Hi Michiel, TLDR: Yes In a failover system, you need as a minimum one shared virtual IP (or hostname). It’s not mandatory to configure it on all interfaces.

DMS/DMA redundancy model

Hi Richard, A shared hostname is a possibility in case a virtual IP is not possible. Unfortunately we have recently detected some issues with this and we are working on …

Alarm state percentage in new dashboards

Edson, From 10.3.4 onwards, GQI adhoc data sources will support a secured link towards DataMiner Core (SLNet) so that you can send any message that Cube or any other client …

Retrieve the polling IP in QAction

Hi, The easiest and best way to get the polling IP of your element is by adding a parameter of type polling to your protocol. In your QAction you can …

DMS/DMA redundancy model

Hi Richard, Having the agents from a same pair in different locations, doesn’t prevent you from sharing a VIP between them. You can setup a ‘Stretched VLAN’. A stretched VLAN …

Retrieve the polling IP in QAction

Hi Trong Hunynh, you can retrieve the polling IP address using the ElementInfoEventMessage class found in Skyline.DataMiner.Net.Messages. /// <summary> /// Gets Element Info Event Message Data. /// </summary> /// <param …

Form component missing in low-code app builder

This is how I ended up configuring the file SoftLaunchOptions.xml: <SLNet> <DOMManager>true</DOMManager> <GenericInterface>true</GenericInterface> <ReportsAndDashboardsAlpha>true</ReportsAndDashboardsAlpha> <ReportsAndDashboardsAutomationScript>true</ReportsAndDashboardsAutomationScript> <ReportsAndDashboardsExport>true</ReportsAndDashboardsExport> <ReportsAndDashboardsButtonPanel>true</ReportsAndDashboardsButtonPanel> <ReportsAndDashboardsButton>true</ReportsAndDashboardsButton> <ReportsAndDashboardsGQIMaps>true</ReportsAndDashboardsGQIMaps> <ReportsAndDashboardsScheduler>true</ReportsAndDashboardsScheduler> <UseWebIAS>true</UseWebIAS> </SLNet>

How to create elements for Riedel & Calrec devices

Hi Yuki-san, Regarding Riedel, ‘Riedel_Communications_Artist_128’ communicates with RRCS running on the external server. (Not Riedel HW) Also, ‘Riedel_Communications_Artist_SNMP’ communicates with ArtistSnmpAgent. So you should prepare external server with these applications.

“Query could no longer be found” error.

Hi Gilles and thanks for your response.  “General Services Data” is not referencing that old query. We are on the following version: API – 10.2.2243.1708 Client – 10.2.2243.2194 Build – …

Automatically collect Sanity Checks

As Karel suggested, a BPA should be the best way to go. As far as I remember, there’s already a BPA for that, called “Check System Health”. Check it internally, …

“Query could no longer be found” error.

Hello, that error typically occurs when a query that was deleted is still used in other queries. Queries are identified by a unique id, and it’s that id that is …

Automatically collect Sanity Checks

Hi Carolina, I believe BPAs (Best Practices Analysis) is the best fit for this. Refer to Running BPA tests | DataMiner Docs, BPA can be used to verify that a …

Failing NotifyProtocol calls.

Hi, 0x8007000E is error E_OUTOFMEMORY, and basically means SLProtocol doesn’t have enough memory available to process your request. Could it be that you are requesting a lot of data with …

DOM – Default option for multiple section

sure it’s the services section. Where there is now Service Type (which is DomInstancefieldDescriptor, so i can’t select and default one) i would like to have an default option.