无法安装 DependencyAgent Azure VM 扩展
Unable to install the DependencyAgent Azure VM extension
我有一个包含大约十几个虚拟机的环境,每个虚拟机都有 Microsoft Monitoring Agent 向中央 OMS 工作区报告。此外,这些 VM 安装了 DependencyAgent。
五个 VM 具有 DependencyAgent 扩展,将它们在门户上的状态报告为 "Provisioning succeeded",我可以在 Log Analytics 的服务映射工作区解决方案中看到它们。但是,出于某种原因,其他六个显示扩展名为 "Transitioning".
当我登录其中一个虚拟机并查看扩展的日志时
C:\WindowsAzure\Logs\Plugins\Microsoft.Azure.Monitoring.DependencyAgent.DependencyAgentWindows.6.2.1366
我明白了:
Execution Output: Start-Service : Failed to start service 'Microsoft
Dependency Agent (MicrosoftDependencyAgent)'
我尝试手动启动服务,但得到 "The Microsoft Dependency Agent service on Local Computer started an then stopped." 并且在事件查看器中我看到 "The Microsoft Dependency Agent service entered the stopped state."
知道我可能做错了什么或者我可以从哪里获得额外的日志吗?
对于 DependencyAgent Azure VM Extension,目前仅在美国东部、西欧、美国中西部以及即将在东南亚推出。所以你应该确保你在正确的区域。
有关详细信息,请参阅 Azure VM Extension for Dependency Agent。
我有一个包含大约十几个虚拟机的环境,每个虚拟机都有 Microsoft Monitoring Agent 向中央 OMS 工作区报告。此外,这些 VM 安装了 DependencyAgent。
五个 VM 具有 DependencyAgent 扩展,将它们在门户上的状态报告为 "Provisioning succeeded",我可以在 Log Analytics 的服务映射工作区解决方案中看到它们。但是,出于某种原因,其他六个显示扩展名为 "Transitioning".
当我登录其中一个虚拟机并查看扩展的日志时
C:\WindowsAzure\Logs\Plugins\Microsoft.Azure.Monitoring.DependencyAgent.DependencyAgentWindows.6.2.1366
我明白了:
Execution Output: Start-Service : Failed to start service 'Microsoft Dependency Agent (MicrosoftDependencyAgent)'
我尝试手动启动服务,但得到 "The Microsoft Dependency Agent service on Local Computer started an then stopped." 并且在事件查看器中我看到 "The Microsoft Dependency Agent service entered the stopped state."
知道我可能做错了什么或者我可以从哪里获得额外的日志吗?
对于 DependencyAgent Azure VM Extension,目前仅在美国东部、西欧、美国中西部以及即将在东南亚推出。所以你应该确保你在正确的区域。
有关详细信息,请参阅 Azure VM Extension for Dependency Agent。