Nutanix AHV Appliance Quick Start
Nutanix AHV support is currently in beta. The QCOW2 appliance image is built from the same AlmaLinux 9 base and provisioning scripts as the VMware OVA. Please contact support if you encounter any issues.
Every new release automatically builds a QCOW2 disk image based on AlmaLinux 9. All security updates are applied during the build, and you can update packages as needed using standard Red Hat tools like dnf update.
Nutanix AHV Requirements
- Nutanix AHV (any supported version)
- Prism Central or Prism Element
- 2 vCPU
- 8GB RAM (minimum)
- 80GB Disk Space
Importing the QCOW2 to Nutanix Prism
Step 1 — Upload the Image
- In Prism Central, navigate to Compute & Storage > Images
- Click Add Image and select URL or Upload
- Provide the QCOW2 file or URL
- Set Image Type to Disk
- Click Save
Step 2 — Create the VM
- Navigate to Compute & Storage > VMs
- Click Create VM
- Configure:
- Name:
calltelemetry - vCPUs: 2 (or more)
- Memory: 8 GB (or more)
- Name:
- Under Disks, click Attach Disk:
- Type: Disk
- Operation: Clone from Image
- Image: Select the uploaded QCOW2 image
- Under Network Adapters, add a NIC on your voice/management VLAN
- Click Save and Power On
Networking Requirements
The appliance has the same networking requirements as the VMware OVA. Place it on the same subnet as your Cisco CallManager servers or ensure routing is available.
From Call Telemetry to Voice networks:
- TCP 8443 to CallManager
- TCP 80 to Cisco IP Phones
From Voice Networks to Call Telemetry:
- TCP 22 from CallManager SFTP CDR
- TCP 2222 for external SSH management
- TCP 80 for CURRI API
- TCP 443 for HTTPS management
- TCP 601 for Syslog
Capacity and Sizing
The QCOW2 appliance has the same capacity as the VMware OVA — up to about 60,000 Cisco IP Phones and 200 calls per second. See Capacity Planning for larger deployments.
OS Defaults
IP: DHCP
Username: calltelemetry
Password: calltelemetry
(please change the password)
First Boot Steps
The first boot experience is identical to the VMware appliance:
- Configure Networking — Use
sudo nmtuito set a static IP, thensudo reboot - Access the Web UI — Open
https://IPADDRESSand create your admin login - Change the default password — Run
passwdover SSH (port 2222) - Configure SSL — Follow the Custom SSL Certificates guide
- Set Up Notifications — Complete the Notification Setup
- Connect to CUCM — Configure AXL, RIS, and CTI and CDR
Accessing SSH
Port 22 is dedicated for SFTP only. Use port 2222 for SSH management:
ssh -p 2222 calltelemetry@<appliance-ip>
Change the default password immediately after first login:
passwd
Air-Gapped and Offline Support
The appliance is self-contained and does not require internet access to operate.
Air Gap support is available for licensed users via Appliance Manager. Community users must have internet access for updates.