Virtual machine agent status is not ready.

Cyrus Ghaderpour 0 Reputation points
2024-02-12T14:37:09.37+00:00

After creating vMX Meraki on Azure I see an error on VM stating: Virtual machine agent status is not ready. No matter how many times I rebuilt the vMX or rebooted the machine, I couldn't get rid of this error for vMX VM.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,930 questions
{count} votes

2 answers

Sort by: Most helpful
  1. kobulloc-MSFT 26,336 Reputation points Microsoft Employee
    2024-02-14T17:43:34.79+00:00

    Hello, @Cyrus Ghaderpour !

    Why am I seeing agent status is not ready on my Cisco Meraki vMX VM?

    There are multiple reports of this issue on Cisco Meraki vMX. In general, the solutions have been:

    • Update the version number (18.107 was reported as working)
    • Reboot the VM a number of times (it's unclear exactly why this works, but it has worked for a number of people)
    • Some people have had to redeploy the VM

    See also:

    Azure specific agent status not ready troubleshooting:


    I hope this has been helpful! Your feedback is important so please take a moment to accept answers. If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image

    1 person found this answer helpful.
    0 comments No comments

  2. Achraf Ben Alaya 1,056 Reputation points MVP
    2024-02-12T14:49:46.38+00:00

    HI , Try to :

    1. Restart Azure VM Agent.
      For Windows:
    • Open an elevated Command Prompt.
    • Run the following command:
      
      net stop waagent
    net start waagent
      
    

    For Linux:

    • Open a terminal.
    • Run the following commands:
      sudo systemctl restart walinuxagent
      
    
    1. Check Azure Service Health.
    2. Review VM Agent logs.
    3. Update VM Agent.
    4. Check Azure resource provider permissions.
    5. Reimage the VM.
    6. Contact Azure Support if needed.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.