Home Datacenter Nutanix Cluster Create Cli

Nutanix Cluster Create Cli

by Roger Lund

I recently setup Nutanix CE in my lab following this blog post. https://www.virtualizationhowto.com/2019/04/install-nested-nutanix-ce-in-vmware-vsphere-esxi-6-7-update-1/

Setting up a new Nutanix Cluster? These are the parameters.

cluster --dns_servers=172.16.30.30,172.16.30.32 -s 172.16.70.39,172.16.70.51,172.16.70.53,172.16.70.56 --cluster_name=lab2 --cluster_external_ip=172.16.70.60 create

I want to be able to enabler dedupe.

ncli cluster edit-params enable-on-disk-dedup=true

now I can access the cluster at 172.16.70.60 with the defaults.

You may also like