We have two Ubuntu (14.04) Linux server VMs on Azure hosting. Currently trying to setup the backup service within Azure for these machines. I have followed this guide and have the agent up and running. When running "waagent -version" in bash output shows:
WALinuxAgent-2.2.5 running on ubuntu 14.04
Python: 2.7.6
Goal state agent: 2.2.5
When then attempting to enable the backup service in Azure I get the error, deployment failed, here is a snippet of the error:
{
"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."
Unsure why the Agent is "not responsive" as it is installed and running.
What am I missing?
We have rebooted and restarted the server/services. Tried different backup job creations. Servers do have a load balancing set between them, but have tried disabling this to no effect.
Any help would be greatly appreciated.
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…