Downloading is only half the task. Here is how to convert that raw qcow2 file into a running virtual machine.
Once the download is complete, it is strongly advised to compare the SHA256 checksum provided on the portal with the file you downloaded to ensure the file is not corrupted. Basic Deployment Steps for QCOW2 on KVM
https://github.com/panorama-suite/kvm-images/releases/tag/v1004
qemu-img check /var/lib/libvirt/images/panorama/panorama_kvm_1004_new.qcow2
| File | Size (compressed) | Description | |------|-------------------|-------------| | PanoramaKVM-1004.qcow2 | 2.2 GB | The main virtual‑disk image | | PanoramaKVM-1004.qcow2.sha256 | 64 B | SHA‑256 checksum | | PanoramaKVM-1004.qcow2.asc | 1 KB | GPG signature of the checksum file | download panoramakvm1004qcow2 new
# Download the image (shows a progress bar) curl -L -o PanoramaKVM-1004.qcow2 \ https://cdn.panorama-suite.org/kvm/1004/PanoramaKVM-1004.qcow2
Minimum 16 GB RAM required for the management panorama mode. Step-by-Step Guide to Download Panorama KVM 10.0.4 QCOW2
If you are deploying this for , which is a common use case for QCOW2 images, follow these CLI steps:
Select and then click on Software Updates from the side navigation menu. Downloading is only half the task
Official software images are restricted to users with a valid support account. : Access the Customer Support Portal Software Updates Content Type to "Panorama Base Images" or "VM-Series KVM Base Images". : Locate the file (e.g., Panorama-KVM-10.0.4.qcow2 ) and click download. 2. Deployment on KVM (EVE-NG/GNS3) If you are deploying this for a lab environment like , follow these technical steps: Create Directory mkdir /opt/unetlab/addons/qemu/panorama-10.0.4 Upload Image : Use FileZilla or WinSCP to move the file into that folder. Rename File : The file must be renamed to virtioa.qcow2 for the hypervisor to recognize it. Add Logging Disk
set deviceconfig system ip-address netmask default-gateway Use code with caution. Configure DNS server addresses:
Confirm that the output hash exactly matches the hash displayed on the support portal. 3. Deploying the QCOW2 Image via KVM Command Line ( virsh )
Verify the provided on the portal against your downloaded file to guarantee the image was not corrupted during transit. Deploying the QCOW2 Image in Lab Environments Basic Deployment Steps for QCOW2 on KVM https://github
curl -C - -L -o PanoramaKVM-1004.qcow2 \ https://cdn.panorama-suite.org/kvm/1004/PanoramaKVM-1004.qcow2
If running in Panorama Mode, attach an additional virtual disk before powering on the system for the first time:
Ensure your Support Account is linked to the correct devices.
# Verify the checksum file itself (it should be a single line) cat PanoramaKVM-1004.qcow2.sha256 # Expected format: <checksum> PanoramaKVM-1004.qcow2
You will see a filter drop-down menu on the Software Updates page. Set the platform filter specifically to . This action narrows down the visible releases to management platform files only. 4. Locate the 10.0.4 Release
In the rapidly evolving landscape of network security, keeping your management infrastructure updated is crucial. Palo Alto Networks' Panorama provides centralized management for firewalls, and for organizations utilizing Kernel-based Virtual Machine (KVM) environments, keeping the image updated is essential for performance, security, and access to new features.