User info
First name | Jan |
Last name | Vanhove |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
372
DevOps Points
|
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits. | |
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
Michiel, when an element gets paused no actions are done on the open connections. This means that if the connection was open, it will remain open. Note that when an element is in paused state after...
View QuestionThe entire flow, from “set on the UI” until we can confirm the set in the UI has quite a few steps, and is probably a topic for an article here on dojo with some detailed info. In the mean time, below...
View QuestionHi Richard, we have seen this use-case before where DataMiner needs to offload data to systems other than the default available central databases. (The other examples were GrayLog, Kinesis Firehose, custom...
View QuestionThis is expected behavior, DataMiner does not modify the password or any other field of a domain-user on the domain-controller itself. This also applies to the users imported from any other identity...
View QuestionJarno, the initial answer is 'yes' it is possible to use multiple main releases in the configuration switcher. There are a few thing to mention: You're probably referring to SLTaskbarUtility which...
View QuestionA possible reason for this: If your DMS is configured to only allow HTTPS, and the config in your Cube Start Window is still referring to HTTP, then the start of your cube session will indeed be delayed....
View QuestionHi João DataMiner parses the data using standard XML methods, and XML is indeed case-sensitive. So it is indeed very important to make sure your tags and attributes have the correct casing. The value...
View QuestionHi Javier, The reason this user gets this error is because of missing right in the security group. Namely: 'Mobile UI Access'. You can configure security-rights in the users/group section of system...
View QuestionAnother option, which allows you to check it if you don't have access to nodetool: User query executer in DataMiner Cube and enter the following query. select release_version from system.local;
View QuestionWe have seen this use-case before where DataMiner needs to offload data to systems which seem similar to the out of the box available central database feature. (e.g. GrayLog, Kinesis Firehose, custom...
View QuestionHey Jordy, low-code apps are in this version still under soft-launch. Can you check if the soft-launch flag is activated? Overview of the flags can be found here.
View QuestionHi Tim, this is not possible. I understand the use-case, but in your infrastructure as a code process, I would prefer to use the name, which also has its down-sides of course. Still, it should allow...
View QuestionHaving a synchronized clock in your environment is indeed important. This is not only important for your DataMiner cluster, but also for your database clusters. But, to be honest I've never considered...
View QuestionAlberto, the release of 10.2 main release was set to last Friday (25th of February). This has been delayed by 1 week to Friday 4th of March because we needed an extra validation cycle. It is technically...
View QuestionThis is an option, and we're actively using this in-house for our development machines and alpha setups. We have a few Elastic and Cassandra nodes on which multiple DMA connect. Every DMS/Table has...
View QuestionHi Jaime, this error typically means the user session-id that came in with a call has been removed or is not yet available on the DataMiner node. More information could probably be found in the SLNet...
View QuestionI confirm this is a genuine issue which we’ll fix. A replicated element does not leave its timeout state when you re-enter the password on the replicated element when it is in timeout (e.g. when credentials...
View QuestionYvan, this notice would mean that there are too many parameter updates that still need to be handled by SLElement. In SLElement we have for every x element a thread and a stack that processes the updates. ...
View QuestionAs it opens a whole set of options, and it is isolated from the other processes on your DMA, we indeed consider porting this to the 10.1 main release. We'll communicate through the release updates when...
View QuestionJulio, do I understand it correctly that you're trying to implement an HTTP-server in a smart-serial driver? That seems quite ambitious, and basically means you'll have to dig deep in the RFC of HTTP...
View QuestionLaurens, SLEnumValues is one of the least important tables in DataMiner. If you delete the table it will be recreated, but in fact it is obsolete. It gives an explanation to the different values...
View QuestionHi Flavio There are no enforced limitations in the software that would limit the size of the primary key, as you indicate the supported size could be different based on the database-layer. What we have...
View QuestionDear, Yes this is perfectly possible in DataMiner. In order to have a listener driver over UDP you create a protocol of type "smart-serial". This driver will work for both TCP and UDP, it is in the...
View QuestionEdson, the problem you encounter is probably because encrypted drivers are only allowed on DataMiner with a specific protocol list. Some background: We have 3 'types' of protocol deployments: - Fully...
View QuestionRN27026 introduces authentication and TLS on ElasticSearch in DataMiner. This was not part of the initial release of the elastic integration, as only recently Elastic moved the security-features from...
View QuestionThis is typically caused by a large amount of offload files that exist on the 'backup DMA'. This gets somehow confirmed by the following lines: 'Aborting open offloads...'. Check in the following folder:...
View Question@João, Indeed the TimerThread waits to redo the entire time cycle until the last group in executed by the ProtocolThread. If the execution of that last group is delayed, then the TimerThread will every...
View QuestionHi, I have seen similar things as well, but it was mainly linked to dual-screen setup where the new window was positioned on a disconnected screen. A way to be sure it is not that if following this procedure...
View QuestionFirst, the general information on how to manually trigger a synchronization of a DataMiner can be found on this page. Now more specifically for your questions in combination with a failover DataMiner:...
View QuestionHi Fernando, it is indeed a requirement that history-sets happen chronological. The main reason why this is needed is for the average trending. Every 5 minutes and and every hour the so-called trend...
View QuestionHi Fery, This would mean somebody on your system did an element export/import. The RTE you see means that importing the element takes a long time (more than 15 minutes). If this RTE remains there...
View QuestionAs an update. The root cause of the issue has been identified as a firewall rule that was blocking the request. The rule, detecting command injection, was filtering on HTTP POST requests where the word...
View QuestionHi Max, I'll have to disappoint you, this is the hard-coded way in DataMiner to compile the value of the binding content. This applies to both element, service, and view properties. Regards
View QuestionFirst some general remarks. Yes, SLDMS is the process that takes the initiative to synchronize files both in the cluster and in a failover-pair. This happens in real-time or scheduled: Real-time:...
View QuestionHi Mateusz, this is a very interesting question you raise. Today there is no off the shelf support for that in DataMiner, but that would be something interesting to integrate. Don't hesitate to register...
View QuestionHi Jochen, The basic answer is that we don't have an overview of which lines are logged at which level. What could help, is that in each log-line you can see what the level is at which it appears in...
View QuestionRene, First, let me explain the difference in database: MySQL: Performance data (trend) when an element is deleted, the performance data is deleted as well. (data_x and dataavg_x) tables....
View QuestionArturo, to answer your 3 questions There is no built-in limit on the time you can specify as hysteresis. In your case 20 minutes should work fine. Yes, as a user you can configure both the on and off...
View QuestionThe files located directly in 'C:\Skyline DataMiner\System Cache\' are files that get created during the initial sync, but should also be removed automatically after the synchronization is finished. If...
View QuestionIt has been on our road-map for a while and a basic implementation is available but never really matured as there are probably tools out there that might a better fit if you're looking for a solution that...
View QuestionWe currently cannot help you out, there is no option to discard these properties. Hope you receive a patch soon.
View QuestionI have no clear answer for that specific connector, but we have an active EPM setup where DCHP messages are converted to syslog messages to inform DataMiner about the newly assigned IP. The expected rate...
View QuestionHi Piotr, In order to prevent 2 DMAs to become online it is advised to configure the heartbeats as described here (note the inverted heartbeats): https://docs.dataminer.services/user-guide/Advanced_Functionality/Failover/Configuring_Failover/Advanced_Failover_options.html#heartbeats...
View QuestionHans, As alternative. You can activate trending on text parameters if the driver tag is set. You can use the DataMiner Cube trend-graph to evaluate the evolution of that text parameter. Note that...
View QuestionThomas, there are a few things: User access: In the best possible scenario you connect your DataMiner System to the domain, that way DataMiner is unaware of any password, everything is managed by the...
View QuestionI follow your reasoning Stijn. With what we know today I agree we should no longer allow this. Changing a protocol on an element is definitely not supported, but this option opens the door to achieve...
View QuestionThis is currently only visible in the code of the BPA test, and not yet documented publically. The intention is that the thresholds are fixed, so there is no option to overwrite these. We aim to have...
View Questionthe underlying data type is also a double wrapped in a VARIANT for COM transportability. details on that object can be found here: https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/double-data-type
View QuestionHi Rene, What do we have: Since DataMiner 10.0.13 we distribute a tool that allows for backup/restore of your ElasticSearch cluster. All details can be found here. There is another tool CassandraBackup.exe...
View QuestionValid request Bernard, but this is not possible. The export file is mainly to read the configuration in a CSV. It holds no identifiers, but has the resolved element name and parameters.
View QuestionFrom the extra feedback you provided, I understand you want to execute actions on a folder which is accessible from the machine on which you run Cube. There is no functionality in Cube to execute scripts/drivers...
View QuestionThe impact I have in mind (1) from a driver-logic point of view this no problem (2) DataMiner blocks 'going back in time' within an element-run-time, but since this update will trigger a restart of the...
View QuestionHi Jeroen, the only way to update the cluster name, is like you suggest to: stop all DataMiner nodes in your cluster modify the dms.xml on every node (snippet below, and leave all other settings untouched)...
View QuestionHi Fenta, this is not possible using an out-of-the-box available call. The only possibility I currently see is through SLNet calls. Below is a snippet that can be used. Note: no safety check included...
View QuestionHi André I've verified this with a test driver using the latest feature release and the behavior you want to achieve is working. The thing to take into account when using this functionality: the...
View QuestionLars, The compute requirements don't change for DataMiner 10.2 specifically. But we do have some general recommendations that will change based on further data from the field. Memory requirements for...
View Question(1) When using ticketing on CUs of the 10.0 main release you do not have to install indexing. (2) Yes, you can use indexing only for the ticketing for the time being. Indexing becomes mandatory when...
View QuestionHi, Alarms that get processed by the correlation engine end up in different buckets based on the filter and alarm grouping. When an alarm for a bucket gets processed, the "condition" gets evaluated. ...
View QuestionDataMiner does not connect to multiple LDAP servers, so you can only specify 1 LDAP tag. In cases where not all DMA are connected to the (same) domain, it is advised to use local DataMiner users.
View QuestionHi, glad to see your interest in this preview feature it can help us iron out a few things for the official release. Do note that during this preview period, updates on the cloud part happen frequently,...
View QuestionMiguel, we indeed encounter the problem with the virtual IP we use in our failover setups. We have scheduled a work-item on the list to provide a solution for this subnet problem. Do note that the...
View Question