ADA stopped collecting data and files are not processing in the \CA\datafiles folder
search cancel

ADA stopped collecting data and files are not processing in the \CA\datafiles folder

book

Article ID: 75051

calendar_today

Updated On:

Products

CA Application Delivery Analysis MTP (NetQoS / ADA)

Issue/Introduction

ADA stopped collecting data and files are not processing in the \CA\datafiles folder.

The Inspector_DatapumpModeMgr_*.log that there are errors like below:

"D:\CA\Datafiles\R1521090600_7-2-16.dat": Lost connection to MySQL server during query"

Environment

Release:
Component: NQSAMC

Cause

This is usually caused by an over loaded ADA server.   It is recommend that ADA have no more then 1000 Servers and Applications in the database, once a system goes over this level, it will be difficult to recover from.

These requirements are documented below:
Limitations of Applications and Servers on CA ADA Console

You can check the super.servers and super.applications tables in mysql to get a count of how many servers and applications you have. If they are both much over 1000, this is the likely cause of the issue.
mysql super
select count(*) from servers;
select count(*) from applications;

Resolution

  1. Ensure that the "Catch All" server subnet that is set by default is deleted as this will usually bring in too many servers.

  2. On each Collector/MTP set the "force positive config" setting as documented in the link below to ensure that ADA only created User Modified Applications, this will prevent System Defined Applications from being created and causing the database issue.
    Disabling System-Defined Application Creation

  3. If there are too many server and applications in the system already, you may have to uninstall ADA and reinstall ADA with a fresh database.
    **Note**
    You may want to export your list of servers and make note of your user defined Application Definitions before uninstalling.
    If you have setup HTTPS you may want to back up the files and directories listed in HTTPS setup instructions below:
    Enable HTTPS for the CA Application Delivery Analysis Web Interface
    The ApplyHTTPS Tool can also help to reapply these settings after reinstalling
  4. After reinstalling, and before adding any Collectors or vMTPs delete the 0.0.0.0 Server Subnet from the Admin->Data Monitoring->Servers, Server Subnets page.

  5. Add the collectors back and verify that files are processing.

  6. If needed, setup HTTPS by using the ApplyHTTPS Tool or Enabling HTTPS as noted in Step 3.