Skip to content

Commit 90ebbe4

Browse files
Merge pull request #272710 from ApnaLakshay/update-troubleshooting-guide-with-IcM-477423356
added timeout or failed issue in troubleshooting guide
2 parents 92cdeb5 + 4ee6e0f commit 90ebbe4

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

articles/virtual-machines/troubleshoot-maintenance-configurations.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article outlines common errors that may arise during the deployment or util
1616
### Shutdown and Unresponsive VM when using `dynamic` scope in Guest Maintenance
1717

1818
#### 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`
2020

2121
#### Resolution
2222
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
2828
Scheduled patching doesn't install the patches on the VMs and gives an error `ShutdownOrUnresponsive`
2929

3030
#### 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
3234

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+
3341
### Schedule Patching stops working after the resource is moved
3442

3543
#### Issue
@@ -38,9 +46,9 @@ If a resource is moved to a different resource group or subscription, then sched
3846
#### Resolution
3947
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)
4048

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.
4452

4553
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.
4654

@@ -52,29 +60,30 @@ If you forget/miss any one of the above mentioned steps, you can reassign the re
5260
Failed to create dynamic scope due to RBAC
5361

5462
#### 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).
5664

5765
### Apply Update stuck and Update not progressing
5866

5967
#### Issue
60-
**Applies to:** :heavy_check_mark: Dedicated Hosts :heavy_check_mark: VMs
61-
User initiated update stuck for long time and update is not progressing
68+
**Applies to:** :heavy_check_mark: Dedicated Hosts :heavy_check_mark: VMs
69+
70+
User initiated update stuck for long time and update is not progressing.
6271

6372
#### Resolution
6473
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.
6574

6675
### Dedicated host updates even after Maintenance Configuration is attached
6776

6877
#### 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.
7079

7180
#### Resolution
7281
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.
7382

7483
### Install patch operation fails for invalid classification type
7584

7685
#### 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.
7887

7988
#### Resolution
8089
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
9099
### Unable to create dynamic scope (at Resource Group Level)
91100

92101
#### 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.
94103

95104
#### Resolution
96105
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
117126
Portal users might not be able to provide multiple tag values for dynamic scope
118127

119128
#### 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.
121130

122131
### Maintenance Configuration triggered again with older trigger time
123132

0 commit comments

Comments
 (0)