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/virtual-machines/troubleshoot-maintenance-configurations.md
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This article outlines common errors that may arise during the deployment or util
16
16
### Shutdown and Unresponsive VM when using `dynamic` scope in Guest Maintenance
17
17
18
18
#### Issue
19
-
Scheduled patching doesn't install the patches on the VMs and gives an error `ShutdownOrUnresponsive`
19
+
Scheduled patching doesn't install the patches on the virtual machines(VMs) and gives an error `ShutdownOrUnresponsive`
20
20
21
21
#### Resolution
22
22
It takes 12 hours to complete the cleanup process for the maintenance configuration assignment so make sure to keep the buffer of 12 hours before recreating the VM with the same name.
@@ -28,8 +28,16 @@ If a new VM is recreated with the same name before the cleanup, Maintenance Conf
28
28
Scheduled patching doesn't install the patches on the VMs and gives an error `ShutdownOrUnresponsive`
29
29
30
30
#### Resolution
31
-
In a static scope, it's crucial for customers to avoid relying on outdated VM configurations. Instead, they should prioritize re-assigning configurations after recreating instances.
31
+
In a static scope, it's crucial for customers to avoid relying on outdated VM configurations. Instead, they should prioritize reassigning configurations after recreating instances.
32
+
33
+
### TimeOut or Failed Schduled Patching Job
32
34
35
+
#### Issue
36
+
Scheduled patching fails with an error `TimeOut` or `Failed` after the VM is moved to a different region.
37
+
38
+
#### Resolution
39
+
If a VM is recreated with the same name but in a different region, patch installation might fail with the `TimeOut` or `Failed` error. The portal might show the same VM twice because the previously created VM is removed from the backend. This bug is known to the team, and the team is working on resolving it. If you encounter this issue, contact the support team for immediate assistance.
40
+
33
41
### Schedule Patching stops working after the resource is moved
34
42
35
43
#### Issue
@@ -38,9 +46,9 @@ If a resource is moved to a different resource group or subscription, then sched
38
46
#### Resolution
39
47
Resource move or Maintenance Configuration move capability across resource group or subscription is currently unsupported by the system. The team is working to provide this capability but in the meantime, as a workaround, for the resource you want to move (in static scope)
40
48
41
-
1.You need to remove the assignment of it
42
-
2. Move the resource to a different resource group or subscription
43
-
3. Recreate the assignment of it
49
+
1.Remove the assignment of it.
50
+
2. Move the resource to a different resource group or subscription.
51
+
3. Recreate the assignment of it.
44
52
45
53
In the dynamic scope, the steps are similar, but after removing the assignment in step 1, you simply need to initiate or wait for the next scheduled run. This action prompts the system to completely remove the assignment, enabling you to proceed with steps 2 and 3.
46
54
@@ -52,29 +60,30 @@ If you forget/miss any one of the above mentioned steps, you can reassign the re
52
60
Failed to create dynamic scope due to RBAC
53
61
54
62
#### Resolution
55
-
In order to create a dynamic scope, user must have the permission at the subscription level or at a resource group level. Refer to the [list of permissions list for different resources](../update-manager/overview.md#permissions) for more details.
63
+
In order to create a dynamic scope, user must have the permission at the subscription level or at a resource group level. For more details, see [list of permissions list for different resources](../update-manager/overview.md#permissions).
User initiated update stuck for long time and update is not progressing.
62
71
63
72
#### Resolution
64
73
If a resource is redeployed to a different cluster, and a pending update request is created using the old cluster value, the request becomes stuck indefinitely. If the status of the apply update operation is closed/not found, then retry after 120 hours. If the issue persists, contact the support team for further mitigation.
65
74
66
75
### Dedicated host updates even after Maintenance Configuration is attached
67
76
68
77
#### Issue
69
-
Dedicated Host update not blocked by Maintenance Configuration and it gets updated even after maintenance configuration is attached
78
+
Dedicated Host update not blocked by Maintenance Configuration and it gets updated even after maintenance configuration is attached.
70
79
71
80
#### Resolution
72
81
If a Dedicated Host is recreated with the same name, Maintenance Configuration service retains the old Dedicated Host ID, preventing it from blocking updates. Customers can resolve this issue by removing the Maintenance Configuration and reassigning it. If the issue persists, reach out to the support team for further assistance.
73
82
74
83
### Install patch operation fails for invalid classification type
75
84
76
85
#### Issue
77
-
Install patch operation failed due to invalid classification type in Maintenance Configuration
86
+
Install patch operation failed due to invalid classification type in Maintenance Configuration.
78
87
79
88
#### Resolution
80
89
Due to a previous bug, the system patch operation couldn't perform validation, and an invalid classification type was found in the Maintenance Configuration. The bug is fixed and deployed. To address this issue, customers can update the Maintenance Configuration and set the correct classification type.
@@ -90,7 +99,7 @@ Modify the start time of one of the maintenance configurations to mitigate the i
90
99
### Unable to create dynamic scope (at Resource Group Level)
91
100
92
101
#### Issue
93
-
Dynamic scope validation fails due to a null value in the location
102
+
Dynamic scope validation fails due to a null value in the location.
94
103
95
104
#### Resolution
96
105
Due to this issue in dynamic scope validation, it results in regression in the validation process. We recommend that customers provide the required set of locations for resource group-level dynamic scope.
@@ -117,7 +126,7 @@ Before deleting a dedicated host, make sure to delete the maintenance configurat
117
126
Portal users might not be able to provide multiple tag values for dynamic scope
118
127
119
128
#### Resolution
120
-
This is a currently known limitation on the portal. The team is working on making this feature accessible on the portal as well but in the meantime, customers can use CLI/PowerShell to create dynamic scope. The system accepts multiple values for tag using CLI/PowerShell option.
129
+
This behavior is a known limitation on the portal. The team is working on making this feature accessible on the portal as well but in the meantime, customers can use CLI/PowerShell to create dynamic scope. The system accepts multiple values for tag using CLI/PowerShell option.
121
130
122
131
### Maintenance Configuration triggered again with older trigger time
0 commit comments