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
### Process step 3: DistMgr distributes the content
639
639
640
640
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.
641
641
@@ -677,7 +677,7 @@ The Sender component manages the actual content transfer. It logs entries in Sen
677
677
~Sending completed successfully
678
678
```
679
679
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:
681
681
682
682
```output
683
683
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
716
716
Created notification file (E8E74B72-504A-4202-9167-8749c223d2a5.CMI) for CONFIGURATION_MANAGER_UPDATE
717
717
```
718
718
719
-
CMUpdate.exe moves the update package to the Prerequisite Check phase.
719
+
CMUpdate moves the update package to the Prerequisite check phase.
720
720
721
721
</details>
722
722
723
723
### Result of the Replication processes
724
724
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.
726
726
727
727
### Troubleshoot the Replication stage
728
728
729
729
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.
730
730
731
731
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.
732
732
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":::
734
734
735
735
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).
0 commit comments