Install ATD Services

Prepare and install Automated Transaction Diagnostics services in the cluster.

Ensure DNS entries are added that are required for the resolution of the ATD services. Else, configure the DNS entries using the encrypted secrets file. See Configure and Validate DNS.

Follow the steps to install Automatic Transaction Diagnostics service in the Virtual Appliance:

  1. Log in to the cluster node console.
  2. Run the command to install services:
    Demo Profile
    CODE
    appdcli start atd demo
    Small Profile
    CODE
    appdcli start atd small
    Medium Profile
    CODE
    appdcli start atd medium
    Large Profile
    CODE
    appdcli start atd large
    Extra Large Profile
    CODE
    appdcli start atd xlarge
  3. Verify the status of installed pods and service endpoints.
    Pods
    CODE
    kubectl get pods -n cisco-atd
    Endpoints
    CODE
    appdcli status application

    Sample Output

    CODE
    +-----------------------------------------+---------------+
    |                 Service                 |    Status     |
    +=========================================+===============+
    | Hybrid Controller                       | Reachable     |
    +-----------------------------------------+---------------+
    | Controller                              | Not Installed |
    +-----------------------------------------+---------------+
    | Events                                  | Not Installed |
    +-----------------------------------------+---------------+
    | EUM Collector                           | Not Installed |
    +-----------------------------------------+---------------+
    | EUM Aggregator                          | Not Installed |
    +-----------------------------------------+---------------+
    | EUM Screenshot                          | Not Installed |
    +-----------------------------------------+---------------+
    | Synthetic Shepherd                      | Not Installed |
    +-----------------------------------------+---------------+
    | Synthetic Scheduler                     | Not Installed |
    +-----------------------------------------+---------------+
    | Synthetic Feeder                        | Not Installed |
    +-----------------------------------------+---------------+
    | Metrics Reader                          | Not Installed |
    +-----------------------------------------+---------------+
    | Metrics Rollup and Purger               | Not Installed |
    +-----------------------------------------+---------------+
    | Data Ingestion                          | Not Installed |
    +-----------------------------------------+---------------+
    | Anomaly Detection / Root Cause Analysis | Success       |
    +-----------------------------------------+---------------+
    | Cisco Secure Application                | Not Installed |
    +-----------------------------------------+---------------+
    | Automated Transaction Diagnostics       | Success       |
    +-----------------------------------------+---------------+
    | AI Insights / AI Assistant              | Not Installed |
    +-----------------------------------------+---------------+
    | Log Connect                             | Not Installed |
    +-----------------------------------------+---------------+
    | Monitoring Agent                        | Not Installed |
    +-----------------------------------------+---------------+
    | VA Model Context Protocol               | Not Installed |
    +-----------------------------------------+---------------+
    | AppDynamics Model Context Protocol      | Not Installed |
    +-----------------------------------------+---------------+

    You can also access the endpoint URL to verify the installation. See Verify the Service Endpoints Paths.

    For more information about ATD, see Automated Transaction Diagnostics Workflow.

Log in to administrator console (admin.jsp) and update the following properties in Controller Settings.
CODE
metrics.min.retention.period = 20
atd.onprem.enabled = true