DX Unified Infrastructure Management

  • 1.  Deletion of Host in Perfomance Report

    Posted Jul 22, 2016 05:12 AM

    Dear All,

     

    Can anyone tell me there are multiple host is getting reflected under Report -> Performance Reports in CA UIM Snap.

    If I want to delete or I don't want to get reflected over there how can I achieve it?

    Reply on urgent basis.

     

    Regards,

    Sumeet Mishra



  • 2.  Re: Deletion of Host in Perfomance Report

    Broadcom Employee
    Posted Sep 06, 2016 05:26 PM

    Performance Report Designer references the QoS data stored in S_QOS_DATA.

     

    1. make sure you're not monitoring the device anymore

    2. remove references to it in S_QOS_DATA

    3. restart data_engine



  • 3.  Re: Deletion of Host in Perfomance Report

    Posted Sep 27, 2016 09:09 AM

    Hi Jason,

     

    Please elaborate the point no 2 &3 as I am using CA UIM SNAP 8.3.2 version.

     

    Regards,

    Sumeet Mishra



  • 4.  Re: Deletion of Host in Perfomance Report

    Posted Sep 27, 2016 07:30 PM

    Hi Sumeet,

     

    Do you see any QoS data for both the Hosts which are reflecting in Performance reports ? If yes, what data you see there for both the Hosts.

     

    Can you port a screen shot of what you are referring to ?



  • 5.  Re: Deletion of Host in Perfomance Report

    Posted Sep 30, 2016 04:59 AM

    Hi Phani,

     

    In CA UIM Snap ---> Performance Report --> There are multiple host entries has been made now I want to display the entries which is been monitored .

     

    I am able to see apart from the monitored device few other devices IP address is getting reflected. I need to delete that.

     

    Hope my query is now understandable.

     

    Regards,

    Sumeet Mishra



  • 6.  Re: Deletion of Host in Perfomance Report
    Best Answer

    Posted Oct 19, 2016 03:36 AM

    Hi Team,

     

    I am marking the issue resolved.

     

    First you need to connect to internal database using SQL Studio Management Express 2008.

    once you are connected you can execute the below command in sql script.

     

    SELECT * from S_QOS_Data where source='<host to be deleted>'
    DELETE from S_QOS_Data where source= '<host to be deleted>'

     

    Regards,

    Sumeet Mishra