NCP Virtual Machine Management — Questions and Answers
Question 1: What is AHV in Nutanix?
- Application Hosting VM
- Acropolis Hypervisor (Correct answer)
- Audit Host Validator
- Advanced Host Viewer
Correct answer: Acropolis Hypervisor
AHV stands for Acropolis Hypervisor, which is Nutanix's native, enterprise-grade hypervisor. It is based on KVM and is deeply integrated with the Nutanix software stack, providing a highly efficient and secure virtualization platform for running virtual machines directly on Nutanix nodes. AHV simplifies the infrastructure by eliminating the need for a separate hypervisor license.
Question 2: Which tool is used to manage VMs in Nutanix?
- vCenter
- Prism (Correct answer)
- Foundation
- Calm
Correct answer: Prism
Prism (both Prism Element and Prism Central) is the primary management interface for Nutanix environments. It provides a unified console for creating, managing, monitoring, and operating virtual machines, regardless of the underlying hypervisor (AHV, ESXi, or Hyper-V). Administrators use Prism to configure VM resources, network settings, and storage policies.
Question 3: What is a virtual NIC used for in VM creation?
- Manages disks
- Adds memory
- Provides network connectivity (Correct answer)
- Creates snapshots
Correct answer: Provides network connectivity
A virtual NIC (vNIC) is a virtual network adapter assigned to a virtual machine. Its fundamental purpose is to provide network connectivity, enabling the VM to communicate with other virtual machines, physical servers, and external networks. Without a vNIC, a VM cannot participate in any network communications.
Question 4: Which feature helps clone VMs quickly?
- Snapshot
- VM Cloning (Correct answer)
- Migration
- Replication
Correct answer: VM Cloning
VM cloning is a feature that allows you to create an exact copy of an existing virtual machine quickly and efficiently. In Nutanix, this process is highly optimized due to the distributed file system's ability to leverage features like redirect-on-write, which avoids copying all data blocks. This makes cloning ideal for rapid deployment of multiple identical VMs.
Question 5: What resource must be allocated to a VM?
- IP address only
- CPU only
- Disk space only
- CPU, memory, storage (Correct answer)
Correct answer: CPU, memory, storage
For a virtual machine to function correctly, it requires fundamental compute and storage resources. These essential resources include CPU (processing power), memory (RAM), and disk space (storage) for its operating system and applications. These resources are allocated from the underlying Nutanix cluster's pooled capacity.
Question 6: Which operation moves a VM without downtime?
- Clone
- Shutdown
- Snapshot
- Live migration (Correct answer)
Correct answer: Live migration
Live migration is a crucial virtualization feature that enables a running virtual machine to be moved from one physical host to another within the cluster without any downtime or interruption to its services. This capability is essential for performing host maintenance, balancing workloads, and ensuring high availability of applications.
Question 7: How can a VM be backed up?
- Clone VM
- Take a snapshot (Correct answer)
- Edit vNIC
- Change IP
Correct answer: Take a snapshot
Taking a snapshot of a VM creates a point-in-time copy of its state and data, allowing for quick recovery to a previous configuration. While not a full backup solution on its own, snapshots are often a foundational element in a backup strategy, enabling rapid restoration or serving as a source for replication to a dedicated backup target.
Question 8: Where are VM images stored?
- Virtual NIC settings
- Storage policy
- Image Configuration (Correct answer)
- CVM logs
Correct answer: Image Configuration
In Nutanix, VM images, such as ISO files for operating system installations or disk images for cloning, are managed and stored within the 'Image Configuration' section of Prism. This central repository allows administrators to upload, store, and make these images readily available for use when creating or provisioning new virtual machines.
Question 9: What is needed to connect a VM to a network?
- Enable firewall
- Set BIOS
- Attach to a network (Correct answer)
- Clone storage
Correct answer: Attach to a network
To enable a virtual machine to communicate with other devices and networks, it must be attached to a virtual network. This involves configuring a virtual NIC (vNIC) for the VM and connecting it to a specific virtual network segment, such as a VLAN or virtual switch, defined within the hypervisor environment.
What is AHV in Nutanix?