Peer cache and InPlace Upgrade, supposed to work ?

Jonathan 246 Reputation points
2021-03-30T19:07:13.8+00:00

Is the action "Upgrade operating system" can use the peer cache ?

In my TS, action like "install software" will download the sotfware from the peer source (MTGG) but at the Upgrade step, the Upgrade package files are downloaded from distribution point and not from the peer source. The peer source have the package in ccm\cache

I modified my TS by adding the "download content" step before the step "upgrade operating system" to see if it will download from peer source, but no, same thing, download from distribution point

variable SMSTPeerDownload=true is set

in my smsts.log:
82952-2021-03-30-15-16-47.png

Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. SunnyNiu-MSFT 1,696 Reputation points
    2021-03-31T09:37:37.507+00:00

    @Jonathan
    Here is an answer to your question that hopefully you find helpful!
    There are some limitations for a client to access to a peer cache source and please also help check them. A peer cache source rejects requests for content when it meets any of the following conditions at the time a peer requests content:

    1)Low battery mode
    2)Processor load exceeds 80%
    3)Disk I/O has an AvgDiskQueueLength that exceeds 10
    4)There are no more available connections to the computer
    5)We need consider the size of larger content such as OS upgrade packages. We could compare our need for this content against the available disk space on peer cache sources.

    Here are some articles for reference:
    https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/hierarchy/client-peer-cache#guidance-for-cache-management


    If the response is helpful, please click "Accept Answer"and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Pa_D 1,071 Reputation points
    2021-03-31T01:00:11.057+00:00