How to configure a switch function for capacity management
1st July 2020
I do think it’s important to note here that this depends on the duplex setting of the specific interface. The way its described by both Leander and Emmanuel requires the …
Answer
1st July 2020
I do think it’s important to note here that this depends on the duplex setting of the specific interface. The way its described by both Leander and Emmanuel requires the …
1st July 2020
If I look at a protocol pending call, the timer thread remains in there until the last group it set to execute is finished. If I recall correctly this is …
1st July 2020
This template is also available as part of the SL_SystemHealthCheck protocol package specific designed to work with the protocols designed to detect memory leaks.
1st July 2020
Hi Mieke, Trending for discreets is identical regardless of whether the value is an int or a string. Average calculation is done based on time. if during e.g. a 5 …
1st July 2020
Alarming is a matter of preference and also greatly depends on the capacity and load of a system. Therefore there are no fixed or recommended alarm templates that I’m aware …
1st July 2020
By my understanding, the problem we are trying to address by providing each node with its own hard disk is that no node will be able to hijack all of …
1st July 2020
It might depend on the actual use case. If the capacity for Tx and Rx on a specific interface is completely separately managed, i.e. using Tx capacity does not reduce …
1st July 2020
I don’t believe we have recommendations from our side, as key is to meet the specifications set in the DataMiner Requirements doc. Actually, a project that we’re working on right …
30th June 2020
this is indeed a common use case to for XY routing panels: either with or without hitting the take button, the modes are called preset-mode or take-mode. Next to that …
30th June 2020
Whenever a web method gets called using that connection string, then its expiration gets extended with 5 minutes. So it could stay valid for a very long time (if recycling …
30th June 2020
You could try embedding the panel in Visual Overview (https://dcp.skyline.be/Help/index.html#t=DataMinerUserGuide%2Fpart_2%2Fvisio%2FEmbedding_a_router_control_component.htm). Then you will have session variables that update when an input/output selection changes. There’s an option to perform a parameter …
29th June 2020
Would the scientificNotation option on the Measurement -> Type tag do what you are looking for?
29th June 2020
A mediation driver is a layer on top of the existing protocol, a way to display parameters in a different format: unify the unit and parameter descriptions/layout and parameter ids. …
29th June 2020
I found this tutorial. Maybe it helps to make sense of the different settings. https://www.keysight.com/main/editorial.jspx?ckey=508026-1-eng&id=508026-1-eng&nid=-11143.0.00&lc=dut&cc=BE
29th June 2020
At this moment you’re going to have to parse the incoming value and choose a fixed unit (e.g. E-6), this way you’ll be able to trend and put alarm thresholds. …