Skip to content

Commit 4243bce

Browse files
committed
Consistency edits, graphics update
1 parent f9eb444 commit 4243bce

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Loading
Loading

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
@@ -613,7 +613,7 @@ Info: Updated package CAS10001 and SMS_DISTRIBUTION_MANAGER will replicate the c
613613
Successfully reported ConfigMgr update status (SiteCode=CAS, SubStageID=0xb0001, IsComplete=2, Progress=100, Applicable=1)
614614
```
615615

616-
### Process step 2: HMAN: Update the Easy Setup Package
616+
### Process step 2: HMAN updates the Easy Setup Package
617617

618618
HMAN adds the package GUID of the update package to the `EasySetupSettings` table.
619619

@@ -635,7 +635,7 @@ To keep HMAN busy and keep it from processing other files, SMSDBMon drops the \<
635635
SND: Dropped C:\Program Files\Microsoft Configuration Manager\inboxes\hman.box\CFD\10AA8BA0-04D4-4FE3-BC21-F1874BC8C88C.CME
636636
```
637637

638-
### Process step 3: Distribute content
638+
### Process step 3: DistMgr distributes the content
639639

640640
This step is essentially the same as for any intersite content replication process. However the Easy Setup Package isn't replicated to secondary sites or distribution points.
641641

@@ -677,7 +677,7 @@ The Sender component manages the actual content transfer. It logs entries in Sen
677677
~Sending completed successfully
678678
```
679679

680-
The replication process continues at the primary site. After Sender transfers the Easy Setup Package, the Despooler component of the child primary site unpacks the package content to a content library of the receiving site. Despooler logs entries in Despool.log that resemble the following excerpt:
680+
The replication process continues at the primary site. After Sender transfers the Easy Setup Package, the Despooler component of the child primary site unpacks the package content to a content library of the receiving site. Despooler logs entries in Despool.log that resemble the following excerpt:
681681

682682
```output
683683
Received package CAS10001 version 1. Compressed file - C:\SMSPKG\CAS10001.PCK.1 as C:\Program Files\Microsoft Configuration Manager\inboxes\despoolr.box\receive\ds_r7or9.pkg
@@ -716,21 +716,21 @@ At the child primary sites, HMAN creates a file that's named \<Update GUID>.cmi
716716
Created notification file (E8E74B72-504A-4202-9167-8749c223d2a5.CMI) for CONFIGURATION_MANAGER_UPDATE
717717
```
718718

719-
CMUpdate.exe moves the update package to the Prerequisite Check phase.
719+
CMUpdate moves the update package to the Prerequisite check phase.
720720

721721
</details>
722722

723723
### Result of the Replication processes
724724

725-
The content of the Update package (also known as the EasySetup Package) resides in the content library of each child primary site.
725+
The content of the update package (also known as the EasySetup Package) resides in the content library of each child primary site.
726726

727727
### Troubleshoot the Replication stage
728728

729729
To summarize the detailed description of the steps, the replication process starts when HMAN detects a new update package and updates the `EasySetupSettings` SQL table settings. DistMgr takes over to create the Easy Setup Package snapshot from the `\EasySetupPayload\` share and saves it into the content library as the Easy Setup Package. This package follows the usual inter-site content replication flow, and replicates to child primary sites like any other classic Package. The best place to start troubleshooting issues in this stage is by filtering the `CM_UpdatePackages` table for the specific update package GUID.
730730

731731
Use the following flowchart to narrow down issues that might occur at the Replication stage. This flowchart applies whether the Installation stage or the Prerequisite check stage triggered the Replication stage.
732732

733-
:::image type="content" source="./media/understand-troubleshoot-updates-servicing/cm-updates-and-servicing-replication.svg" alt-text="Diagram of a decision tree to isolate an issue that might occur during the Replication stage." lightbox="./media/understand-troubleshoot-updates-servicing/cm-updates-and-servicing-replication.svg":::
733+
:::image type="content" source="./media/understand-troubleshoot-updates-servicing/cm-updates-and-servicing-replication-stage.png" alt-text="Diagram of a decision tree to isolate an issue that might occur during the Replication stage." lightbox="./media/understand-troubleshoot-updates-servicing/cm-updates-and-servicing-replication-stage-expanded.png":::
734734

735735
In a multi-tier hierarchy, the child primary sites replicate the Easy Setup Package from their parent site. The flow is exactly the same as for any other classic Package. For more information, see [Flowchart - Update replication for Configuration Manager](/intune/configmgr/core/servers/manage/update-replication-flowchart).
736736

0 commit comments

Comments
 (0)