Hello together
We have the same problem. Since the in-place upgrade from Windows Server 2012 to Windows Server 2016, we get the error message "GuestAgentPluginProcessingError" and "VM agent failed in processing Extension command." when trying to backup the Azure VM.
**
The following has already been done:
Manually uninstall and reinstall the Azure VM Agent:
1.Open Control Panel > Programs and Features and uninstall Azure VM Agent.
2.Start Task Manager and stop the following services..
3.Azure VM Agent service
RdAgent service
Windows Azure Telemetry Service
Windows Azure Network Agent service
Create a folder named OLD under C:\WindowsAzure.
4.Move all folders named Packages or GuestAgent to the OLD folder. Also, move all GuestAgent folders in C:\WindowsAzure\logs that start as GuestAgent_x.x.xxxxx to the OLD folder.
5.Download and install the latest version of the Windows Installer (MSI) agent. You must have administrator rights to complete the installation.
6.Install the Guest Agent by running the following msiexec command:
msiexec.exe /i c:\VMAgentMSI\WindowsAzureVmAgent.2.7.<version>.fre.msi /quiet /L*v c:\VMAgentMSI\msiexec.log.
7.check that the RdAgent, Azure VM Agent and Windows Azure Telemetry services are now running.
8.Check the WaAppAgent.log file to ensure that the latest version of Azure VM Agent is running. 9.
9.Delete the OLD folder under C:\WindowsAzure.
Further information:
- Once the servers are down, the backup can be run successfully.
- Like @Henrik Flodén, no "Azure VM Guest Agent" or "Azure Backup" extension is visible under the Azure VM.
- The problem still occurs after the manual reinstallation. Has anyone already been able to fix the problem?