← NCA 6.10 Study Hub

NCA 6.10 Study Guide · Section 2 of 4

Describe Nutanix Basic Administration

The day-to-day: managing VMs, the resiliency features that keep them running (live migration, HA, ADS), the difference between the two management planes (Prism Element and Prism Central), and matching a use case to an AOS license tier. Maps to Module 3 (AHV), Module 4 (Prism), and Module 9 (Licensing).

🎯 Section 2 of 4 Maps to Modules 3, 4, 9 Versions AOS 6.10 · pc2024.2

2.1VM management on AHV

AHV is Nutanix's built-in hypervisor. It is KVM-based (Nutanix hardened and operationalized KVM), and it is included at no extra licensing cost in every Nutanix Cloud Infrastructure (NCI) license; a new node ships with AHV by default. Core VM operations, virtual networking, live migration, and VM high availability are built into the stack, not separate products you license and deploy.

Day-to-day VM management (create, power, clone, snapshot, update vCPU/RAM/disks/NICs) happens in Prism. The CLI equivalent is acli (Acropolis CLI) for VM and network operations and ncli for cluster-level operations.

2.2The three resiliency features: Live Migration, HA, ADS

FeatureWhat it doesWhen it triggers
Live MigrationMoves a running VM between AHV hosts in the same cluster with no downtime; memory state copies while the VM keeps runningMaintenance, ADS rebalancing, node expansion, or admin request
VM High Availability (HA)If a host fails, the VMs that were on it are restarted on surviving hostsUnplanned host failure (this is a restart, not a live move)
ADS · Acropolis Dynamic SchedulingAutomatically places and rebalances VMs to avoid CPU/storage hot spotsContinuously; ADS is automatic and on by default for every AHV cluster
Exam shape
Trap: HA vs Live Migration. Live Migration = planned, no downtime, VM stays running. HA = unplanned host failure, the VM restarts elsewhere (brief downtime). ADS is the "automatically balances load / avoids hot spots" answer, the AHV analog of DRS.

2.3Prism Element vs Prism Central

Prism Element (PE)Prism Central (PC)
What it isBuilt into AOS, runs inside every CVMA separate VM (or scale-out VM cluster) you deploy after the cluster is up
ScopeManages only its own single clusterManages many clusters across sites from one screen
UpgradesRides along with AOS via LCMA separate component with its own upgrade path
ExtrasCore configure / manage / monitorCategories, multi-cluster views, and the higher-tier automation/operations features
Exam shape
"Single screen across multiple clusters / multiple sites" → Prism Central. "Built into every cluster, manages just that cluster" → Prism Element. PE is free and always there; PC is a separate VM you stand up.

2.4AOS licensing tiers

TierHeadline scopeRepresentative features
StarterSmall/entry, up to 12 nodes per clusterRF2, compression and deduplication, async replication (RPO ≥ 1 hour), lifecycle management
ProLarger deployments, richer data servicesMore than 12 nodes, RF3, erasure coding, VM flash-mode pinning, multi-site replication, GPU passthrough
UltimateMission-critical / advancedAdvanced replication (Metro, NearSync, cross-cluster migration), encryption (data-at-rest, native KMS), microsegmentation (Flow), multiple managed Kubernetes clusters
Exam shape
Align the use case to a tier. Needs Metro / NearSync / encryption / microsegmentationUltimate. Needs RF3 / erasure coding / >12 nodesPro. Basic RF2 with async and compression → Starter. (Prism Starter ships with every AOS license; a 90-day Prism Ultimate trial is included too.)

§Section 2 in one breath

AHV is the free, KVM-based, built-in hypervisor. Live Migration moves running VMs with no downtime; HA restarts VMs after a host fails; ADS auto-balances load. Manage one cluster in Prism Element (built into AOS), many clusters in Prism Central (a separate VM). Match the feature need to the AOS tier: Starter, Pro, or Ultimate.

§Self check

1. A host fails unexpectedly. Which feature brings the VMs back, and is it a live move or a restart?

2. You need to manage four clusters in three sites from one console. PE or PC?

3. Is AHV a separately licensed hypervisor? Where does it come from?

4. A customer needs Metro Availability and data-at-rest encryption. Which AOS tier?

5. Which feature automatically avoids hot spots by rebalancing VMs?