Skip to content

Commit 610da99

Browse files
[Doc -A-THon]Updating Linux command and codeblock
1 parent de1719b commit 610da99

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/backup/backup-azure-troubleshoot-vm-backup-fails-snapshot-timeout.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,15 @@ Most agent-related or extension-related failures for Linux VMs are caused by iss
244244

245245
If the process isn't running, restart it by using the following commands:
246246

247-
- For Ubuntu: `service walinuxagent start`
248-
- For other distributions: `service waagent start`
247+
- For Ubuntu:
248+
```bash
249+
sudo systemctl restart walinuxagent
250+
```
251+
252+
- For other distributions:
253+
```bash
254+
sudo systemctl restart waagent
255+
```
249256

250257
3. [Configure the auto restart agent](https://github.com/Azure/WALinuxAgent/wiki/Known-Issues#mitigate_agent_crash).
251258
4. Run a new test backup. If the failure persists, collect the following logs from the VM:

0 commit comments

Comments
 (0)