DX Unified Infrastructure Management

 View Only
  • 1.  Remove bulk devices from Netconnect probe

    Posted Jul 14, 2020 12:55 PM
    There is any sql query to remove multiple devices from net connect probe  at a single time . we have 1000 devices and we need remove 100 devices in that ?


  • 2.  RE: Remove bulk devices from Netconnect probe

    Posted Jul 14, 2020 01:11 PM
    no, profiles are in the probe cfg, and net_connect probe utility does not have a callback to delete profiles.

    ------------------------------
    Support Engineer
    Broadcom
    ------------------------------



  • 3.  RE: Remove bulk devices from Netconnect probe

    Posted Jul 16, 2020 09:22 AM
    Edited by Adriano Miranda Jul 16, 2020 09:24 AM
    To remove profile you can use the controller callback "probe_config_set"

    ------------------------------
    Senior Analyst
    Telefonica Brazil S.A.
    ------------------------------



  • 4.  RE: Remove bulk devices from Netconnect probe

    Posted Jul 14, 2020 02:55 PM
    In future just always group and put items under groups. That way you can just delete the entire group if you don't want it. 
    Also if they are items that are one after the other in the net_connect probe you could stop the probe, open the cfg and delete that way but I think GUI is easier and quicker. 

    Quickest way, export a net_connect status window to excel. Sort by IP or Profile name and keep the ones you want. Then wipe the cfg clean and then do a massive bulk import with the drag and drop with the IP's you want to keep. 


    ------------------------------
    Daniel Blanco
    Enterprise Tools Team Architect
    DBlanco@alphaserveit.com
    ------------------------------



  • 5.  RE: Remove bulk devices from Netconnect probe

    Posted Jul 15, 2020 04:43 PM
    You can also create a script to remove these profiles by command line using Probe Utility.

    ------------------------------
    Senior Analyst
    Telefonica Brazil S.A.
    ------------------------------



  • 6.  RE: Remove bulk devices from Netconnect probe

    Posted Jul 17, 2020 08:29 AM
    I am having a similar issue. I have created an idea for removal callbacks.
    Maybe you can vote for it?
    https://community.broadcom.com/participate/ideation-home/viewidea?IdeationKey=309a4b7e-297d-4670-8b5d-5613dc06ca4a

    ------------------------------
    Chris
    ------------------------------



  • 7.  RE: Remove bulk devices from Netconnect probe
    Best Answer

    Posted Jul 17, 2020 10:44 AM
    Hello.

    Can you try this way?

    ${pu_path} -u ${user} -p ${pass} /${uim_domain}/${hub}/${robot}/controller probe_config_set "net_connect" "/profiles/${profile_name}/" "NULL" "NULL" "" ""

    ------------------------------
    Senior Analyst
    Telefonica Brazil S.A.
    ------------------------------