Previous Topic: Upgrade CA Performance Management 2.3.4 with CAMM 2.2.6 to CA Performance Management 2.4.1 with CAMM 2.4Next Topic: Perform Post-Upgrade Steps


Re-Enable the Automatic Recovery of the Data Aggregator Process

Re-enable the automatic recovery of the Data Aggregator process. You disabled the automatic recovery before you upgraded Data Aggregator. When enabled, if the database server runs out of memory, or if Data Repository is unavailable for a time, Data Aggregator shuts down automatically to help ensure that data consistency is maintained.

Follow these steps:

  1. Log in to the computer where the Data Aggregator is installed as the root user.
  2. Open a console and type the following command:
    crontab -e
    

    A vi session opens.

  3. Uncomment out the following line by removing the pound symbol (#) from the beginning of the following line:
    # * * * * * /etc/init.d/dadaemon start > /dev/null
    

    For example:

    * * * * * /etc/init.d/dadaemon start > /dev/null
    

    The automatic recovery of the Data Aggregator process is re-enabled.

More information:

How to Upgrade CA Performance Management Data Aggregator - Command Line