DX Unified Infrastructure Management

  • 1.  Net connect Configurations

    Posted Feb 27, 2017 11:17 AM

    Hi All,

     

     We have Configured  TCP tests in Net_Connect probe ,now i need to create a USM group ti view the port latency metrics?Let us know whether it is  possible .



  • 2.  Re: Net connect Configurations

    Broadcom Employee
    Posted Feb 27, 2017 04:38 PM

    I am not sure why you would want a USM group for this. I would think you would like to create a list report

    or PRD to show this information.

    The report would show the servers and the metrics in one glance where the usm group you would have

    to look at each server unless you created a report template for the group..



  • 3.  Re: Net connect Configurations

    Broadcom Employee
    Posted Feb 27, 2017 08:08 PM

    Hello, Gene.

    They might want to do this to produce Grouping based features (Group Trend, MCS, etc)

    I believe they can do it.

     

    Regards,

    Yu Ishitani



  • 4.  Re: Net connect Configurations

    Posted Feb 28, 2017 11:31 AM

    Yes Gene ,I agree we can create a list group which has show metrics .But we need to generate historical reports ,so i looking to create USM group so that we can get the reports when there is an need .



  • 5.  Re: Net connect Configurations

    Broadcom Employee
    Posted Mar 01, 2017 05:32 AM

    You can 1.create a USM group with the systems where you enabled net_connect TCP QOS. Then, when needed, while selecting the group  2.click on reports > Group Trend reports > Select the Metric type > and add the elements to show in the report > Run

     

     

     



  • 6.  Re: Net connect Configurations

    Posted Mar 01, 2017 08:19 AM

    Marco ,By anyway can i create a dynamic grouping with the tcp tests alone. 



  • 7.  Re: Net connect Configurations

    Broadcom Employee
    Posted Mar 01, 2017 11:08 AM

    The screenshot I attached is from a dynamic group Trend Report. By then selecting the TCP target you will have a report with the "tcp tests alone" if this is what you mean



  • 8.  Re: Net connect Configurations

    Posted Mar 06, 2017 11:02 AM

    Thanks Marco,

     

    Can you help me in SQL query how to export the servers which is configured with net_connect probe in database.



  • 9.  Re: Net connect Configurations

    Broadcom Employee
    Posted Mar 06, 2017 11:15 AM

    Try this:

    SELECT p.probe_name,p.ip,c1.name,p.last_action,p.times_activated,p.timespec,p.pid,p.pkg_build,p.probe_type,p.probe_status

    FROM CM_NIMBUS_PROBE p

    Left JOIN CM_COMPUTER_SYSTEM c1 ON p.ip = c1.ip

    where p.probe_name = 'net_connect'

    order by c1.name