Import the License File into the Virtual Appliance

  1. Acquire the Controller license file (license.lic) and save to the primary node at /var/appd/config/license.lic.
    The license file is typically in {controller_home}/platform/product/controller/.
  2. Run the following appdcli command: 
    appdcli license controller /var/appd/config/license.lic
    
    BASH

Update the Configuration of the Controller

In Enterprise Console, add the authentication settings to the Controller configurations as follows:

  1. Access the Enterprise Console UI.
  2. Select the platform.
  3. Go to the Configuration tab.
  4. Navigate to Controller Settings > Appserver Configurations > JVM Options.
  5. Replace <DNS_DOMAIN> with the value configured as dnsDomain in /var/appd/config/globals.yaml.gotmpl:

    -Dappdynamics.auth.service.hosted.zone=-tnt-authn.<DNS_DOMAIN>
    -Dappdynamics.auth.service.port=443
    -Dappdynamics.auth.service.ssl.access.enabled=true
    -Dappdynamics.auth.service.token.generation.enabled=true
    -Dappdynamics.controller.authentication.resource.accessible=true
    -Dappdynamics.auth.client.token.validation.enabled=true
    CODE

    Alternatively, add these authentication settings in ~/appdynamics/platform/product/controller/appserver/jetty/start.d/start.ini

       

  6. Restart the Controller: 
    cd ~/appdynamics/platform/product/controller/bin/
    ./controller.sh stop
    ./controller.sh start
    BASH

Next Steps

Go back to Install Cisco Secure Application.