DX Unified Infrastructure Management

 View Only
  • 1.  Probe of things

    Posted Jun 01, 2020 12:05 PM
    Hi All,

     Before 2 years i was using the probe of things for getting the error probes in my environment  ,now i could not able to see or download the probe. Any one has the probe now still working ?

    https://community.broadcom.com/browse/blogs/blogviewer?BlogKey=2346c26a-3ed7-4d74-8e3e-33f930ee48b3&CommunityKey=170eb4e5-a593-4af2-ad1d-f7655e31513b


  • 2.  RE: Probe of things
    Best Answer

    Broadcom Employee
    Posted Jun 01, 2020 12:58 PM
    This was a community created probe. It was never officially supported.
    The people that used to work on it are no longer with the company.
    To my understanding, it stopped working as of UIM 9.X

    Currently there is are no plans that I am aware of to update it.

    ------------------------------
    Gene Howard
    Principal Support Engineer
    Broadcom
    ------------------------------



  • 3.  RE: Probe of things

    Posted Jun 15, 2020 05:09 AM
    So any way to get those inactive probes details from DB ?


  • 4.  RE: Probe of things

    Posted Jun 15, 2020 05:23 AM
    Try: (this comes from an old jasper report)
    select r.hub,r.robot,p.probe_name,p.pkg_version,check_time
    from CM_NIMBUS_PROBE p with(nolock)
    Inner join CM_NIMBUS_ROBOT r with(nolock) on p.robot_id= r.robot_id
    where p.active=0
    and r.robot_active=1
    order by r.hub,r.robot, p.probe_name


  • 5.  RE: Probe of things

    Posted Jun 15, 2020 07:52 AM
    Any other way is there apart from this Luc ? And also can we automate the validation too ?


  • 6.  RE: Probe of things

    Posted Jun 16, 2020 01:23 AM
    What would you like to do?