DX Unified Infrastructure Management

  • 1.  Package Compliance -UIM Probes

    Posted Mar 15, 2017 10:53 AM

    Hi All,

     

     We have created configuration package for probes like cdm,processes ,we have more than 1000 servers and theses package are deployed across robots,we need to ensure that config packages are applied to all robots .How can i check the compliance of this ?

     

    Thanks,



  • 2.  Re: Package Compliance -UIM Probes

    Broadcom Employee
    Posted Mar 15, 2017 07:02 PM

    If you use MCS to deploy the probes and configurations, you can check by running the query something like below.


    select * from SSRV2Profile order by updated desc
    select * from SSRV2AuditTrail order by timestamp desc

     

    Please check more details about MCS from the URL below.

    Monitoring Configuration Service - CA Unified Infrastructure Management - 8.4.7 - CA Technologies Documentation 



  • 3.  Re: Package Compliance -UIM Probes

    Broadcom Employee
    Posted Mar 16, 2017 05:03 AM

    Hello.

     

    1. As David mentions, the goal of your effort (distribute configuration only package to your robots) is as exactly the same as what we are attempting to address with MCS feature.

     

    2. Double checking effort for live monitoring configuration in a large UIM environment is a very challenging segment in today's UIM.

     

    My idea is.

    Develop a "loop" script which runs "inst_list_summary" (Probe Callback utility) for every robot.

    "inst_list_summary" callback gives you list of deployed package properties.

     

    > cd <UIM>\bin

    > pu -u <UIM User> -p <Password> /<Domain>/<Hub>/<Robot>/controller inst_list_summary

     

    Someone may have more cool ideas for this.

     

    You might have interest for the below post (This is a very sophisticated utility)

    Probe of Things - A Custom Probe That Does Things 

     

    Regards,

    Yu



  • 4.  Re: Package Compliance -UIM Probes

    Posted Mar 16, 2017 11:19 AM

    I can get the details with query select * from CM_Nimbus_Package with UIM 8.1 with SQL 2008R2,but it  is not working in UIM 8.5 with SQL 2014



  • 5.  Re: Package Compliance -UIM Probes

    Posted Mar 17, 2017 11:33 AM

    Can anyone suggest on this?



  • 6.  Re: Package Compliance -UIM Probes

    Broadcom Employee
    Posted Mar 17, 2017 11:41 AM

    Looks like the updates to this table was removed probably from discovery server.

    My 8.47 8.5 and 8.51 do not have anything in them.

    the cm_nimbus_probes seems to still be getting updated.



  • 7.  Re: Package Compliance -UIM Probes

    Posted Mar 17, 2017 11:48 AM

    Yes cm_nimbus_probe is working but _package is not working ..Will check 



  • 8.  Re: Package Compliance -UIM Probes

    Posted Mar 18, 2017 12:40 PM

    Can i get the query which display Ip or robot name for CM_Nimbus_Package which works on 8.1 version .



  • 9.  Re: Package Compliance -UIM Probes

    Broadcom Employee
    Posted Mar 17, 2017 11:38 AM