Home / Reference / ONTAP Select & Virtual Appliance Supportability

ONTAP Select & Virtual Appliance Supportability

ONTAP Select is the "ONTAP on your own hardware" edition — but "your own hardware" has strict limits, and homelab hypervisors like Proxmox are not among them. Here is what Select is, what is officially supported, why Proxmox deployments are a support wall, and what the supported alternatives look like.

ONTAP storage object model implemented by a virtual ONTAP Select appliance

1. What ONTAP Select actually is

ONTAP Select is NetApp's software-defined edition of ONTAP: the same WAFL/NVRAM core you get on FAS/AFF, packaged as a virtual appliance that runs on commodity x86 servers. You deploy it with the ONTAP Select Deploy administration utility — itself a virtual machine that provisions and manages Select nodes. It shares the ONTAP CLI/API surface, so the cheatsheet and most reference pages here apply, but it deliberately does not support everything a FAS/AFF system does (see the limits table below).

Two things are commonly confused with ONTAP Select — both are different products:

2. Official support matrix

Hypervisor / platformStatusNotes
VMware vSphere (ESXi)✅ SupportedThe primary supported path for years; check the IMT for the exact ESXi + Select version pair.
KVM (Red Hat / CentOS class)✅ SupportedDeploy utility ships a KVM-based option; supported on the documented distro versions.
Proxmox VE❌ Not supportedNot on the support matrix. Deploy utility does not target it; no support, no guarantees.
Microsoft Hyper-V❌ Not supportedNot a supported Select hypervisor.
Nutanix AHV / other KVM forks❌ Not supportedOnly the documented KVM platforms are supported; forks are not.
Bare metal❌ Not supportedSelect always runs as a VM under Deploy; no bare-metal install.
Public cloud (self-managed)→ Use CVOSelect is not the cloud vehicle; Cloud Volumes ONTAP is.

The authoritative check is always the NetApp Interoperability Matrix Tool (IMT) — the matrix, not a blog post or a forum answer, is what support enforces. Version-specific supportability changes over time; never trust a static page (including this one) over the current IMT.

3. Why Proxmox is a wall — and what happens if you try

Proxmox is KVM underneath, so the natural question is "why not?". The reasons are product and engineering, not snobbery:

Homelab judgement call For a non-production lab, running an unsupported hypervisor is a personal risk decision — many homelabbers do it and it's their call. What you must not do is mistake "it booted" for "it is supportable". If the lab's purpose is learning ONTAP itself, the CLI/API experience is identical regardless; the risk is concentrated in the platform layer. See the repurposing notes for the same theme on used hardware.

4. Before you deploy: the two-minute supportability check

# 1. Confirm what you actually have (if it is already deployed somehow)
version -v
system node show -fields node,model,serial-number
# 2. Confirm the hypervisor the VM reports
# (inside the VM, Linux guests can check with dmidecode/systemd-detect-virt)
systemd-detect-virt
# 3. Check the IMT — search "ONTAP Select" for your version + hypervisor pair.
#    https://imt.netapp.com  — the matrix is the only authority.

If the IMT says the combination is not supported, the honest options are: change the hypervisor, change the product (below), or accept an unsupported lab.

5. Supported alternatives when Select doesn't fit

NeedBest fitWhy
Managed ONTAP in AWSFSx for ONTAPHyperscaler operates it; no hypervisor questions at all.
Managed ONTAP in Azure / GCPAzure NetApp Files / Google Cloud NetApp VolumesSame story, different clouds.
ONTAP on your own cloud VMsCloud Volumes ONTAP (CVO)Runs in the supported cloud marketplace images — the "Select but in the cloud" role.
Lab ONTAP on commodity hardwareONTAP Select on supported ESXi/KVM — or a used FAS/AFFSelect is the sanctioned lab path on the supported hypervisors; real hardware is the other.
Lifecycle check before you commit Virtual-appliance product lifecycles move: confirm ONTAP Select's current end-of-sale / end-of-support dates and the newest Select release with NetApp before building a lab or edge strategy on it — and prefer the managed services for anything long-lived. (Flagged in RESEARCH.md for re-verification against the current lifecycle page.)

Related: FSx for ONTAP · hardware lineup · glossary (ONTAP Select) · decommissioning & repurposing · ← All reference guides