Azure - VM Guest Agent not ready

Jain Navin Kumar 46 Reputation points
2024-03-18T03:29:28.4666667+00:00

[00000006] 2024-03-18T02:15:55.347Z [INFO] DHCP is not enabled and no response from well known fabric address.

[00000006] 2024-03-18T02:15:55.347Z [ERROR] Failed to obtain fabric URI. ControlSystem not initialized. Escalate to ICM - 'Cloudnet/VNET'.

[00000006] 2024-03-18T02:16:00.347Z [INFO] Initializing ControlSystem.

[00000006] 2024-03-18T02:16:00.416Z [INFO] Could not find any network interface that has DHCP enabled.

[00000006] 2024-03-18T02:16:00.487Z [ERROR] Did not discover fabric address on any interface, escalate to ICM - 'Cloudnet/VNET'. Dumping networking information.

[00000006] 2024-03-18T02:16:00.595Z [INFO] ipconfig.exe /all

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

1 answer

Sort by: Most helpful
  1. Prrudram-MSFT 28,171 Reputation points Moderator
    2024-03-18T09:37:05.6533333+00:00

    Hello @Jain Navin Kumar

    Thank you for reaching out to the Microsoft Q&A platform.

    The error message you provided indicates that the DHCP is not enabled and there is no response from the well-known fabric address.

    To resolve this issue, you can try the following steps:

    Check if the VM Agent is running by executing the command systemctl status waagent. If it is not running, start the VM Agent by executing the command systemctl start waagent.

    Check if the VM Agent is up to date by executing the command waagent -version. If it is not up to date, update the VM Agent by following the instructions in this document: https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/agent-linux#update-the-vm-agent.

    Check if the network interface has DHCP enabled by executing the command ipconfig -a. If DHCP is not enabled, you can enable it by following the instructions in this document: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/enable-dhcp.

    If the issue persists, you can escalate it to Azure support by creating a support ticket in the Azure portal.

    I hope this helps! Let me know if you have any other questions.

    If I have answered your query, please click "Accept as answer" as a token of appreciation

    0 comments No comments

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.