Installing VMware PowerCLI Cmdlets from the PowerShell Gallery
A great writeup for this process with detailed information is located here: https://blogs.vmware.com/PowerCLI/2017/04/powercli-install-process-powersh... Read More →
A great writeup for this process with detailed information is located here: https://blogs.vmware.com/PowerCLI/2017/04/powercli-install-process-powersh... Read More →
# Shows BMC/IPMI version for all hosts in cluster- Run from one CVM in cluster [code language="bash"]for i in `hostips`; do echo AHV HOST $i ; ssh roo... Read More →
This how-to will show you how to configure a VM to VM anti-affinity rule on Nutanix AOS 5.0. For reference, the official documentation on this feature... Read More →
This lesson will show you how to patch VMware ESXi using the Nutanix one-click upgrade process in Prism. If you have additional questions not covered ... Read More →
To perform core VM management operations directly from Prism without switching to vCenter Server, you need to register your cluster with the vCenter S... Read More →
This article will show you the steps involved to setup Acropolis File Services (AFS) on a cluster running AOS 5.0. Acropolis File Services (AFS) uses ... Read More →
This article will show you how to import a virtual appliance that's in the OVF or OVA format into the Nutanix AHV hypervisor, via the Image Service in... Read More →
Here are some helpful resources for scripting to the Nutanix API via PowerShell or other languages. I'll continue to add more as I come across them. F... Read More →