- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
virtual machine agent status is not ready. Troubleshoot the issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2021 03:55 AM
Hi everyone,
I´ve successfully deployed a NIOS 8.4.3 VM in Azure yesterday (a big thank you JasonRad!) but I keep seeing the following error:
- virtual machine agent status is not ready. Troubleshoot the issue
I´m fairly certain that this should be in the Terraform script:
- provision_vm_agent = enabled
...but can´t seem to find a solid example or even if this is how to address the issue.
Thank you in advance for any help!!!!!!!!!!!!!!!!!!
Kind regards,
-Will
Solved! Go to Solution.
Re: virtual machine agent status is not ready. Troubleshoot the issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2021 07:36 AM
Hi Will,
NIOS is a locked down OS and does not allow for the installation of extensions such as the Azure VM agent. You can set that argument to disabled to prevent Azure from trying, or leave it as is, but you may still see the status issue. NIOS itself should be running fine and ready for use.
-Jason
Re: virtual machine agent status is not ready. Troubleshoot the issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2021 08:06 AM
Hi Jason,
I can´t thank you enough, truly. Now I just need to find this published someplace so I can share with the client because the alert is very visible on the Portal and it doesn´t look very inspiring.
Thanks again, if you´re ever in my neck of the woods (Málaga area) I´ll buy the drinks and tapas!
Warm regards,
-Will
Re: virtual machine agent status is not ready. Troubleshoot the issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 12:02 AM
Hi,
Any updates on this issue?