VM won’t vMotion on Nutanix Cluster – Error: msg.vmk.status.VMK_BUSY

Had an issue where a VM would not migrate to another node within the Nutanix cluster, getting this error message after about 21%. To resolve this I used: https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1031636 even though this is for version 4.x this worked for VMware 5.5. On the host under advanced settings change this setting: Migrate.VMotionResolveswaptype = 1 Change the […]

More...

Can’t join VMware 5.5 VCSA to Active Directory – Error: Invalid Active Directory Domain

When attempting to add a VMWare vCenter Server Appliance to our Active Directory I encountered this error message: “Error: Invalid Active Directory Domain”. Within the /var/log/vmware/vpx/vpxd_cfg.log log file I was seeing the following: It would seem that the root record for the domain is missing, this should resolve to a domain controller, so it has […]

More...

Nagios check_http plugin get OK returned for an expected error code

If you have a webserver that you want to check, but it requires authentication, you can still perform a check without seeing an error code. So for example, if you had a webserver where you wanted to check that the web server was responding on port 80, but didn’t want to have the plugin login […]

More...