DataMiner Failover VIP
8th March 2023
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.
Answer
8th March 2023
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.
8th March 2023
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 …
8th March 2023
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 …
8th March 2023
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 …
8th March 2023
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 …
8th March 2023
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 …
8th March 2023
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>
8th March 2023
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.
7th March 2023
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 – …
7th March 2023
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, …
7th March 2023
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 …
7th March 2023
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 …
7th March 2023
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 …
7th March 2023
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.