Configuration Manager Peer Cache: Custom Reporting Examples
Published May 15 2019 12:41 PM 9,944 Views
Microsoft

First published on TECHNET on Nov 21, 2018

Hello all, my name is Seth Price and I am a Configuration Manager PFE. I recently had a customer with a large network environment and they wanted to enable Configuration Manager Peer Cache to help with network bandwidth optimization. They were looking for some reporting options to help determine where peer cache could benefit network utilization and what clients would be appropriate in these locations to enable as peer sources. This post provides custom report options to help identify peer cache source candidates and report on systems that are already configured as peer cache sources.

Background information

Peer Cache is a feature in Configuration Manager which expands on the capabilities of Branch Cache to optimize network utilization for content delivery. Peer Cache can be used to manage deployment of content to clients in remote locations.

https://docs.microsoft.com/en-us/sccm/core/plan-design/hierarchy/client-peer-cache

In a large network environment, it may be difficult to identify and track both subnets where Peer Cache could provide a benefit, and the best client options for enabling Peer Cache content sources in that subnet. Some of the considerations in this decision would include:

Enabling Peer Cache on subnet:

    • Number of workstation on subnet
    • Network location (Connection speed to DP in boundary group)


Enabling a client as a Peer Cache source 

    • Client OS
    • CCM client version (Does it support Peer Cache)
    • Network Connection type (Wired vs Wireless)
    • System chassis type
        • Example –Chassis type = 3,6, or 7 (Desktop, Mini Tower, or Tower)
          This would exclude systems types you may not want to use as a content source such as laptops, notebooks, hand helds and All in One systems.
    • Available system drive space



Here are a few examples of creating custom reports to assist customers with managing Peer Cache.

***Report requirements***

    1. Hardware inventory classes
    2. Hardware inventory will need to be configured to collect the following WMI classes:
      1. Root\ccm\softmgmtagent (CacheConfig) Specifically class 'Size' **Required to get the CCM cache size on systems
      2. Root\ccm\policy\machine\actualconfig (CCM_SuperPeerClientConfig) Specifically class 'CanBeSuperPeer'
      3. System Enclosure (Win32_SystemEnclosure) –Chassis Types
    3. Update AD System Discovery to add the following AD attribute "OperatingSystem"

 

*Note – Instructions for configuring requirements including system discovery and hardware inventory are at the end of this post.


Download the .rdl files for both custom reports here:

https://github.com/setprice2245/Peer-Cache


Report 1


PE Peer Cache Candidate Dashboard


This report lists the AD sites and the number of subnets associated with each site. Expanding the site and specific subnet will provide details on the client count in that site and the number of Peer Cache content source candidates.

The details of the client in that site are listed and color coded for Peer Cache candidate status.

Green = (Peer Cache is already enabled)

Blue = (System meets to criteria to be recommended as a Peer Cache candidate)

Gray = (System does NOT meet criteria for Peer Cache candidate)

In this report the client system must meet the following criteria to be displayed in BLUE for Peer Cache capable.

Note- The data used for candidate criteria is based on hardware inventory. Based on hardware inventory configuration this data may or may not be current (Default hardware inventory is 7 days)

 

        • OS version (Like %Windows% NOT like %Server%)
        • Ethernet connection (Adaptertype0) = 'Ethernet 802.3'
        • IPAddress0 like '%.%.%.%' (Not Null)
        • Free space on system drive is > 20 GB
        • CCM Client is Active
        • Client version 5.00.8540.1000 or later
        • Chassis type in (3,6,7) – Desktop, Min Tower, or Tower


Note: The attached report will not list Server operating systems but I do have them enabled for display in the example report screenshot.

Report 2


PE Peer Cache Enabled Clients




This report lists all systems that have the Peer Cache client enabled and system details such as chassis type, free system drive space, CCM cache size, client status, Client version, OS name, AD site, and default gateway

Configuring system discovery and hardware inventory requirements


    1. In the Config Mgr console under Administration > Hierarchy Configuration > Discovery Methods > Active Directory System Discovery > Properties > Add attribute operatingsystem
    2. Then start a system discovery
    3. Add required classes to hardware inventory.
    4. Under Administration > Client Settings > Modify the Default Client Setting
    5. Edit Hardware inventory and click Set Classes…
    6. Add System Enclosure (Win32_SystemEnclosure) class = Chassis Types as shown below




7. For the next classes, select Set Classes…, then select Add.

8. Click Connect

9. Under WMI namespace type Root\ccm\softmgmtagent and select Recursive as shown below.

*Note – You may need to run the Config Mgr console as administrator to have access.




10. Select CacheConfig and select OK



 

11. Back in hardware inventory classes, find CacheConfig (CacheConfig) and select the Size class as shown.




12. Repeat this process to add class Root\ccm\policy\machine\actualconfig (CCM_SuperPeerClientConfig) -Specifically class 'CanBeSuperPeer'






13. After we have added the new hardware inventory classes to the default client settings policy, we need to run a machine policy evaluation on a clliented system, then run a hardware inventory to update the database.

14. Next, we can browse to our report server website and import the .rdl files included in this post.

*Note- Make sure to edit the report and change the data source to your database.





Thank you for reading this post, you should now be able to run both custom reports. Please provide feedback if the reports are useful or if you would like to see additional data in either of the reports.

2 Comments
Version history
Last update:
‎Aug 28 2019 02:46 PM
Updated by: