DX Unified Infrastructure Management

  • 1.  CDM Probe status

    Posted Mar 28, 2017 10:27 AM

    Is there a way to search the entire enviroment to check if the CDM probe is installed in on all devices? We were missing the probe from some of our servers and would like to avoid that from happening again



  • 2.  Re: CDM Probe status

    Broadcom Employee
    Posted Mar 28, 2017 10:38 AM

    you would have to use some type of probe call back to cycle through all hubs and all robots to see what is installed.

    You can check out the below kb article:

     

     

    There are other threads on the communities about collecting probe configurations which have other suggestions as well.

     



  • 3.  Re: CDM Probe status

    Broadcom Employee
    Posted Mar 28, 2017 10:35 PM

    Try using the below table in CA UIM DB.

     

    CM_NIMBUS_PROBE

     

    Regards,

    Yu



  • 4.  Re: CDM Probe status

    Posted Mar 29, 2017 06:01 AM

    example: show all robots where the cdm probe is not installed:

    SELECT ip,os_major,os_minor,domain,hub,robot,origin,is_hub,user_tag_1,user_tag_2,address
    FROM CM_NIMBUS_ROBOT
    where robot_id NOT in (select robot_id from CM_NIMBUS_PROBE where probe_name = 'cdm')



  • 5.  Re: CDM Probe status
    Best Answer

    Broadcom Employee
    Posted Mar 30, 2017 08:58 AM

    Alternatively, you could use the 'find' feature within Infrastructure Manager.

    Tools --> Find... --> Probes (enter 'cdm' in the 'name' field)

     

    That would at least show you the list of where cdm IS installed.

    Hope that helps!