Skip to main content

Installing Pull Distribution Point in SCCM 2012 R2

In this guide, we will learn how to install Pull Distribution Point in SCCM 2012 R2, before that we will put some lights to understand what is Pull DP.
Microsoft System Center 2012 Configuration Manager SP1 introduces a new type of distribution point called a pull distribution point. By configuring pull DP instead of having to get the content from the primary site, a distribution point can pull the content from the nearest distribution point. Pull distribution points still allow you to specify where each distribution point resides in the hierarchy but also gives you the flexibility of defining the source distribution point. The result also allows you to overcome the previous limitation of a maximum of 250 distribution points and helps reduce the load of content distribution on primary sites.
Follow the below steps to perform the installation of Pull DP.

In Configuration Manager Console, Select the Administration Workspace, Site Configuration, right click on sites and then select Create Site System Server.
On the General page of the Create Site System Server Wizard, Specify the name of the server that you want to designate as Pull Distribution Point and click next to continue.


Click next on Proxy page and select the role as Distribution Point as shown in below screen in System role Selection page.


On the Distribution Point page check the box to Install and Configure IIS if required by Configuration manager and click next to continue.
On Drive Settings page, provide the Drive space reserve in MB as per your requirement and click next to continue.
On Pull Distribution Point page, Enable this Distribution Point to pull content from other distribution Points and click add to select the available source distribution points and click ok, then click next to continue.
On PXE settings page, click next to continue.

On Multicast page, click next to continue.
On Content Validation Page, configure as per your requirement and click next to continue.

on Boundary Groups page, add the boundary groups and click next to continue.
On Summary page, verify the details and click next to proceed with installation.

Click close to finish the installation wizard successfully.
You can verify the installation status in hman.log and distmgr.log files.
This concludes the installation of Pull DP in SCCM 2012 R2.

Keep Learning ☺

Comments

Popular posts from this blog

WMI Error - Windows Management files may be moved or missing.

WMI ERRORs: Symptoms: >>Unable to open System Information. >>WMI Error - Windows Management files may be moved or missing. Resolution : Navigate to Start >> All programs >> accessories >> right click on CMD >> run as administrator, and run the below commands one by one. 1)     sc config winmgmt start= disabled 2)     net stop winmgmt /y 3)     %systemdrive% 4)     cd %windir%\system32\wbem 5)     for /f %s in ('dir /b *.dll') do regsvr32 /s %s     6)     regsvr32 %windir%\system32\tscfgwmi.dll           7)     wmiprvse /regserver                                 ...

Unable to transfer Schema master role from Primary Domain Controller to Additional domain controller (backup server) In Windows Server

Issue: Unable to transfer Schema master role from PDC to ADC. Symptoms: You will get below error while transferring Schema master using NTDSUTIL fsmo maintenance: seize schema master Attempting safe transfer of schema FSMO before seizure. ldap_modify_sW error 0x32(50 (Insufficient Rights). Ldap extended error message is 00002098: SecErr: DSID-0315137D, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 Resolution: Add your user to Enterprise admin  group in Active directory to resolve this issue.

Installing Reporting Services Point role in SCCM Current Branch 1702

In Today’s tutorial, we will learn about the Configuration of Reporting Services Point role in SCCM CB 1702. Before moving ahead, we will throw some lights on to understand the Reporting Services Point Role in SCCM. What is Reporting Services Point Role? A reporting services point integrates with SQL Server Reporting Services to create and manage reports for Configuration Manager. The reporting services point copies report folders and reports to SQL Server Reporting Services, applies the security policy for the reports and folders, and sets configuration settings in Reporting Services. The reporting services point is a site system role that must be configured on a server with Microsoft SQL Server reporting services installed and running. To install and configure follow the below steps. In the Configuration Manager console, Click on Administration, Site Configuration, right click on Sites and click on Add Site System roles. Provide the required details and Click next to continue. ...