Skip to content

Commit 51a4cfc

Browse files
committed
Review feedback updates
1 parent fb02607 commit 51a4cfc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

support/mem/configmgr/setup-migrate-backup-recovery/understand-troubleshoot-updates-servicing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Before you install an update, consider running the prerequisite check for that u
4040
| Service Connection Point (SCP) | A site system role that connects Configuration Manager to the Microsoft cloud to synchronize updates. |
4141
| Service Connection Tool (SCT) | A tool that's used to synchronize and download update packages offline. |
4242
| Easy setup payload | The actual payload of an update package. |
43-
| Redist | A set of redistributable software components that are required to install updates. |
43+
| Redists | A set of redistributable software components that are required to install updates. |
4444
| Easy setup package | A hidden Configuration Manager package that's used to replicate the payload and redists of an update package. |
4545

4646
## List of primary components
@@ -834,7 +834,7 @@ exec spCMUGetPendingUpdatePackage
834834

835835
This stored procedure collects the information from the `CM_UpdatePackages` and `CM_UpdatePackageSiteStatus` tables for the site that's running the check. As soon as the CMUpdate thread detects an update package that has the `State = 65538 (CONTENT_REPLICATION_SUCCESS)` status, it extracts the Easy Setup Package content to the \\CMUStaging\\\<Update GUID>` folder.
836836

837-
CMUpdate logs entries to CMUpdate.log that resemble the following excerpt. The example entries include a reference to `SubStageID=0xd0005`.
837+
CMUpdate logs entries to CMUpdate.log that resemble the following excerpt. The example entries include a reference to `SubStageID=0xd0005`, which tracks the status of the extraction process (the check starts when the extraction is complete).
838838

839839
```output
840840
Detected a change to the "E:\ConfigMgr\inboxes\cmupdate.box" directory.
@@ -962,7 +962,7 @@ For a site server, Prerequisite checker logs entries that resemble the following
962962
```output
963963
INFO: Prerequisite rules for CAS site update are being run.
964964
INFO: Executing prerequisite functions...
965-
===== INFO: Prerequisite Type & Server: SITE_PRI:BIG-CS1SITE.biglab.net =====
965+
===== INFO: Prerequisite Type & Server: SITE_PRI:<Site Server> =====
966966
<<<RuleCategory: Access Permissions>>>
967967
<<<CategoryDesc: Checking access permissions...>>>
968968
...
@@ -977,7 +977,7 @@ INFO: Executing prerequisite functions...
977977
For a site database server, Prerequisite checker logs entries that resemble the following excerpt. Note that the thread spawns a bootstrap.
978978

979979
```output
980-
===== INFO: Prerequisite Type & Server: SQL:BIG-ALWAYSON.biglab.net =====
980+
===== INFO: Prerequisite Type & Server: SQL:<Site Database Server> =====
981981
<<<RuleCategory: Access Permissions>>>
982982
<<<CategoryDesc: Checking access permissions...>>>
983983
...
@@ -996,7 +996,7 @@ For a site database server, Prerequisite checker logs entries that resemble the
996996
For an SMS provider (also known as SDK), Prerequisite checker logs entries that resemble the following excerpt.
997997

998998
```output
999-
===== INFO: Prerequisite Type & Server: SDK:BIG-CS1SITE.biglab.net =====
999+
===== INFO: Prerequisite Type & Server: SDK:<SMS Provider Server> =====
10001000
<<<RuleCategory: Access Permissions>>>
10011001
<<<CategoryDesc: Checking access permissions...>>>
10021002
...
@@ -1285,7 +1285,7 @@ CMUpdate performs most of the following post-installation tasks:
12851285

12861286
1. Verify that the SMS_Executive service is installed.
12871287
1. Verify that the SMSDBMon component is installed.
1288-
1. Verify that the SMSHMAN component is installed.
1288+
1. Verify that the HMAN component is installed.
12891289
1. Verify that the RCM component is installed.
12901290
1. Monitor the start of replication.
12911291
1. Update the Configuration Manager client preproduction package.

0 commit comments

Comments
 (0)