DX Unified Infrastructure Management

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

    Posted Oct 03, 2024 05:27 PM

    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 Oct 04, 2024 04:30 AM

    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 Oct 04, 2024 05:06 PM

    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 Oct 07, 2024 04:36 AM

    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 Oct 10, 2024 04:50 AM

    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 Oct 11, 2024 11:08 AM

    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.