You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-vms-troubleshoot.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ The backup operation failed because the VM is in Failed state. For a successful
68
68
Error code: UserErrorFsFreezeFailed <br/>
69
69
Error message: Failed to freeze one or more mount-points of the VM to take a file-system consistent snapshot.
70
70
71
+
**Step 1**
72
+
71
73
* Unmount the devices for which the file system state wasn't cleaned, using the **umount** command.
72
74
* Run a file system consistency check on these devices by using the **fsck** command.
73
75
* Mount the devices again and retry backup operation.</ol>
@@ -81,6 +83,23 @@ MountsToSkip = /mnt/resource
81
83
SafeFreezeWaitInSeconds=600
82
84
```
83
85
86
+
**Step 2**
87
+
88
+
* Check if there are duplicate mount points present.
89
+
90
+
Identify the failed to freeze mount points from the extension log file. <br>
91
+
For example: /boot, /usr/sap in the below sample output.
92
+
```
93
+
2017-11-02 11:22:56 Thawing: /boot
94
+
2017-11-02 11:22:56 Failed to FITHAW: /boot
95
+
2017-11-02 11:22:56 Thawing: /sapshare
96
+
2017-11-02 11:22:56 Thawing: /usr/sap
97
+
2017-11-02 11:22:56 Failed to FITHAW: /usr/sap
98
+
```
99
+
100
+
On the Linux VM execute 'mount' command and check if the failed mount points have multiple entries. If yes, remove the old entries or rename the mount path and retry the backup operation.
101
+
102
+
84
103
### ExtensionSnapshotFailedCOM / ExtensionInstallationFailedCOM / ExtensionInstallationFailedMDTC - Extension installation/operation failed due to a COM+ error
0 commit comments