AppDynamics for Databases

2.9.x Documentation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed content regarding adding back processes

...

Copy the license.lic file to the <AppD4DB install directory>/apache-tomcat directory. AppDynamics for Databases automatically recognizes the license. 

...

  1. Run the recreateAllAgents script as follows:

    Code Block
    titlerecreateAllAgents.vbs command and sample output
    C:\cd <AppD4DB install directory>\agent
    C:\<AppD4DB install directory>\agent\csscript recreateAllAgents.vbs
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved
     
    createMSSQLAgentservice.bat <MSSQL Collector Name>
    createMYSQLAgentservice.bat <MySQL Collector Name>
    createDB2Agentservice.bat <DB2 Collector Name
  2. Copy the output of the recreateAllAgents.vbs command and paste it into a text editor. Save the file as recreateAllAgents.txt. You will need the contents of this file later in this procedure.

...

For Windows only: Copy the contents of recreateAllAgents.txt and paste it into the command line similar to the following:

Code Block
titleExample, recreating the collector processes
C:\cd <AppD4DB install directory>\agent\
C:\<AppD4DB install directory>\agent\createMSSQLAgentservice.bat <MSSQL Collector Name> createMYSQLAgentservice.bat <MySQL Collector Name> createDB2Agentservice.bat <DB2 Collector Name>

...

The Setup page shows how many concurrent licenses you have and how many you have consumed. 

Until you apply a license, either through the License page, as described in Add a License or by adding the license.lic file to the apache-tomcat directory as described above, the Licenses area in AppDynamics for Databases 2.9 and higher indicates that no licenses have been added.

...