Upgrading the VAAI Plugin for ESX vSphere in a Nutanix Environment
Usually the latest VAAI plugin version is installed/updated along with our Foundation or upgrade process, but if you need to update the VAAI plugin version, just run this simple command from any Controller VM (CVM):
for i in `hostips`; do echo $i; scp \
~/data/installer/*4.0*/pkg/nfs-vaai-plugin.vib root@$i:/var/tmp/; \
echo "about to install"; ssh root@$i "esxcli software vib install -v \
/var/tmp/nfs-vaai-plugin.vib -f"; done
Leave a Reply