Install Core Services

Install AppDynamics Services in the cluster by running the profile-specific appdcli command.

  1. Log in to the cluster node console.
  2. Run the command to install services:
    Small Profile
    CODE
    appdcli start appd small
    Medium Profile
    CODE
    appdcli start appd medium
    Large Profile
    CODE
    appdcli start appd large
    Extra Large Profile
    CODE
    appdcli start appd xlarge

    This command installs the Splunk AppDynamics services. We recommend that you specify the Virtual Appliance profile as same as the profile that you selected to create a virtual machine. See Virtual Appliance Sizing.

  3. Verify the status of the installed pods and service endpoints:
    Pods
    CODE
    kubectl get pods --all-namespaces
    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 | Not Installed |
    +-----------------------------------------+---------------+
    | Cisco Secure Application                | Not Installed |
    +-----------------------------------------+---------------+
    | Automated Transaction Diagnostics       | Not Installed |
    +-----------------------------------------+---------------+
    | 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.

Note: When a Virtual Machine restarts, the MySQL service may not automatically restore. To troubleshoot this issue, see Restore the MySQL Service.