We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a32960 + 29066c7 commit 61632a2Copy full SHA for 61632a2
articles/site-recovery/site-recovery-extension-troubleshoot.md
@@ -84,8 +84,16 @@ Most agent-related or extension-related failures for Linux VMs are caused by iss
84
85
If the process isn't running, restart it by using the following commands:
86
87
- - For Ubuntu: `service walinuxagent start`
88
- - For other distributions: `service waagent start`
+ - For Ubuntu/Debian:
+
89
+ ```bash
90
+ sudo systemctl enable --now walinuxagent.service
91
+ ```
92
+ - For other distributions:
93
94
95
+ sudo systemctl enable --now waagent.service
96
97
98
1. [Configure the automatic restart agent](https://github.com/Azure/WALinuxAgent/wiki/Known-Issues#mitigate_agent_crash).
99
1. Enable protection of the virtual machine.
0 commit comments