Skip to content

Commit cdb99f5

Browse files
authored
Merge pull request #106984 from BethWilke/task114
Fixing task 1683214
2 parents 72b1004 + 5199436 commit cdb99f5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/automation/troubleshoot/update-management.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Superseded updates are not being correctly indicated as declined so that they ca
3333

3434
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:
3535

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).
3737

3838
2. Check the superseded update to make sure that it is 100 percent not applicable.
3939

@@ -203,7 +203,7 @@ Failed to start the runbook. Check the parameters passed. RunbookName Patch-Micr
203203

204204
This error can occur for one of the following reasons:
205205

206-
* The machine doesnt exist anymore.
206+
* The machine doesn't exist anymore.
207207
* The machine is turned off and unreachable.
208208
* The machine has a network connectivity issue, and therefore the hybrid worker on the machine is unreachable.
209209
* 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:
213213

214214
When applicable, use [dynamic groups](../automation-update-management-groups.md) for your update deployments. Additionally:
215215

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.
217218
* 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.
219221

220222
```loganalytics
221223
Heartbeat | where TimeGenerated > ago(30d) | distinct SourceComputerId, Computer, ComputerIP
222224
```
223-
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.
224227

225228
## <a name="updates-nodeployment"></a>Scenario: Updates are installed without a deployment
226229

0 commit comments

Comments
 (0)