Rate calculation for non-SNMP protocol best practices
13th October 2020
Answer provided by David regarding delta calculation is correct but let me add my 2 cents regarding making the polling timer fixed:You have 2 options there, the easy one is …
Answer
13th October 2020
Answer provided by David regarding delta calculation is correct but let me add my 2 cents regarding making the polling timer fixed:You have 2 options there, the easy one is …
13th October 2020
All ssTables (the DB data on disk) is stored on the separate drive. When Cassandra does compaction it tries to clean up and group ssTables for more efficient lookup. To …
13th October 2020
Mieke, you need to have a STANDBY action in the service definition. Process Automation currently requires post and preroll window, with the corresponding action defined in the service definition.
13th October 2020
Hi Mieke, Some quick checks you can perform: Can you check if the profile used on your nodes in the service definitions has a reference to your profile load script? …
13th October 2020
A Profile Load Script, as the name states, is attached to a profile in order to trigger some logic over a given profile that was assigned to a Node Resource …
13th October 2020
At start time of the booking, LSO will register the process on the various queues that are involved. And then, if there is a token node defined in the process …
12th October 2020
Hey Edson I did a procedure to accomplish what you want to do via symbolic links, here you can find the MOP: https://community.dataminer.services/documentation/take-a-backup-using-a-symbolic-link-to-another-drive/
12th October 2020
Hi Bruno, I think your request fits in this task: https://collaboration.skyline.be/squads/8/board/task/117077
12th October 2020
Pre-Roll and Post-Roll configuration can be configured in two diferent ways: Default way, using Skyline Booking Manager Element. Skyline.DataMiner.Library.Solutions.SRM.Model.Booking class Skyline Booking Manager Element defaults: The usage of these values …
12th October 2020
Best way to get a delta is to create a new column defining a TimeStamp. This time stamp would initially be 0 and all rates and counters should be 0’ed …
12th October 2020
Parameter is used to define the list of DMAs that are candidate for hosting new bookings. It can be set to the entire list of DMAs part of the cluster …
12th October 2020
We should definitely highlight the Minimum DMA version on SRM Packages. In SRM Release Notes we are currently not doing so. Currently the only place we post the minimum DMA …
12th October 2020
Hi Terry, In order to reduce the query length of the URL and to reduce complexity on your setup, I suggest you to do as follows: Instead of linking the …
12th October 2020
Hi Bernard, I believe it’s up to the webpage itself to be ‘fully responsive’ (=adapt to different window sizes). As far I know there is no other way to do …
12th October 2020
Bruno, What is the object type of the helper? Do not know if you already check but generally when you do engine.Log() on an Automation Script the result in the …