This post is a step-by-step procedure on how to perform a SCCM 2012 distribution point installation.
I saw a lot of posts recently on the Technet forum which leads me to think that there’s a lack of documentation explaining this.
Download the step-by-step guide in the download section or directly here. For now on, this blog post won’t be updated. Only the document will be.
Introduction
Several distribution points can provide better access to available software, updates, and operation systems. A local Distribution Point also prevents the installation thought the WAN.
Pre-Requisites
- Functional SCCM 2012 hierarchy
- SCCM 2012 Admin console access
- RDP access on the Distribution Point server
- The required level of security in the SCCM console
Distribution point server configuration
Prevent package from replication on the wrong drive
- Logon locally on the target machine with remote desktop
- Create an empty file called NO_SMS_ON_DRIVE.SMS on the root of each drive where SCCM should NOT write. (If any)
Local Administrator group
On the DP, add a group that contains your site system computer account in the Administrators group.
I like to create a SCCM system groups that contains all my distribution points.
- Open Server Manager
- Expand Local Users and Groups
- Click on Groups
- Double-click on “Administrators”
- Add the security groups that contain the SCCM computer account
Windows Server configuration – Roles and Features
Configuration Manager requires some roles and features to be installed on the server prior to the DP installation
Remote Differential Compression
- Open Server Manager, on the Features node, starts the Add Features Wizard.
- On the Select Features page, select Remote Differential Compression
Image may be NSFW.
Clik here to view.
IIS
IIS needs to be installed on the server but it will automatically be installed using the site installation wizard.
For Windows Server 2003, you must install and configure IIS manually.
Windows Deployment Service
For Windows Server 2008, 2008 R2, 2012 and 2012R2, WDS is installed and configured automatically when you configure a distribution point to support PXE or Multicast.
For Windows Server 2003, you must install and configure WDS manually.
BITS
With System Center 2012 Configuration Manager, the distribution point site system role does not require Background Intelligent Transfer Service (BITS). When BITS is configured on the distribution point computer, BITS on the distribution point computer is not used to facilitate the download of content by clients that use BITS
Microsoft Visual C++ 2008 Redistributable
You can run the Microsoft Visual C++ 2008 Redistributable Setup from the Configuration Manager installation at: <ConfigMgrInstallationFolder>\Client\x64\vcredist_x64.exe
For Configuration Manager SP1, vcredist_x64.exe is installed automatically when you configure a distribution point to support PXE.
Powershell 3.0
For Windows 2012 only, you need to enable Powershell 3.0 (or further) before installing the distribution point.
Firewall
Ensure that your firewall is set correctly. 2 ports needs to be opened.
Image may be NSFW.
Clik here to view.
DP site server installation
Reboot your server to avoid case where your server is in “Reboot pending State” which will result in unexpected reboot during distribution point installation.
Now that the Distribution point server is ready to receive a new role, we need to add the server to the site server list
Add new distribution point server to the SCCM console – Site System
- In the Configuration Manager console, click Administration
- In the Administration workspace, expand Site Configuration, and then right click Servers and Site System Roles.
- Select Create Site System Server. The Create Site System Server Wizard opens.
Image may be NSFW.
Clik here to view.
- On the General page, specify the Name for the site system server
- Select the Site Code and Click Next
Image may be NSFW.
Clik here to view.
- Do not specify a proxy server, click Next
Image may be NSFW.
Clik here to view.
- Select Distribution point in the role selection screen, click Next
Image may be NSFW.
Clik here to view.
- Check Install and configure IIS if required by CM
- Add a description if needed
- Select HTTP
- Select Create self-signed certificate, click Next
Image may be NSFW.
Clik here to view.
- Set drive configuration to your needs. This is where the SCCMContentLib will be created so select a drive with enough storage space, click Next
Image may be NSFW.
Clik here to view.
- Do not configure a pull distribution point, click Next
Image may be NSFW.
Clik here to view.
- Do not configure PXE for now, click Next
Image may be NSFW.
Clik here to view.
- Do not enable multicast for now, click Next
Image may be NSFW.
Clik here to view.
- Enable content validation to occur where it fits your environment, click Next
Image may be NSFW.
Clik here to view.
- Add the boundary group that needs to be associated with this DP and Uncheck the Allow fallback source location for content, click Next
Image may be NSFW.
Clik here to view.
- Review the summary page and complete the installation, click Next
Image may be NSFW.
Clik here to view.
WARNING Your remote server may reboot if there’s a missing requirement
At this point, the major part of installation a distribution point server is completed.
Verification
Logs
You can track the installation progress in 2 logs:
- Distmgr.log on the site server
- Smsdpprov.log on the distribution point. (InstallationDrive\SMS_DP$\SMS\Logs)
Windows Explorer
At this point, you will the SCCM file structure created on the site server.
Image may be NSFW.
Clik here to view.
Console
You can also track the installation progress in the SCCM console under Monitoring / Distribution Status / Distribution Point Configuration Status
- Click on your DP
- Click the detail tab on the bottom
- Check for green check mark on all components
Image may be NSFW.
Clik here to view.
Note: Error on the IIS Virtual directory is normal at the start of the process. SCCM is making a check as if IIS is installed at the start of the process even if you tell SCCM to enable you IIS for you. That results in errors but be patient and the installation should succeed anyway
- Verify the status of your new DP in Administration / System Status / Site Status
Image may be NSFW.
Clik here to view.
Replicate content
You can now replicate your content to your newly created DP. Replicate manually all your content or add your DP in an existing DP group.
Replicate a package or Application to your newly created site system
Image may be NSFW.
Clik here to view.
Verify that the content is well replicated in the SCCM Console. (or check distmgr.log)
Image may be NSFW.
Clik here to view.
That’s it ! You’re done creating your DP.
Monitoring
If you have multiple Distribution Point, I suggest you to read our post on 8 ways to monitor your distribution points. This post explain in details the various options to make sure that your DP are healthy.
You can also check our custom report about Distribution Point Monitoring to display all your DP status using a single click.
Image may be NSFW.
Clik here to view.
The post SCCM 2012 Distribution Point Installation appeared first on System Center Dudes.