User info
First name | Jarno |
Last name | Lernou |
DevOps Program
Acquired rank |
Enabler
|
Points progress |
9498
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
Hi Jordy, The clientapps.lic was used in previous DataMiner versions, but nowadays consider this obsolete. Kind Regards, Jarno
View QuestionNormally you should be able to show the closed tasks on the List view (see screenshot below). You can do this by going to the Filter section and click on 'Looking for closed tasks?". I was not able...
View QuestionHi Blake, for this you have multiple solutions. You could indeed launch an Automation Script when clicking the button. Another approach is to add a parameter in your connector that you can trigger to increment...
View QuestionYou are correct, The so-called Stencils are shipped with DataMiner since RN22643. Normally you should be able to see a 'DataMiner' entry in Visio on the Shapes task pane when clicking More Shapes. You...
View QuestionHi Paulo, Although the approach of Matthias might work, it uses an SLNET call so we should be cautious when using these. Another option that might be worth mentioning is using the following method Method...
View QuestionI think you can accomplish this by using the following shape data in your shape: Element: [this element] Info: DESCRIPTION Options: Control=Textblock|VerticalScrollbarVisibility=Visible In my example,...
View QuestionCurrently, this is only possible by changing the raw Discovery Profile JSON located (by default) under "C:\Skyline DataMiner\Documents\Skyline IDP Discovery\Discovery". Duplicate the SNMP_MIB_II.json...
View QuestionHi Stefan, I personally like the regex in the condition the most as it is clear to anyone coming to the Visio and is aware of basic regex. An empty parameter (=not initialized) can be evaluated like this:...
View QuestionHi Thomas, I'm afraid this won't be possible. These are unstructured text files without any easy ability to sort, besides searching on timestamps. Kind Regards, Jarno
View QuestionHi Philip, Ian gave some nice suggestions. Next to that, a lot of things are going around in our Community. we are deploying a lot of new solutions & applications. Our developers are also actively...
View QuestionYes, this is possible by using the ParameterControl shape data. As indicated in the help, you can use the write parameter and you're good to go. If you would like to use the read parameter, then you will...
View QuestionI think the biggest difference is that the latter call (SetParameterByPrimaryKey) is trying to resolve the display key based on the primary key that you specify. The SetParameter method is using the display...
View QuestionHi Carlos, This is a good remark which has been addressed to the Data Exploration Team. For now, there is no real built-in replacement. I'll reference the tasks below for further follow-up. DCP225450:...
View QuestionHi Jeroen, I had possibly the same issue. On DataMiner 10.2 before CU4, there was no .NET 5.0 installed. You will have to use the DataMiner Cloud Pack with .NET5.0 embedded. This will be unnecessary from...
View QuestionHi Christine, You can also embed the Dashboards into a Visual Overview. Furthermore, there's an extra embed query option to only embed a single dashboard. Add the following data to a normal shape: Link...
View QuestionHi Aldrick, the ClientSideRowFilter indeed performs a contains when giving a filter. I believe you should be able to do the filter by making use of regex: "MAC State":regex:^online\(pt\)$ The ^ represents...
View QuestionHi Gina, It is not really recommended to use SLNET messages in general as these messages are not officially supported nor documented. In this case, I would advise you to explore our Skyline NuGet packages...
View QuestionHi Jana, Is this a connector that you have developed yourself? If so, I would suggest to use the DIS Validator tool to get to know where the issue is. Kind Regards, Jarno
View QuestionHi Stijn, I think you need another option: CloseWhenFinished Reference: Linking a shape to an Automation script | DataMiner Docs Kind Regards, Jarno
View QuestionHi Bernard, If your system is connected to dataminer.services, you are lucky today ;). We have a ChatOps extension available which does exactly what you want. SkylineCommunications/SLC-AS-ChatOps-Users...
View QuestionHi Alberto, Glad you make great use of our community! Typically we try to give some recommendations through the Visio style guide | DataMiner Docs. However, a recommendation on the resolution that fits...
View QuestionHi, Adding to the answer of Jeroen, the procedure is also described in the help: Moving the Cassandra database to a different disk drive | DataMiner Docs
View QuestionHi Tomoya, an option you could follow is to make use of Visio Groups. Make a group structure where you have a 99% transparent shape with the Execute command and use another shape for the button-layout...
View QuestionHi Jeff, I believe the particular feature of interest is Slowpoll for you. A similar question has been asked (How does slow poll work? - DataMiner Dojo). Perhaps the answer is what you're searching for?...
View QuestionHi João, I think you can accomplish this by making use of Basic conditional shape manipulation actions (ref. DM Help). You should try the following shape data: Element : 11. STP_KU_Foxcom_DTH_PL7611_35K...
View QuestionI have tested this and it should work if you add the following Shape Data to your page. Execute: Script:Stencils_Demo|myElement=[this element]|myParameterPid=150;myParameterValue=1|||NoConfirmation|SetTrigger=ValueChanged...
View QuestionHi Javier, I believe a similar question was already asked. Maybe you can find the information that you need over there?
View QuestionIn our script, we load the script parameter like this: ProfilesInstance = LoadScriptParameter<Dictionary<string, Guid>>(engine, ProfileInstanceParamName); By using the "In" key, we get the...
View QuestionHi Satrap, The easiest way to get started with building an interactive Automation Scripts (IAS) is consuming the Interactive Automation Script Toolkit | DataMiner Docs. You'll find quite some good content...
View QuestionHi Ashwiny, The issue you're likely facing is due to the separator in the syntax. As you can see, you are using a hyphen '-' for both the syntax of the condition and the element name. I suggest using...
View QuestionHi Romain, From DataMiner 10.1.2/10.2.0 onwards, DataMiner Object Models can be used for the modeling of any type of administrative or business-related objects within your system. Of course, along the...
View QuestionHi Paul, I'm wondering if you have special logic behind the scheduling? If you don't, you might want to consider the built-in features in Alarm Templates. Scheduling an alarm template | DataMiner Docs...
View QuestionHi Ryan, For now - as far as I know - this is not yet possible and we need to change this upon your request. Feel free to send more information to Skyline Techsupport (techsupport@skyline.be). Kind Regards,...
View QuestionHi Leander, Have you tried adding inline CSS, if you cannot use a reference to a file? Kind Regards, Jarno
View QuestionHi Bhavana, Great to meet you! The Nimbra Manager is not one component but rather comes as a solution delivered for you. It involves all the necessary connectors, alarm & trend templates, aggregation...
View QuestionHi Henri, I might be wrong but there's no straightforward way to easily accomplish this. I'm not saying, it is not possible, but it'll require some tricks to get there. There are also some details we're...
View QuestionHi Jose, Normally the pie chart is constructed by making use of the 'Parameters' shape data. You will have to reference each individual element ID/parameter pair if you want them to be included in the...
View QuestionHi Jens, Could you perhaps try to move the seperator placeholder inside the reservation placeholder? [reservation:[Sep:,?][this service]?Property=Service State]
View QuestionThe TableRowFilter can have multiple filters by using the following syntax: TableRowFilter:*PID*=*value to filter*;*PID2*=*value to filter* (PID : parameter ID) if PID == PID2: the filters are combined...
View QuestionHi Gregor, There might be more, but what I usually recommend is to check the DataMiner Dojo courses (DMS Correlation - DataMiner Dojo) and the Dataminer Help (DMS Correlation | DataMiner Docs). High...
View QuestionHi Jens, I'm using the Standalone Elastic Backup Tool - DataMiner Dojo, which is shipped by default with most recent versions of DataMiner. As far as I know, the automatic backup procedure cannot be configured...
View QuestionHi Tiago, Having a file on location "C:\Skyline DataMiner\Documents\DMA_COMMON_DOCUMENTS\QuickGraph.txt" You can just use the following Shape Data: Link : #http://<DMAIP>/Documents/DMA_COMMON_DOCUMENTS/QuickGraph.txt
View QuestionHi Bruno, If you want to use the write-functionality of the KPI stencil, you will need to follow some steps. This is something that you'll need to do once, as this is a generic way of making the sets...
View QuestionHi Jeroen, you can try to add a new Shape Data field called 'Tooltip' and add the text in the value. More information is available in the help.
View QuestionAs far as I know, This is not supported by DataMiner. The below is an extract from the help: Up to DataMiner 9.6.11, either HMAC-SHA or HMAC-MD5. From DataMiner 9.6.12 onwards, you can choose between...
View QuestionThere are two ways to perform actions after a Provisioning of Elements. As you are saying, you can configure a script to update properties (or any other actions that can only be done with an Automation...
View QuestionIDP currently supports IPv4 discovery and provisioning and will release in next release support for IPv6. In terms of numbers, we are not limited in the size of the scan range, however, scanning the whole...
View QuestionHi Philip, I was curious about the use case, and I can confirm I could reproduce the behavior you described. I suspect this is a Software Issue, and I would suggest reporting this to Techsupport so it...
View QuestionHi James, I think you are already in the right direction. You can indeed use the 'Info' Shape Data field to get there. When using 'ELEMENT NAME', it will show you the element alias. When using 'FORCE...
View QuestionHi Daniel, Am I right in assuming you are using the connector 'Haivision Media Gateway'? If so, you might want to use the 'exception' value that is implemented. If you pass along '-1', it should show...
View QuestionHi Rajesh, The syntax is described here: Generating shapes based on child items in a view or a service | DataMiner Docs The ChildrenFilter allows indeed for property values. If the name of the property...
View QuestionHi Ryan, This should be no problem. We are revealing some metrics on the DataMiner Docs and as you can see, this should not be a problem. Profile manager benchmarks | DataMiner Docs There was also a...
View QuestionHi Stefan, As Miguel indicated, this is not possible with the built-in functionality of Aggregation Rules. Besides a connector change, you could also consider making a dashboard with a GQI that does the...
View QuestionHi Dave, Throughout the year, the team has made a tremendous effort in the feature set of Dashboards. One of the features is the so-called, Generic Query Interface (abbreviated as GQI). This allows you...
View QuestionHi Zhing Hang Lee, Nice to meet you! In order to see the baseline, you'll need some configuration in the connector of the element. You can use the following type attribute | DataMiner Docs to enable...
View QuestionHi Stefan, Someone from the software team will most likely give you a better and more thorough explanation or workaround, but I had encountered this as well before. I tried to restart the processes related...
View QuestionHi Marian, Nice to meet you! The Device Discovery wizard requires a network discovery element using the Production version of the connector Skyline IP Network Discovery. Alternatively, advanced element...
View QuestionHi Daniel, Thank you for your feedback! I've made a small example and will add a screenshot to give you a better view of what is possible. You can add a custom title as empty text, but you can also change...
View QuestionHi Randy, Are you able to follow the recommendations/tips from the topic you've shared? If you think all steps are taken, maybe we are overlooking something. Does the user see the Stencils being loaded?...
View QuestionHi Jens, if performance is critical for you I would suggest using the engine.FindElementsByProtocol as it is using the GetLiteElementInfo SLNET Message in the background. Right now, IDms is using multiple...
View QuestionHi Benjamin, The Catalog contains all integrations we have. You can simply search for Microsoft Platform to find information and downloads. (Catalog) Beneath the ranges of the connector, we also have...
View QuestionHi Ken, you might want to check the following page: Advanced analytics features in the Alarm Console | DataMiner Docs for Alarm Grouping through AI, i.e. Automatic Incident Tracking. This DataMiner Analytics...
View QuestionHi Jeroen, The elements available and/or managed by IDP are registered through element tables. Besides the element IDs, also the names are stored in certain places. Edit: All element name changes gathered...
View QuestionHi Luis, Your reasoning is in the right direction. The regex replace placeholder is very powerful and it will also show its strength in this use case. I have made a simplified example with the simple...
View QuestionHi Johannes, Yes this is possible. In your service template, you can simply add multiple times the same element. In my example, I did make everything fixed, but you can make this more dynamic. In my case,...
View QuestionHi Joel, I have tested this on a Visual Overview linked to a View and it seems to work fine for me. The use case to only include the property option in a FilterComboBox is a little bit strange, so I assume...
View QuestionHi Yuki, regular expressions in the fullFilter are supported since 10.2.0/10.2.2. From that version onwards, it is possible to use regular expressions in this type of filter. For this purpose, use the...
View QuestionHi Alberto, The shape data you are looking for is VdxPage. More information can be found over here: Making a shape display a particular page of the current Visio drawing | DataMiner Docs Current options...
View QuestionHi Hugo, I checked and simply putting \n won't work. Instead, you will need to get the new line in the Visio shape data or the text field of the shape. To get it to work you will need to first press and...
View QuestionHi Paul, There's is a concept of Buckets in Correlation, which is very well explained in the answer on the following question: Correlation - Why isn't my script executed for every new alarm? - DataMiner...
View QuestionAs far as I know, there are no straightforward ways to divide or multiply values in a Visual Overview. There's however a new feature available with dynamic units, Add the following Shape Data: Options...
View QuestionHi Adrian, the only way I can think of is to use embedded VDX pages. You can accomplish this by: making a tab page with just one rectangle shape on it. Add VdxPage shape data on the rectangle with...
View QuestionThe shape with the 'Execute'-Shape Data is an enhanced shape linked to an Element. In groups, the subshapes will always inherit the 'Element' context from their parents, unless you use NoCopyElementProperty....
View QuestionAs far as I know, there's no official preference. On the official website, there is however a matrix that can be used to check if the distro you like is available for the given Elasticsearch version (at...
View QuestionHi Philip, the answer to the following question might be what you're looking for: How to apply a table parameter filter on index instead of display-key / naming key? - DataMiner Dojo Kind Regards, Jarno
View QuestionHi André, The unit is pixels (more information on DataMiner Help). The height of the band, either relative (e.g. 3*), absolute (e.g. 200) or auto. When empty, a default absolute height of 64 pixels is...
View QuestionHi Miaio, The protocol Action should be able to do what you want. Inside the action, you need to use the Protocol.Actions.Action.Type set to clear and Protocol.Actions.Action.On set to parameter. An...
View QuestionHi Mahito Murakami, Yes, this is possible by adding '__saved_' prefix before the name of your session variable (DM Help)
View QuestionYes, this is possible (DM Help). You can combine two conditions by making use of a boolean expression. Show : <A>and<B>-A|123/45|125|=1-B|123/46|125|=1
View QuestionUnmanaged elements can be managed when they can be linked to an existing CI Type, i.e. the Provisioning part must have the same protocol and protocol version. When they get managed, no major actions happen,...
View QuestionFor the IDP App, we use a generic HTML file with some CSS that is able to receive one URL argument 'img' that points to the location within the Webpages or Documents folder. The CSS ensures that the image...
View QuestionHi Ladan, I'm not sure if this is really a bug, rather this is expected behavior. According to the help, you can use the ChildrenFilter feature based on Protocol only on group shapes with sub shapes that...
View QuestionHi Jeyaram, There's a similar question already asked on here. The answers might be of interest to you.
View QuestionHi Chris, most likely you have forgotten to place some option on your child shape. I have created a small example that does work. Group 1 Children = Element Group 2 (child of Group 1) ChildType = Element...
View QuestionHi Stefan, As indicated on the following page (Overview of the files found in the root folder | DataMiner Docs), DataMiner.xml is partially synchronized. It is, however, not fully documented what data...
View QuestionHi Tim, You can do the same action as you did with the grouping, but now for the filter. Using the filter, you can select only the relevant columns that you would like to show in the table. Kind Regards,...
View QuestionHi Robin, Wouldn't it be possible to set the session variable in the script as well? Passing Automation script output to session variables Kind Regards, Jarno
View QuestionHi Yuki, I think your best option is to simply duplicate the alarm and trend templates through Protocols & Templates in DataMiner Cube. More information here: Creating an alarm template | DataMiner...
View QuestionHi Pascal, Your index contains hyphens ('-') and this is likely the cause of your problem as this is the character used for defining multiple conditions after each other. You can change the default separator,...
View QuestionHi Luis, Miguel is correct in stating you don't need Java by default on the server/VM hosting DataMiner. However, if you choose to have self-hosted storage, i.e. typically Cassandra Cluster + OpenSearch...
View QuestionHi Stefan, As far as I know, there's no built-in method to search in multiple tables in one go. I'd suggest creating an Automation Script that helps you with this. Although it may not be the most elegant...
View QuestionHi Jaroslaw, It's your lucky day as we have this already available in the Catalog for you! Feel free to have a look at your system by deploying this Visio! Downlink Redundancy | Catalog Kind Regards,...
View QuestionHi, This is available in the Skyline.DataMiner.Core.DataMinerSystem.Common nuget, through the following method: Method GetViews | DataMiner Docs. All of the nuget packages we officially support are listed...
View QuestionHi John, You should use Extended conditional shape manipulation actions | DataMiner Docs for this. This is nicely documented and should look something like this: Hide : <A>-A|Value|[var:MyVar]|=0...
View QuestionHi Philip, When making complex and big Visio's, it is worth looking into this option. If you have a rather small Visio or only need to reference the parameter only once, it does not make sense. The advantage...
View QuestionHi Ailton, You can make use of the RegexReplace placeholder: [RegexReplace:\/(.*),[this elementid],$1] Kind Regards, Jarno
View QuestionHi Joel, Typically, InitVar (Initializing a session variable | DataMiner Docs) is used when you have simple a use case or when you don't care about the scope of the session variable. The more advanced...
View QuestionHi Zean, I hope everything is fine with you! As you indicate, the parameter with ID 420 is the display key. For both conditions, I think they are individual columns (which happen to also be part of the...
View QuestionHi Vincenzo, Sorry to hear that your upgrade process is not going well. A failure during an upgrade could be related to a lot of different causes, therefore typically we require more in-depth information...
View Question