DX Unified Infrastructure Management

 View Only
  • 1.  New Custom Virtual Interfaces not showing data in RA

    Broadcom Employee
    Posted Aug 28, 2013 10:59 AM

    If you create a Custom Virtual Interface in RA and are not seeing data, you should check that the CVI rule was deployed to the Harvester.

    If you RDP to the Harvester and login to mysql with the command below:

    mysql -P3308 harvester

    Then check the virtual_circuits table to look for the CVI you created:

    select * from virtual_circuits;

    This will show a list of router IP's and subnet IP's which should help you determine if your CVI made it down to the Harvester.

    If it is there, you may just need to be patient, as it can take several hours to start displaying data in RA.

    If it is not there, you should check the \Netqos\reporter\logs directory for the ReporterAnalyzerManagerServiceLog*.log and search for the key word "virtual" and see if there are any errors deploying the virtual circuit.

    Depending on what the error is, it may be best to then open a ticket with CA Support to advise on the best course of action.



  • 2.  Moving Thread

    Posted Aug 28, 2013 11:12 AM
    Moving this thread to tech tips.

    You can also simplify the command by running it on any server that has MySQL installed:
    mysql -P 3308 -D harvester -h <IP or name of harvester server> -u harvest -pharvest -e "select * from virtual_circuits;"
    May not work with Linux harvesters as the username/password may have been changed.


  • 3.  RE: [Tech Tips] Moving Thread

    Broadcom Employee
    Posted Aug 28, 2013 11:18 AM
    Sorry I meant to post in Tech Tips.

    Yes that command should work on a Linux Harvester as well.

    You can use a similar command to export to a text file as well to make the search easier as well if you want.


    mysql -P 3308 -D harvester -t -e "select * from virtual_circuits;" > d:\virtual_circuits.txt

    From: CA Infrastructure Management Global User Community (eHealth/Spectrum/NetQoS) [mailto:CommunityAdmin@communities-mail.ca.com]
    Sent: Wednesday, August 28, 2013 11:12 AM
    To: mb.100051015.101667366@myca-email.ca.com
    Subject: [Tech Tips] Moving Thread

    Moving this thread to tech tips.

    You can also simplify the command by running it on any server that has MySQL installed:
    1mysql -P 3308 -D harvester -h <IP or name of harvester server> -u harvest -pharvest -e "select * from virtual_circuits;"


    May not work with Linux harvesters as the username/password may have been changed.
    Posted by:Stuart_Weenig
    --
    CA Communities Message Boards
    101669906
    mb.100051015.101667366@myca-email.ca.com<mailto:mb.100051015.101667366@myca-email.ca.com>
    https://communities.ca.com