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
+15-14Lines changed: 15 additions & 14 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,15 +28,15 @@ 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
32
33
33
### TimeOut or Failed Schduled Patching Job
34
34
35
35
#### Issue
36
-
Scheduled patching fails with an error `TimeOut` or `Failed` after the VM has been moved to a different region
36
+
Scheduled patching fails with an error `TimeOut` or `Failed` after the VM is moved to a different region.
37
37
38
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 has not been removed from the backend. This is a known bug, and the team is working on resolving it. If you encounter this issue, please contact the support team for immediate assistance.
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
40
41
41
### Schedule Patching stops working after the resource is moved
42
42
@@ -46,9 +46,9 @@ If a resource is moved to a different resource group or subscription, then sched
46
46
#### Resolution
47
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)
48
48
49
-
1.You need to remove the assignment of it
50
-
2. Move the resource to a different resource group or subscription
51
-
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.
52
52
53
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.
54
54
@@ -60,29 +60,30 @@ If you forget/miss any one of the above mentioned steps, you can reassign the re
60
60
Failed to create dynamic scope due to RBAC
61
61
62
62
#### Resolution
63
-
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.
70
71
71
72
#### Resolution
72
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.
73
74
74
75
### Dedicated host updates even after Maintenance Configuration is attached
75
76
76
77
#### Issue
77
-
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.
78
79
79
80
#### Resolution
80
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.
81
82
82
83
### Install patch operation fails for invalid classification type
83
84
84
85
#### Issue
85
-
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.
86
87
87
88
#### Resolution
88
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.
@@ -98,7 +99,7 @@ Modify the start time of one of the maintenance configurations to mitigate the i
98
99
### Unable to create dynamic scope (at Resource Group Level)
99
100
100
101
#### Issue
101
-
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.
102
103
103
104
#### Resolution
104
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.
@@ -125,7 +126,7 @@ Before deleting a dedicated host, make sure to delete the maintenance configurat
125
126
Portal users might not be able to provide multiple tag values for dynamic scope
126
127
127
128
#### Resolution
128
-
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.
129
130
130
131
### Maintenance Configuration triggered again with older trigger time
0 commit comments