DX Unified Infrastructure Management

 View Only
  • 1.  Enable metrics CDM probe (network, THROUGHPUT) isn't captured

    Posted 29 days ago

    Hi everyone.

    I see constant that is some difficult obtaing some metrics from cdm via adminconsole, for example

    QOS_NETWORK_INBOUND_TRAFFIC, QOS_NETWORK_OUTBOUND_TRAFFIC

    QOS_DISK_READ_THROUGHPUT, QOS_DISK_WRITE_THROUGHPUT

    I enabled those monitors ---->

    But for a reason isn't return data. I see that some robots do and others don't.

    for example, this device return data...

    this device not return data.

    What is the reason for this behavior?
    CDM not support mix configuration IM and adminconsole ? only IM or only AC ?
    What is your recommendation ?
    What can i do ?


  • 2.  RE: Enable metrics CDM probe (network, THROUGHPUT) isn't captured

    Posted 28 days ago

    For a Linux system you need sysstat on each host to get network throughput.




  • 3.  RE: Enable metrics CDM probe (network, THROUGHPUT) isn't captured

    Posted 28 days ago

    Hi @Glenn Weavind that it's correct sysstat for linux and sar for unix




  • 4.  RE: Enable metrics CDM probe (network, THROUGHPUT) isn't captured

    Posted 25 days ago

    Is it a problem:

    • that the definitions don't arrive in the robot cdm.cfg?
    • that the qos is created, but the info not displayed in OC?

    You can try the sql:

    select * from s_qos_data 
    where qos = 'qos_network_inbound_traffic'

    and check if your device without data in OC is displayed in the SQL output.




  • 5.  RE: Enable metrics CDM probe (network, THROUGHPUT) isn't captured

    Posted 22 days ago

    Without more info it's difficult to give the correct reason or a possible solution.

    If you enter in Google the search keywords: "broadcom uim no qos info in oc" you will receive multiple articles discussing the possible reasons




  • 6.  RE: Enable metrics CDM probe (network, THROUGHPUT) isn't captured

    Posted 21 days ago

    Hi @Luc Christiaens the problem arn't definitios or display in OC, because the other metrics of the robot and cdm probe are in OC without problem...!!!

    I think that maybe this problem it's in the server, permission or someting
    Do you have a document where list the commands used in AIX OS ?, i know cdm to use sar command for aix.