Install AMA on Azure arc enable servers not working

lalajee 1,826 Reputation points

Hi,

I'm try to install/setup AMA on azure arc enable servers but it mailing to start MonAgentManager.exe after 480 tries

Our Config

  • Gateway server (All firewall ports are allowed)
  • All our Azure Arc server which have AMA agent install should be talking to this gateway server to send all logs to azure

Done following

  • Install Azure Arc on all server which will required AMA
  • In Azure Arc under server -> Extensions I can see "AzureMonitorWindowsAgent" Succeeded
  • In Data collection Rules -> create new rule and server is showing under this rule
  • Link all policy to this azure arc enable servers
  • On-prem server I can see "C:\Resources" & "C:\Packages\Plugins\Microsoft.Azure.Monitor.AzureMonitorWindowsAgent\1.29.0.0"

Error

  • On ama server I dont see "C:\Resources\Directory\AMADataStore\mcs\mcsconfig.latest.xml"
  • On ama server MonAgentCore.exe process is not running

👁 User's image

👁 User's image

Question:

  • For Proxyaddress which address is use Gateway server address or proxy (All of the logs are transfer from gateway server)
  • How do you change proxy address if I need to?
0 comments No comments

Sign in to comment

1 answer

  1. Amira Bedhiafi 42,941 Reputation points MVP Volunteer Moderator

    Hello Lalajee !

    Thank you for posting on MS Learn Q&A.

    I can see in your screenshot that AMA is clearly reading the proxyAddress value, so the setting is being passed into the agent.

    If that address is a standard corporate forward proxy, then yes, proxyAddress should point to that proxy.

    If that address is a Log Analytics Gateway / OMS Gateway server, then that is likely the problem. Azure Arc-enabled servers do not support Log Analytics Gateway as the proxy path for Arc connectivity and MS Gateway is not supported with Azure Arc enabled servers for AMA proxy connectivity scenarios. https://learn.microsoft.com/en-us/azure/azure-arc/servers/network-requirements

    In your case AMA cannot successfully retrieve its configuration from Azure Monitor Configuration Service through the current network path. Wheb C:\Resources\Directory\AMADataStore\mcs\mcsconfig.latest.xml is missing on an Arc enabled server, check DCR association and connectivity to AMCS. https://learn.microsoft.com/en-us/azure/azure-monitor/agents/azure-monitor-agent-troubleshoot-windows-arc

    0 comments No comments

    Sign in to comment
Sign in to answer

Your answer