Splunk AppDynamics On-Premises Virtual Appliance requires three virtual machines. To create a virtual machine, download the OVA file to your local machine where ESXi is deployed.

Splunk AppDynamics On-Premises Virtual Appliance uses the OVA file to install OS and MicroK8s in your virtual machines.

  1. Log in to the ESXi.
  2. Select Create / Register VM.
  3. Select Deploy a Virtual Machine from an OVF or OVA file.
  4. Select OVF and VMDK files:
    1. Specify a name for your virtual machine.
    2. Select the OVA file that you have downloaded from the Downloads portal.
  5. Select the datastore for the virtual machine.
  6. In License Agreements, read and accept the license agreement.
  7. In Deployment Options, specify the following:
    • Network Mappings - Select the required network map type from the list.
    • Deployment Type - Select the Virtual Appliance profile.
    • Disk Provisioning - Select the disk provision type.
    • Power on automatically - You can choose to power the virtual machine on after deployment.
  8. Review the configuration, then click Finish.
  9. Create two more virtual machines by using the same OVA file.
  10. Ensure the virtual machines are powered on.

Bootstrap VMware ESXi

After you deploy the virtual machines, you must bootstrap VMware ESXi so virtual machines can use the ESXi details.

  1. Log in to console of the node using the appduser credentials.

    By default, the node password is set to changeme.

  2. Run the following command to bootstrap VMware ESXi.
    sudo appdctl host init
    CODE
  3. Specify the following ESXi details:
    • Hostname
    • Host IP address (CIDR format)
    • Default gateway IP address
    • DNS server IP address
  4. Run the appdctl show boot command on the node.

    Sample Output

     NAME              | STATUS    | ERROR
    -------------------+-----------+-------
     firewall-setup    | Succeeded | --   
     hostname          | Succeeded | --   
     netplan           | Succeeded | --   
     ssh-setup         | Succeeded | --   
     storage-setup     | Succeeded | --   
     cert-setup        | Succeeded | --   
     enable-time-sync  | Succeeded | --   
     microk8s-setup    | Succeeded | --   
     cloud-init-config | Succeeded | --   
    CODE

Next Steps

  1. You can review and update the parameters in the helm file. For more information about the helm file parameters, see Customize the Helm File.
  2. Install Cisco AppDynamics Services.