DX Unified Infrastructure Management

 View Only
  • 1.  Configuration Report for Robot

    Posted Feb 15, 2018 10:03 AM

    Hi All,

     

     Is there anyway or customization that can be done to get the details of robot with configured probes with thresholds .Need to get the details for 4000 robots.

     

    Note: As of now using probe of things to get for each probe.



  • 2.  Re: Configuration Report for Robot

    Broadcom Employee
    Posted Feb 15, 2018 04:21 PM

    Hi Issac,
    The following article provides the script to collect all of the Section and key value pairs in all probes.

    How to create a report of all probe configurations 

     

    Also, try usage_metering and billing probes to get the details of robot with configured probes.

    How to deploy usage_metering and billing probes in different types of environments 



  • 3.  Re: Configuration Report for Robot

    Posted Feb 16, 2018 09:27 AM

    Thanks David , the below procedure take much time to query .It took 1 hour to query 10 robots 

     

    How to create a report of all probe configurations 



  • 4.  Re: Configuration Report for Robot

    Broadcom Employee
    Posted Feb 18, 2018 11:57 PM

    How about creating the .cfg files on local machine?

     

    1.open robot.cfg and add the following line and save
    audit = 6
    2.restart the robot

     

    This will create, locally on each server, backup copy of probe cfg.
    The backup files can be found in the %nimsoft/robot/cfgs folder.

     

    To distribute to your environment, you may create robot_update super package and modify robot.cfx in the package as below.

    <controller> overwrite
    audit = 6
    </controller>