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
Copy file name to clipboardExpand all lines: memdocs/configmgr/core/servers/deploy/configure/troubleshoot-microsoft-connected-cache.md
+16-19Lines changed: 16 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.localizationpriority: medium
14
14
15
15
# Troubleshoot Microsoft Connected Cache in Configuration Manager
16
16
17
-
This article provides technical details about Microsoft Connected Cache in Configuration Manager. Use it to help troubleshoot issues that you may have in your environment. For more information on how it works and how to use it, see [Microsoft Connected Cache in Configuration Manager](../../../plan-design/hierarchy/microsoft-connected-cache.md).
17
+
This article provides technical details about Microsoft Connected Cache in Configuration Manager. Use it to help troubleshoot issues that you might have in your environment. For more information on how it works and how to use it, see [Microsoft Connected Cache in Configuration Manager](../../../plan-design/hierarchy/microsoft-connected-cache.md).
18
18
19
19
## Verify
20
20
@@ -24,9 +24,9 @@ Verify this behavior [on a client](#verify-on-a-client) or [on the server](#veri
24
24
25
25
### Verify on a client
26
26
27
-
1. On client running a supported version of Windows 10 or later, download cloud-managed content. For more information on the types of content that Connected Cache supports, see [Supported content types](../../../plan-design/hierarchy/microsoft-connected-cache.md#supported-content-types).
27
+
1. On a client running a supported version of Windows 10 or later, download cloud-managed content. For more information on the types of content that Connected Cache supports, see [Supported content types](../../../plan-design/hierarchy/microsoft-connected-cache.md#supported-content-types).
28
28
29
-
2. Open PowerShell and run the following command: `Get-DeliveryOptimizationStatus`
29
+
1. Open PowerShell and run the following command: `Get-DeliveryOptimizationStatus`.
30
30
31
31
For example:
32
32
@@ -64,16 +64,16 @@ IsPinned : False
64
64
65
65
Notice that the `BytesFromCacheServer` attribute isn't zero.
66
66
67
-
If the client isn't configured correctly, or the cache server isn't installed correctly, the Delivery Optimization client falls back to the original cloud source. Then the BytesFromCacheServer attribute will be zero.
67
+
If the client isn't configured correctly, or the cache server isn't installed correctly, the Delivery Optimization client falls back to the original cloud source. Then the `BytesFromCacheServer` attribute will be zero.
68
68
69
69
### Verify on the server
70
70
71
-
First, verify the registry properties are configured correctly: `HKLM\SOFTWARE\Microsoft\Delivery Optimization In-Network Cache`. For example, the drive cache location is `PrimaryDrivesInput\DOINC-E77D08D0-5FEA-4315-8C95-10D359D59294`, where `PrimaryDrivesInput` can be multiple drives such as `C,D,E`.
71
+
First, verify the registry properties are configured correctly: `HKLM\SOFTWARE\Microsoft\Delivery Optimization In-Network Cache`. For example, the drive cache location is `PrimaryDrivesInput\DOINC-E77D08D0-5FEA-4315-8C95-10D359D59294`, where `PrimaryDrivesInput` can be multiple drives, such as `C,D,E`.
72
72
73
73
Next, use the following method to simulate a client download request to the server with the mandatory headers.
74
74
75
75
1. Open a 64-bit PowerShell window as an administrator.
76
-
2. Run the following command, and replace the name or IP address of your server for `<DoincServer>`:
76
+
1. Run the following command, and replace the name or IP address of your server for `<DoincServer>`:
-**Connected Cache server setup log**: `SMS_DP$\Ms.Dsp.Do.Inc.Setup\DoincSetup.log` on the distribution point and `DistMgr.log` on the site server
111
+
-**Internet Information Services (IIS) operational logs**: By default, `%SystemDrive%\inetpub\logs\LogFiles`
112
+
-**Connected Cache server operational log**: `C:\Doinc\Product\Install\Logs`
116
113
117
114
> [!TIP]
118
115
> Among other uses, this log can help you identify connectivity issues with the Microsoft cloud.
@@ -168,15 +165,15 @@ When Configuration Manager installs the Connected Cache component on the distrib
168
165
169
166
## IIS configurations
170
167
171
-
The Connected Cache server install makes several modifications to the IIS configuration on the distribution point.
168
+
The Connected Cache server installation makes several modifications to the IIS configuration on the distribution point.
172
169
173
170
### Application request routing
174
171
175
-
The Connected Cache server installs and configures IIS [Application Request Routing (ARR)](https://www.iis.net/downloads/microsoft/application-request-routing). To avoid potential conflicts, the distribution point can't already have this component installed.
172
+
The Connected Cache server installs and configures IIS [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing). To avoid potential conflicts, the distribution point can't already have this component installed.
176
173
177
174
### Allowed server variables
178
175
179
-
After you install the Connected Cache server, the default web site has the following *local* server variables:
176
+
After you install the Connected Cache server, the default website has the following *local* server variables:
180
177
181
178
- HTTP_HOST
182
179
- QUERY_STRING
@@ -218,20 +215,20 @@ To change the custom header name for each server farm:
218
215
219
216
1. Open IIS Manager.
220
217
1. Select **Server Farms**.
221
-
1. Select a server farm and the proxy icon.
218
+
1. Select a server farm and the proxy icon.
222
219
1. Under **Custom Headers**, change the value `X-Forwarded-For` to `X-Forwarded-For-<custom-name>`.
223
220
224
221
## Manage server resources
225
222
226
-
Disk space required for each Connected Cache server may vary, based on your organization's update requirements. 100 GB should be enough space to cache the following content:
223
+
Disk space required for each Connected Cache server might vary, based on your organization's update requirements. Disk space of 100 GB should be enough to cache the following content:
227
224
228
225
- A feature update
229
226
- Two to three months of quality and Microsoft 365 Apps updates
230
227
- Microsoft Intune apps and Windows inbox apps
231
228
232
229
The Connected Cache server shouldn't consume much system memory or processor time. After you install the Connected Cache server, if you notice significant process or memory resource consumption, analyze the IIS and ARR log files.
233
230
234
-
If the IIS and ARR log files take up too much space on the server, there are several methods you can use to manage the log files. For more information, see [Managing IIS Log File Storage](/iis/manage/provisioning-and-managing-iis/managing-iis-log-file-storage#overview).
231
+
If the IIS and ARR log files take up too much space on the server, there are several methods you can use to manage the log files. For more information, see [Managing IIS log file storage](/iis/manage/provisioning-and-managing-iis/managing-iis-log-file-storage#overview).
0 commit comments