Does the Cisco DCM protocol support virtual DCMs?
2nd September 2021
Hi, Connector Cisco DCM does not use SNMP for communication (only to receive traps), it use IIOP protocol which is still present on vDCM software. So, you can use Cisco …
Answer
2nd September 2021
Hi, Connector Cisco DCM does not use SNMP for communication (only to receive traps), it use IIOP protocol which is still present on vDCM software. So, you can use Cisco …
2nd September 2021
Hi Chris, In your Microsoft element, you can disable the “Auto clear task manager” setting. This will make sure that processes that are no longer running, are still reported in …
2nd September 2021
The raw (SLNet) object contains an additional boolean property called Physical which marks the external loop-back connection. Checking if a connection is internal can be done by: !Phsyical && Source == …
2nd September 2021
Hi, Since you are making your request directly through a QAction DataMiner settings shouldn’t affect that. It seems that your request is timing out, try to increase ‘ReadWriteTimeout’ on your …
1st September 2021
This is already available as the ‘Active alarms’ and ‘History alarms’ data sources starting from 10.1.0. You need to enable the ‘GenericInterface’ soft launch option before you’ll see this in …
1st September 2021
I’m sorry but I can’t get it working but maybe it’s because I’m using a “Monitor”. Are these values also available for a “Spectrum Monitor”?
1st September 2021
You can also embed a full spectrum component in your Visual Overview. You can check the help for this.
1st September 2021
Hi Stefan, instead of the thumbnail, you can embed a complete spectrum component, see https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_2%2Fvisio%2FEmbedding_a_Spectrum_Analysis_component.htm Keep in mind that this is slightly different from the thumbnail, as a thumbnail will …
1st September 2021
If I’m not mistaken these should be available in the same fashion as any other metric on a any managed object in DataMiner, and can be linked to Visual Overview …
1st September 2021
Hi Jayaram, This is indeed the result of the revoked access to port 80. The visuals in the HTML5 interface will only work over HTTPS on DataMiner systems running version …
1st September 2021
Hi Thomas, As Ben mentioned this is a known issue. According to RFC1157, the request ID is defined as integer. A valid Request-ID value must be in the range -2^31 to …
1st September 2021
A request ID can be negative, but you also have to be careful how Wireshark translates this to a number in the UI because it’s two’s complement and Wireshark doesn’t …
1st September 2021
All you should need to make your syntax correct is to add square brackets around your “var:varName”. So your _newValue should be “[var:varName]”. If the value is then also placed …
1st September 2021
I’m not an expert on this, and it seems to be unrelated (as it seems to be the opposite if I understand correctly), but in the past we experienced some …
1st September 2021
Hi Martin, Can you try using [var:varName]?