DMS/DMA redundancy model
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 …
Answer
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.
7th March 2023
Hi Stijn, As Sebastiaan mentioned, it will be nice if you can elaborate a bit more on your question. Assuming that you want to filter on elements, what you could …
7th March 2023
Hi Javier, I’ve asked this a while ago, and apparently only 6.8 is supported but form DM 10.3.3 opensearch is also supported. Elasticsearch version
7th March 2023
Hi Maxime, see the following page in our documentation: https://docs.dataminer.services/user-guide/Basic_Functionality/Elements/Working_with_elements/Importing_and_exporting_elements.html#exporting-elements-to-a-csv-file Unfortunately this only provides a list of all elements in the view. Not the subviews.
7th March 2023
Hi Maxime, the elements list-view on a view card has a column called “Impacted Services”. This column provides a list of services the item is included in. This list can …
7th March 2023
Some extra information about this error message: This error indicates that a client (application or script) tried to register a subscription for a type of events that does not exist. …