Nutanix Community Edition (CE) Installation Guide: Building a Professional HCI Lab

Virtualization tutorial - IT technology blog
Virtualization tutorial - IT technology blog

Why is Nutanix CE trending again?

Ever since Broadcom acquired VMware and shifted to an expensive subscription model, Sysadmins have been scrambling for an exit strategy. Although I run a Homelab with over 10 VMs on Proxmox, I have to admit: Nutanix is on a completely different level.

Nutanix isn’t just simple virtualization. It is the standard definition of HCI (Hyper-Converged Infrastructure). Previously, you had to spend thousands of dollars on specialized servers to experience this ecosystem. Now, the Community Edition (CE) allows us to build a sophisticated cluster right on a PC or run it nested within VMware/Proxmox.

After 6 months of tinkering for small projects, I’ve found Nutanix CE to be the best environment for learning about distributed storage. Its Prism interface is incredibly smooth, far exceeding what vCenter currently offers.

Three Pillars of Nutanix You Need to Know

Don’t rush into the installation if you don’t understand why Nutanix is such a RAM hog. Here is the foundational knowledge:

  • AHV (Acropolis Hypervisor): A KVM-based virtualization layer deeply optimized by Nutanix. It’s free, stable, and requires no complex licensing.
  • CVM (Controller VM): This is the “brain.” Each physical node runs a specialized VM to manage all data read/write operations.
  • Prism: The HTML5 management console. You’ll forget about heavy client software because Prism is extremely intuitive and modern.

Hardware Configuration: Don’t Underestimate the Requirements

Nutanix is quite picky. If your hardware doesn’t meet the standards, the installer will fail right at the start. To run a CE node smoothly, prepare the following:

  • CPU: Minimum 4 Cores, supporting Intel VT-x or AMD-V. Remember to enable Nested Virtualization in the BIOS.
  • RAM: 20GB is the bare minimum to boot. In reality, the CVM alone consumes 12-16GB to manage Metadata. If you want to run a few Windows VMs, you should have at least 64GB of RAM.
  • Storage System (3 drives mandatory):
    • Drive 1 (Boot): 64GB (SSD preferred).
    • Drive 2 (CVM/Metadata): 200GB+. This must be an SSD; using an HDD will make the system extremely laggy.
    • Drive 3 (Data): 500GB+ (SSD or HDD depending on your budget).

Detailed Installation Guide in a Virtualized Environment

Step 1: Initialize the Host Virtual Machine

If using VMware Workstation or Proxmox, set up the VM with the following parameters:

  • Operating System: Select Linux / Ubuntu 64-bit.
  • CPU: 4 vCPUs. Important: You must check “Virtualize Intel VT-x/EPT” or use “Host Passthrough” mode.
  • Network: Use Bridge mode so the CVM can receive an IP directly from your Router.

Step 2: Trick the System into Recognizing an SSD

Nutanix requires extremely high response speeds from the Metadata drive. If you are installing on VMware and using a real SSD but the system doesn’t recognize it, modify the .vmx file:

# Add the following line to emulate an SSD
scsi0:1.virtualSSD = "TRUE"

Step 3: Run the Nutanix CE Installer

Boot from the ISO file, and the text-mode interface will appear. Follow these steps in order:

  1. Select the US keyboard layout and assign the 3 drives correctly for Boot, CVM, and Data.
  2. IP Setup: This is the step most prone to errors. You need 2 clean static IPs in your current network range: one for the Host (AHV) and one for the CVM.
  3. Select Single Node Cluster if you only have one machine.

Click Install and wait about 20 minutes. If you are using NVMe drives, this process will be significantly faster.

Initialize the Cluster and Log into Prism

After the machine reboots, don’t try to access the web interface immediately. The CVM needs about 5-10 minutes to start the background services. SSH into the CVM IP (User: nutanix / Pass: nutanix/4u) to check:

# Command to check the status of all services
genesis status

When all services report [UP], access https://<CVM_IP>:9440. The default credentials are admin/admin. Nutanix will ask you to change the password and log in with a MyNutanix account to activate the CE version.

Lessons Learned After 6 Months of Use

My biggest mistake was shutting down the virtual machine abruptly. Nutanix manages data with a Strict Data Integrity mechanism, so sudden power loss can easily corrupt the CVM database. Always use the command cvm_shutdown -h now before turning off your Lab.

Additionally, take advantage of the Image Service. You just need to paste the ISO download link directly from the internet into Prism. The system will automatically download and store it centrally. Creating a new VM afterwards takes only a few clicks, much faster than manually uploading to a VMware Datastore.

Conclusion

Building a Nutanix Lab not only helps you upgrade your skills but also changes your mindset about modern infrastructure. While Proxmox remains a top choice for lightweight projects, Nutanix CE is an irreplaceable benchmark for understanding true Enterprise Storage. Good luck with your Lab setup!

Share: