【发布时间】:2017-03-07 08:40:33
【问题描述】:
我们在 Azure 主机上有两个 Ubuntu (14.04) Linux 服务器虚拟机。目前正在尝试在 Azure 中为这些机器设置备份服务。我已关注this guide 并让代理启动并运行。在 bash 输出中运行“waagent -version”时显示:
WALinuxAgent-2.2.5 running on ubuntu 14.04
Python: 2.7.6
Goal state agent: 2.2.5
然后尝试在 Azure 中启用备份服务时出现错误,部署失败,这是错误的 sn-p:
{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [
{
"code": "UserErrorGuestAgentStatusUnavailable",
"message": "Unable to perform the operation as the VM Agent is not responsive."
不确定为什么代理在安装和运行时“没有响应”。
我错过了什么?
我们已重新启动并重新启动服务器/服务。尝试了不同的备份作业创建。服务器之间确实设置了负载平衡,但尝试禁用此设置无效。
任何帮助将不胜感激。
谢谢。
【问题讨论】: