Cassandra nodetool command offload memory
19th August 2024
Hi Stefan, There are 2 commands that fit this description and both have their use. These commands are: Nodetool flush: flush everything in memory on disk, but cassandra keeps listening …
Answer
19th August 2024
Hi Stefan, There are 2 commands that fit this description and both have their use. These commands are: Nodetool flush: flush everything in memory on disk, but cassandra keeps listening …
19th August 2024
Hi Hari, You can use the Idms and Idma calls to get the number of services in a cluster or in an agent. var idms = engine.GetDms(); // services in …
19th August 2024
The options are in the AvailableFileType enum: public enum AvailableFileType { Protocol = 0, Template = 1, Script = 2, Key = 3, Information = 4, AllProtocolInfo = 5, Trending …
19th August 2024
Hi Michael, At first glance, I would say that element connection offers the best option to send/receive parameter values between different elements (in terms of performance). However, since DMA version …
19th August 2024
Hi Ryan, In Perpetual-Use Licensing, we have Enterprise licenses (SLC-DMA-EXXX) and Professional licenses (SLC-DMA-PXXX). Typically, Enterprise licenses have an element capacity of 250 – 1000, whereas Professional licenses have an …
19th August 2024
Hi Stacey, As Miguel mentioned, there isn’t a built-in disconnection feature. The issue you’re facing is likely related to IIS recycling, which can be adjusted on the web server, though …
19th August 2024
Hi Min, It’s generally not expected for users to clear the Cube cache. Cache clearing is a method to reset everything so that all data is retrieved directly from the …
19th August 2024
Hi Laszlo, This information is available in our documentation (see here). The main capabilities are Advanced Analytics features, DOM, SRM and User-Defined APIs.
19th August 2024
Hi Carlos, This is not possible. What you can do is using the DOM Editor to generate c# code based on your definitions/sections/field descriptors and use that enum class to …
19th August 2024
Hi Wale, This was a software issue that is fixed by using DataMiner 10.3 (CU16), 10.4 (CU4) and 10.4.7 or higher (see docs).
19th August 2024
Hi Juan, Can I ask if your protocol contains a tag similar then the one below? <Compliancies> <MinimumRequiredVersion>10.2.0.0 – 12603</MinimumRequiredVersion> </Compliancies> If your protocol has this. Would it be possible …
18th August 2024
Hi Mohammed, If you open a command prompt on the DMA and execute ‘ipconfig /all’, you will find the following under the Windows IP configuration: host name, e.g. dma01 primary …
16th August 2024
Hi, I see that different versions of this NuGet package (AWSSDK.MediaPackageV2) use the same assembly version for the AWSSDK.MediaPackageV2.dll assembly: v 3.3.0.0. I suspect that on the Agent where you …
16th August 2024
Hi Dario, There are already some similar questions: Can we add a service template to the package? Installpackage for Service Template, Correlation rule and Information template Please let us know …
16th August 2024
Hello Felix, This sounds like an issue. Monitoring of the parameter where the condition is configured should remain not monitored while the condition is true Using conditions in an alarm …