Trending data is lost after 24hrs – why?

Hi Jack, Can you evaluate on which DataMiner agent the element (for which you see this behavior) is located? Maybe the settings on that DataMiner agent are different?

Aggregation inside one Element

Hi Euler, You can calculate the SUM in a visio file using shapedata ParametersSummary.  The syntax is explained here. Example: Sum|6/97148:176|6/97149:176|6/97150:176| As you can see in the example, this shapedata …

DataMiner: Trend Graph

The timer base can go between 0 and 10.  What exactly does this do?  If it sets the real-time trending timer, then why is it limited to 10 and not …

Linking to an alarm state of parameter

This worked for me: As you did, added shape data INFO with Value: Severity (add * to the shape if you want to see what value you exactly have when …

Dataminer Cube on macintosh macos

Hi Daniel, At this moment it’s not possible to use DataMiner Cube on a Mac OS machine. You’ll have to work with the HTML5 apps (Monitoring, Dashboard, Tickets, Jobs) or …

Linking to an alarm state of parameter

Hello Stefan, if you create a shape, not linked to any element, add shape data: Alarm, Value: DMAID/ElementID/tablerowID with the alarm parameter:filter|Alarm (101/20/2003:*optical power*|Alarm) If you only want it visible …

Backward/Forward client-server compatibility

Since we introduced the ‘Cube start Window’, you don’t have to worry again about your installed DataMiner Cube version (standalone). You just install ‘DataMiner Cube from your local landings page …

Linking to an alarm state of parameter

Hi Stephan, In this case you could use Extended conditional shape manipulation actions (you could use either Show or Hide shape data) For example, if you would like to show …

External Data collection from an element

Just for sake of completeness. A) you can also pull this via the north bound SNMP API on DataMiner, but not everybody had this enabled with virtual IP addresses and …

How to change IP Address of a DataMiner?

DataMiner uses the IP Address assigned to Windows Server. In case your server has a static IP address you can change it by running the following command: netsh interface ipv4 …

Get a new created view best practice

Views are indeed created asynchronously in DataMiner. They are not immediately available after sending the request to create the new view. Few possibilities to wait until the view is created, …