DX Unified Infrastructure Management

 View Only
  • 1.  Delete all info related a probe

    Posted Feb 07, 2018 09:20 AM

    Hi All ,

     

     How to delete all the information, qos and discovery details for a probe .We have configured few probes and there is no use for now ,so we don't want the entries in DB .How cleanup can be done.



  • 2.  Re: Delete all info related a probe



  • 3.  Re: Delete all info related a probe

    Posted Feb 07, 2018 01:00 PM

    Hello Issac!

     

    If you are looking for a way to delete from UMP, the option is available in SLM portlet for UIM 8.5.1

     

    SLM Data Management - CA Unified Infrastructure Management - 8.5.1 - CA Technologies Documentation
    https://docops.ca.com/ca-unified-infrastructure-management/8-5-1/en/using-ump/the-slm-portlet/slm-data-management 


    If you want to have more control/options how/what QOS to delete you can try the tool:

    Delete QoS via command line tool (1.4) 

    note: I would recommend not to delete QOS data/entries via the SLM portlet. Depending on the number of rows behind your QOS metric this could hang/freeze/block/lock your UMP/SQL server(s). That is one of the reasons why this Perl utility was written, because it takes another approach to delete the qos data (= more granular)

     

    Kind Regards,

    Alex Yasuda
    CA Technologies
    Sr Support Engineer



  • 4.  Re: Delete all info related a probe

    Broadcom Employee
    Posted Feb 07, 2018 09:44 PM

    Hi, issac.

     

    Here are steps I often use to clean up my lab.

    =================
    Performance Data
    =================

    1. Open data_engine probe in Admin Console.
    2. Set clean up policy

    Delete Raw data older than 1 day.
    Delete historic data older than 2 day.
    Delete daily average data older than 3 day.

    3. Leave it running for several days.

    =================
    Alarm
    =================

    1. Deactivate NAS probe.
    2. Delete <nas>/*.db files
    3. Drop NAS_XXXX tables (except for nas_database_migrations) in UIM database.
    4. Activate NAS probe.

    =================
    Inventory
    =================

    1. Open Probe Utility Window for discovery_server probe.
    2. Execute "remove_all_master_devices"



  • 5.  Re: Delete all info related a probe

    Posted Feb 08, 2018 08:14 AM

    Hi Yu ,

     

    But the above will run for whole QOS right not specific to any particular qos?



  • 6.  Re: Delete all info related a probe

    Broadcom Employee
    Posted Feb 12, 2018 09:18 PM

    Hi, Issac08.

    thank you very much for response.

    You are correct since my steps is generic to the whole qos.