Skip to content

Commit e845a50

Browse files
committed
Consistency check
1 parent fffd542 commit e845a50

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Before you install an update, consider running the prerequisite check for that u
4949
|---|---|---|---|---|
5050
| DMP Downloader | SMS_DMP_DOWNLOADER | DmpDownloader | Dmpdownloader.dll | Part of the Service Connection Point role. Responsible for synchronizing and downloading update packages. |
5151
| Service Connection Tool | - | SCT | ServiceConnectionTool.exe | Tool that's used for Offline Site Servicing. |
52-
| Hierarchy Manager | SMS_HIERARCHY_MANAGER | HMAN | HMAN.dll | Site Server component that processes update packages. |
52+
| Hierarchy Manager | SMS_HIERARCHY_MANAGER | HMAN | HMAN.dll | Site server component that processes update packages. |
5353
| Configuration Manager Update | CONFIGURATION_MANAGER_UPDATE | CMUpdate | CMUpdate.exe | Service that installs update packages. |
5454

5555
## Prepare to troubleshoot Updates and Servicing issues
@@ -59,7 +59,7 @@ Before you install an update, consider running the prerequisite check for that u
5959
>
6060
> - Manually cleaning up any related folders (\\EasySetupPayload, \\CMUStaging). Only manually change these folder locations if Microsoft Support instructs you to.
6161
> - Manually cleaning up any SQL tables. Only manually change information in these tables if Microsoft Support instructs you to.
62-
> - Restoring the Configuration Manager database and/or Configuration Manager Site Server if there's an error during the upgrade. Instead, fix the issue, and then try again to install.
62+
> - Restoring the Configuration Manager database and/or Configuration Manager site server if there's an error during the upgrade. Instead, fix the issue, and then try again to install.
6363
> - Reinstalling a Service Connection Point during the installation.
6464
> - Restarting the Configuration Manager Update service during the installation.
6565
> - Keeping the \CMUStaging\ folder open during the installation.
@@ -142,7 +142,7 @@ Write the state message in E:\ConfigMgr\inboxes\auth\statesys.box\incoming\high\
142142
Successfully Dropped the state message 0~~
143143
```
144144
145-
DMPDownloader sends the `0 (START_PROCESS)` high-priority state message to the Site Server to indicate that the synchronization process is starting.
145+
DMPDownloader sends the `0 (START_PROCESS)` high-priority state message to the site server to indicate that the synchronization process is starting.
146146
147147
Then DMPDownloader checks for the latest update manifest by downloading the ConfigMgr.Update.Manifest.cab file from the manifest link. The manifest contains all recently released Configuration Manager updates and their metadata. During this process, DMPDownloader logs entries in DMPDownloader.log that resemble the following excerpt:
148148
@@ -163,7 +163,7 @@ Write the state message in E:\ConfigMgr\inboxes\auth\statesys.box\incoming\high\
163163
Successfully Dropped the state message 1~~
164164
```
165165
166-
DMPDownloader sends the `1 (START_VERIFY_MANIFEST)` state message to the Site Server to indicate that the manifest download is in progress. After it sends the message, it downloads the manifest to the \\EasySetupPayload folder. During this process, DMPDownloader logs entries that resemble the following excerpt:
166+
DMPDownloader sends the `1 (START_VERIFY_MANIFEST)` state message to the site server to indicate that the manifest download is in progress. After it sends the message, it downloads the manifest to the \\EasySetupPayload folder. During this process, DMPDownloader logs entries that resemble the following excerpt:
167167
168168
```output
169169
Download manifest.cab~~
@@ -190,7 +190,7 @@ DMPDownloader sends the `3 (VERIFIED_MANIFEST)` state message to confirm that th
190190
191191
Finally, DMPDownloader renames ConfigMgr.Update.Manifest.cab to ___CABConfigMgr.Update.Manifest.MCM, and then moves the renamed file to one of the following locations:
192192
193-
- If the SCP is remote from the Site Server, DMPDownloader stores the file at MP\\OUTBOXES\\MCM.box. The MP File Dispatch manager (MPFDM) moves the file to the site server.
193+
- If the SCP is remote from the site server, DMPDownloader stores the file at MP\\OUTBOXES\\MCM.box. The MP File Dispatch manager (MPFDM) moves the file to the site server.
194194
- If the SCP is co-located with the site server, the file is saved directly to inboxes\\hman.box\\ForwardingMsg.
195195
196196
During this process, DMPDownloader logs entries that resemble the following excerpt:
@@ -222,7 +222,7 @@ STATMSG: ID=3306 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_HIERARCHY_MANAGER"
222222
SYS=<SiteServerFQDN> SITE=XXX PID=2168 TID=4888 GMTDATE=Wed Dec 21 16:15:08.957 2016 ISTR0="C:\Program Files\Microsoft Configuration Manager\inboxes\hman.box\CAS.SCU"
223223
```
224224
225-
HMAN checks for the download signature, and then extracts the manifest to the \\CMUStaging folder on the Site Server. During this process, HMAN logs entries that resemble the following excerpt:
225+
HMAN checks for the download signature, and then extracts the manifest to the \\CMUStaging folder on the site server. During this process, HMAN logs entries that resemble the following excerpt:
226226
227227
```output
228228
File 'E:\ConfigMgr\inboxes\hman.box\CFD\ConfigMgr.Update.Manifest.CAB' is signed and trusted.
@@ -356,7 +356,7 @@ Get new Easy Setup Package IDs~~
356356
Found a new available update~~
357357
```
358358
359-
DMPDownloader uses high-priority [state messages](../update-management/state-messaging-description.md) to report progress to the Site Server. DMPDownloader logs entries that resemble the following excerpt:
359+
DMPDownloader uses high-priority [state messages](../update-management/state-messaging-description.md) to report progress to the site server. DMPDownloader logs entries that resemble the following excerpt:
360360
361361
```output
362362
Generating state message: 6 for package 3b7d84fa-eccc-4ea0-b8ab-abbda1e88e0e~~
@@ -478,8 +478,8 @@ As a result of the previous step, the \\EasySetupPayload shared folder contains
478478

479479
Depending on the SCP configuration, DMPDownloader puts a so-called CMU file in one of the following locations:
480480

481-
- If the SCP is remote from the Site Server, DMPDownloader puts the file in MP\\OUTBOXES\\MCM.box. Afterwards, MPFDM moves the file to inboxes\\hman.box\\ForwardingMsg for the Site Server.
482-
- If the SCP is collocated with the Site Server, DMPDownloader saves the file directly to the inboxes\\hman.box\\ForwardingMsg folder.
481+
- If the SCP is remote from the site server, DMPDownloader puts the file in MP\\OUTBOXES\\MCM.box. Afterwards, MPFDM moves the file to inboxes\\hman.box\\ForwardingMsg for the site server.
482+
- If the SCP is collocated with the site server, DMPDownloader saves the file directly to the inboxes\\hman.box\\ForwardingMsg folder.
483483

484484
The file has a .mcm extension, and contains the information that marks the state of the update package as `State="262146"` (also known as `"DOWNLOAD_SUCCESS"`). The corresponding log entries resemble the following excerpt:
485485

@@ -1413,7 +1413,7 @@ If this issue occurs, look for the following typical causes:
14131413
| \CMUClient | Site server | This folder contains the latest client installation files. The files are copied directly from the EasySetupPayload folder. |
14141414
| \PilotingUpgrade | Site server | This folder contains the source content for the Client Piloting Package. |
14151415
| \ClientUpgrade | Site server | This folder contains the source content for the Client Upgrade Package. |
1416-
| \cd.latest | Site Server | This folder contains the latest version of the Configuration Manager client installation files. |
1416+
| \cd.latest | Site server | This folder contains the latest version of the Configuration Manager client installation files. |
14171417

14181418
### State codes and flags for update packages
14191419

0 commit comments

Comments
 (0)