Virtual machine creation may fail because agent is unable to retrieve VM creation options from the host (VMware ESXi vCenter Error) How to solve
Are you seeing “Virtual machine creation may fail because agent is unable to retrieve VM creation options from the host” on your ESXi host?
Don’t worry! Here’s a quick troubleshooting tip for you
- Login to your ESXi host using putty
- Check hostd status using following command /etc/init.d/hostd status
- Next check vpxa status using following command /etc/init.d/vpxa status
- Restart both hostd and vpxa using following command (This is an online activity)
/etc/init.d/hostd restart
/etc/init.d/vpxa restart - Check host status. This solved the issue for me!
Is this helped you?