Skip to main content

Step by Step Guide to Install SCCM 2012 R2 - Standalone Primary Site

In today’s topic, we will learn about installing Standalone primary site in SCCM 2012 R2.
Before proceeding further, we will go through brief about the Primary site.

Primary Site:
Primary Sites supports clients up to 1,00,000 and each primary site can support up to 10 MP’s and up to 250 Secondary sites. A primary site stores Configuration Manager 2012 data for itself and all the secondary sites beneath it in a SQL Server database. This is called the Configuration Manager 2012 site database. Primary sites have an administrative tool called the Configuration Manager 2012 console that enables the Configuration Manager 2012 administrator to directly manage the site. Primary sites are child sites of the Central Administration Site.
The Primary Sites within the SCCM 2012 R2 Hierarchy are the sites responsible for managing clients and servers.
Primary sites in System Center 2012 Configuration Manager R2 have the following differences from primary sites in Configuration Manager 2007:
  • A primary site supports only a central administration site as a parent site.
  • Additional primary sites allow the hierarchy to support more clients.
  • Cannot be added below other primary sites.
  • No longer used as a boundary for client agent settings or security.
  • Participates in database replication.
Within the Accenture SCCM 2012 R2 Hierarchy the Primary Sites will be the primary point of administration for the business units.

Below Pre-requisites should be in place to proceed further with the installation of Primary site.
  • Web Server (IIS) with below sub features
    - Common HTTP Features – Default Document, Static Content.
- Application Development – ASP.NET 3.5, .NET Extensibility 3.5, ASP.NET 4.5, .NET Extensibility 4.5, ISAPI extensions.
- Security – Windows Authentication.
- IIS 6 Management Compatibility – IIS Management Console, IIS 6 Metabase Compatibility, IIS 6 WMI Compatibility, IIS Management Scripts and Tools.
  • .Net Framework 3.5 Features [Install all sub features]
  • .Net Framework 4.5 Features [Install all sub features]
  • WSUS
  • Remote differential compression
  • BITS
Click on install to begin the installation of CAS

Click Next to continue.
To install Central Administration Site, select the circle to Install a Configuration Manager Primary Site.
As this is a Lab I am selecting
Accept the license terms and click next to continue.

Accept the license terms and click next to continue.


Select use previously downloaded files and click next to continue.
Path for downloaded files is : c:\configMgr2012R2\Redist
It will verify the downloaded components to proceed further.

Select the language as English and click next to continue.

Provide Site code, Site name and installation folder and check the box to install the configuration manager console and click next to proceed further.

Select Install the primary site as a stand-alone site as we don’t have existing hierarchy or CAS installed in our environment.
Click on yes to continue.
Note: you can install the CAS into a hierarchy and expand your site later or any time.




Provide the required information related to Database and click next to proceed further.
Provide path to SQL server data file and log file to proceed further and click next to continue.
Click next to continue.

Select configure the communication method on each site system role because I don’t want to use HTTPS communication from clients as I want to configure the communication separately on each site system role.
Select the check box to install the Management Point and Distribution point to proceed further and click next to continue. If you want you can install these roles later also.

select the appropriate option and click next to continue.
Verify the settings summary once again and click next to continue.

Click next to continue post prerequisites checkup completes and click begin install to proceed further.
To monitor the Installation status, check the C:\ConfigMgrSetup logs.
Installation successfully completed, now we can go ahead and close the window to finish the setup.

In logs, we can see the below entry and it will show as completed configuration manager 2012 Server setup.
Post installation you will get an administration console called Configuration Manager Console to manage the clients.

To find out the version of the configuration manager go to about system center configuration Manager.

This concludes the installation of SCCM 2012 R2 – Standalone primary site.

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. ...