Share via

Resolving Azure Linux Agent Stuck at "Creating" Status for Azure Arc-enabled servers

SwathiDhanwada-MSFT 19,088 Reputation points Moderator
2024-08-01T04:58:40+00:00

How can I fix my Azure Linux Agent which is stuck in the "Creating" status for Azure Arc-enabled servers ?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

Azure Monitor
Azure Monitor

An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.

0 comments No comments

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 19,088 Reputation points Moderator
    2024-08-01T04:59:09.45+00:00

    If your Azure Linux Agent is stuck in the "Creating" status, check if the installed Connected Machine agent exists and it is latest version. You can resolve this issue by uninstalling the current version and installing a supported version. For more information on Connected Machine agent versions, refer to the Azure Connected Machine agent release notes

    Follow these steps to resolve the issue:

    1. Uninstall the existing version of the Arc agent:
      
         sudo azcmagent uninstall
      
      
    2. Reinstall the Arc agent with latest version:
         
         sudo azcmagent install --version <<version>>
         
      
    3. Confirm the installation and check the agent's status:
      
         sudo azcmagent show
      
      

    For more detailed guidance, refer to the following resources:

    Resources:

    Please do not forget to "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.

    Was this answer helpful?

    0 comments No comments

Your answer

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