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/automation/troubleshoot/update-management.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Superseded updates are not being correctly indicated as declined so that they ca
33
33
34
34
When a superseded update becomes 100 percent not applicable, you should change the approval state of that update to **Declined**. To do this for all your updates:
35
35
36
-
1. In the Automation Account, select **Update Management** to view machine status. See [View update assessments](../manage-update-multi.md#view-an-update-assessment).
36
+
1. In the Automation account, select **Update Management** to view machine status. See [View update assessments](../manage-update-multi.md#view-an-update-assessment).
37
37
38
38
2. Check the superseded update to make sure that it is 100 percent not applicable.
39
39
@@ -203,7 +203,7 @@ Failed to start the runbook. Check the parameters passed. RunbookName Patch-Micr
203
203
204
204
This error can occur for one of the following reasons:
205
205
206
-
* The machine doesn’t exist anymore.
206
+
* The machine doesn't exist anymore.
207
207
* The machine is turned off and unreachable.
208
208
* The machine has a network connectivity issue, and therefore the hybrid worker on the machine is unreachable.
209
209
* There was an update to the MMA that changed the SourceComputerId.
@@ -213,14 +213,17 @@ This error can occur for one of the following reasons:
213
213
214
214
When applicable, use [dynamic groups](../automation-update-management-groups.md) for your update deployments. Additionally:
215
215
216
-
* Verify that the machine still exists and is reachable. If it doesn't exist, edit your deployment and remove the machine.
216
+
* Verify that the machine still exists and is reachable.
217
+
* If the machine doesn't exist, edit your deployment and remove the machine.
217
218
* See the [network planning](../automation-update-management.md#ports) section for a list of ports and addresses that are required for Update Management, and then verify that your machine meets these requirements.
218
-
* Run the following query in Log Analytics to find machines in your environment whose `SourceComputerId` has changed. Look for computers that have the same `Computer` value but a different `SourceComputerId` value.
219
+
* Verify connectivity to the Hybrid Runbook Worker using the Hybrid Runbook Worker agent troubleshooter. To learn more about the troubleshooter, see [Troubleshoot update agent issues](update-agent-issues.md).
220
+
* Run the following query in Log Analytics to find machines in your environment for which `SourceComputerId` has changed. Look for computers that have the same `Computer` value but a different `SourceComputerId` value.
After you find affected machines, edit the update deployments that target those machines, and then remove and re-add them so that `SourceComputerId` reflects the correct value.
225
+
226
+
* After you find affected machines, edit the update deployments that target those machines, and then remove and re-add them so that `SourceComputerId` reflects the correct value.
224
227
225
228
## <aname="updates-nodeployment"></a>Scenario: Updates are installed without a deployment
0 commit comments