TAG | configuration manager
6
SCCM 2012 SP1 – Installation step by step
No comments · Posted by Christopher Keyaert in Uncategorized
Dear All,
I would like to share with you my notes from the field concerning the basic installation of SCCM 2012 SP1.
This post is a compilation from the excellent site http://www.windows-noob.com, Microsoft TechNet and my personal notes.
Server 1: SCCM all roles
Server 2: SCCM distribution point
Server 3: SQL Server
-
SQL Server
-
Installation
-
I will not detail the complete installation of SQL server, but just give the basic features that we need to install.
|
Database Engine Services Reporting Services – Native Management Tools – Basic — Management Tools – Complete |
During the SQL server installation process, select the following module. |
|
|
The SQL server services must run under a service account. |
|
|
Select the collation SQL_Latin1_General_CP1_CI_AS |
|
|
Concerning the reporting, select Install and configure. |
|
|
Installation completed. |
-
Configuration
Now, SQL will only set and use the port TCP 1433 to the first Default Instance. The Instances installed afterwards get a dynamic choosen port set. Configmgr 2012 does not support dynamic port for SQL.
|
When SQL Service is restarted and firewall ports a opened we can Go Ahead with the Configmgr Setup.
The SSB Port is also something to think of, depending on Your configuration.
Based on the name of the Instance, Configmgr will detect the port configured automatically. |
|
|
When SQL Service is restarted and firewall ports a opened we can Go Ahead with the Configmgr Setup.
The SSB Port is also something to think of, depending on Your configuration.
Based on the name of the Instance, Configmgr will detect the port configured automatically. |
SCCM Installation:
-
System Management Container
|
|
Note: Perform the following on the Active Directory Domain Controller as a Domain Administrator
Open ADSI Edit, click on Action, Connect To and click Ok, Double Click on Default Naming Context and the DC= that appears below it. Click on the + and scroll down to CN=System. Right Click on CN=System and choose New, Object |
|
|
Choose Container from the options, click Next |
|
|
Enter System Management as the value. Click Next |
|
|
Click Finish |
-
Delegate Permission to the System Management Container
|
|
Note: Perform the following on the Active Directory Domain Controller as a Domain Administrator Open Active Directory Users and Computers. Click on view, select Advanced Features. Select the System Management Container, and right click it, choose All Tasks and Delegate Control. |
|
|
|
|
|
When the Welcome to Delegation of Control Wizard appears click next, then click Add. click on Object Types, select Computers. Type in your SCCM server name and click on Check Names, it should resolve. |
|
|
|
|
|
|
|
|
click next, select the 3 permissions General, Property-Specific and Creation-deletion of specific child objects are selected then place a check mark in FULL CONTROL, and click next then Finish. |
|
|
Failure to do the above will mean that the System Management Container in AD will NOT POPULATE with ConfigMgr site info needed by the Clients and you will see many errors in your site status warning you of same. Note: Repeat the above for Each site server that you install in a Hierarchy. |
-
Extend the Active Directory schema for Configuration
Note: Perform the following on the Active Directory Domain Controller as a Domain Administrator
Note:-The Active Directory schema extensions for Configuration Manager 2012 are unchanged from those used by Configuration Manager 2007. If you extended the schema for Configuration Manager 2007, you do not need to extend the schema again for Configuration Manager 2012.
|
|
Perform the below on your Active Directory server, simply browse the folder where you uncompressed SCCM 2012 and find \SMSSetup\Bin\x64\Extadsch.exe, right click and choose Run As Administrator. |
|
|
A command prompt window will appear briefly as the schema is extended, check in c:\ for a log file called ExtADSch.log it should look similar to this |
-
SCCM Installation
-
Drives configuration (Server 1 – Server 2)
-
By default SCCM will install the files (Packages, Updates,…) on the drive with the most empty space. If you want to avoid than SCCM install files in a specific drive, you have to create an empty file on the root of the C: Drive
NO_SMS_ON_DRIVE.SMS
-
Prerequisites
-
Files to download
-
You can either download them as part of the Site installation experience, or download them using a utility that comes on the ConfigMgr installation media called SETUPDL.EXE. Using this tool you can perform the download before installation takes place on a server or workstation that has Port 80 access to the Internet.
Just open a CMD prompt, create yourself a destination directory (spaces are supported in RTM), navigate to the SC12CM’s media SMSSETUP\BIN\X64 directory and point SETUPDL.EXE at the newly created folder.
Example:
D:\SMSSETUP\BIN\X64\SETUPDL.EXE C:\SC12CM-Prerequisite
Here’s the output from SETUPDL.EXE:
Downloader for ConfigMgr Setup
SETUPDL [options] destination
destination Specifies the directory for downloaded files.
Options:
/verify Verify the manifest and contents at the destination, but do not download
/NoUI Don’t show any UI during the process
/? This help
When it’s running, you’ll see something like this:
The only limitation is that the tool is 64- bit (X64) and thus cannot run on an 32-bit (X86) OS.
And when it has finished the CMD prompt output will have the last line as:
INFO: setupdl.exe: Finish $$<Configuration Manager Setup><06-04-2012 14:10:41.4
71-60><thread=2244 (0x8C4)>
You could log all this by redirecting the output of SETUPDL.EXE using the > console output redirector.
Key things to make sure you have are an X64 OS and easy Port 80 internet access. Keep in mind that if you are in a Web proxy-based environment with proxy authentication enabled, you may have issues getting through.
-
Server 2
-
Roles and features
|
|
Install the following role : IIS Options : Application Development: ISAPI Extensions
Security: Windows Authentication
IIS 6 Management Compatibility: IIS 6 Metabase Compatibility IIS 6 WMI Compatibility |
|
Ensure to add the Server1 in the local administrator group of the Server2. |
-
Server 1
-
Roles and Features
|
|
dism /online /enable-feature /all /featurename:netfx3 /source:d:\sources\sxs /limitaccess
Import-Module servermanager Add-WindowsFeature BITS,RDC,Web-WMI,WDS |
-
Assessment and deployment Kit
|
|
Download the http://www.microsoft.com/en-us/download/details.aspx?id=30652
During the installation process, select the following options. |
-
SCCM Installation
-
Server 1 (Primary Site + All roles)
-
|
|
Click on Install |
|
|
Click on Next. |
|
|
Select Install a Configuration Manager Primary Site.
As We will install the Distribution Point role on a second server, uncheck the box Use Typical installation options for a standalone primary site. |
|
|
Entry you product key. |
|
|
Accept the license terms.
Click on Next. |
|
|
Accept the license terms. Click on Next. |
|
|
As we already downloaded the needed files, choose Use previously download files.
Click on Next. |
|
|
Select the language(s) for the SCCM server.
Click on Next. |
|
|
Select the language(s) for the SCCM client.
Click on Next. |
|
|
Enter a site code, it’s up to find a logic in that name.
Enter a site name.
Specify the installation folder.
Click on Next. |
|
|
Select Install the primary site as a stand-alone site.
Click on Next. |
|
|
Click on Yes. |
|
|
Specify the db instance information.
Click on Next. |
|
|
Click on Next. |
|
|
Select Configure the communication method on each site system role.
Click on Next. |
|
|
Install the management point role on the first server.
Install the distribution point on the second server.
This could be of course change later.
Click on Next. |
|
|
Choose I don’t want to join the program at this time.
Click on Next. |
|
|
Review the information.
Click on Next. |
|
|
Review the warning information.
Click on Begin Install. |
|
|
Installation in progress. |
|
|
Installation is complete. |
-
Software Update point installation
Server 2
-
Software Update Point Installation
|
|
On the server on which you want to install the Software update point, create a Source folder and Share it to everyone for read-only access. |
|
|
Add Roles and Features.
Click on Next. |
|
|
Click on next. |
|
|
Click on Next. |
|
|
Select Windows Server Update Services.
Click on Next. |
|
|
Click on Next. |
|
|
Click on Next. |
|
|
Uncheck the WID Database.
Click on next. |
|
|
Specify the folder when the sources will be stored. |
|
|
Specify the DB Server. |
|
|
Click on Install. |
|
|
Installation in progress. |
|
|
When the installation is complete, go to Windows Server Update Services. |
|
|
Click on Run. |
|
|
Click on close. |
|
|
Click on Cancel, SCCM Will configure it. |
|
|
Start up the ConfigMgr console, click on Administration in the Wunderbar, click on Site Configuration, and select Servers and Site System Roles, Right click on your server and choose Add Site System Role |
|
|
Click on Next. |
|
|
Specify you proxy information if needed and click on Next. |
|
|
Select Software update point.
Click on Next. |
|
|
Select WSUS is configured to use ports 8530.
Click on Next. |
|
|
Click on Next. |
|
|
Select Synchronize from Microsoft Update.
Click on Next. |
|
|
Specify you Schedule. |
|
|
Click on Next. |
|
|
Select the classifications that you want to synchronize. |
|
|
Select the product that you want synchronize. |
|
|
Select the languages. |
|
|
Click on Next. |
|
|
Configuration is complete. |
19
Configmgr 2012 day with Wally Mead
No comments · Posted by Christopher Keyaert in Uncategorized
It has been a few weeks since the official System Center Configuration Manager 2012 release in Las Vegas at MMS 2012. So it’s time to provide the Belgian ConfigMgr Community a nice off-line event to share in-depth information on this new release.
During this event we will be joined by Wally Mead, Senior Program Manager for System Center Configuration Manager (aka The Godfather of ConfigMgr). Wally Mead has been with Microsoft for 20 years, starting in the Microsoft training group where he got his first exposure to systems management with SMS 1.0. He’s been in the Configuration Manager product group for the past 20 years, working on all versions of the SMS/Configuration Manager product. He worked with TAP customers beta testing Configuration Manager 2012, as well as developing hands-on lab materials for conferences like MMS 2012 and TechNet Virtual Hands-on labs.
Wally will provide you with 2 in depth sessions and one surprise session. That surprise session will be worth the whole trip and you cannot miss that one.
The other sessions will be presented by the Belgian ConfigMgr MVP’s or other SCUG members with in depth technical knowledge with surrounding System Center technologies. Don’t miss out on this opportunity to socialize with fellow ConfigMgr administrators and consultants and exchange knowledge, meet with one of the most popular Microsoft speakers of all time and have a nice lunch with 2 Belgian ConfigMgr and 4 Cloud and Datacenter MVP’s. We hope you will join us for an event designed to stimulate new thinking and forge lasting relationships among a remarkable group of IT professionals.
Agenda:
09:15 – 09:45 / Welcome and Registration
09:45 – 10:00 / Keynote
10:00 – 11:00 / Microsoft System Center Configuration Manager 2012: Plan, Deploy, and Migrate from Configuration Manager 2007 to 2012 by Wally Mead
Session Abstract: (Building on the Deployment and Infrastructure Design session, this technical session walks you through planning and deploying a Configuration Manager 2012 hierarchy, including migration from an existing Configuration Manager 2007 hierarchy. Learn about the various migration scenarios, tools such as Package Conversion Manager (PCM) and Physical-to-virtual (P2V), and share best practice guidance as your customers go to Configuration Manager 2012.)
11:00 – 12:00 / System Center Configuration Manager 2007 vs 2012 Battle by Kim Oppalfens and Nico Siennaert
Session Abstract: Finally ConfigMgr 2012 arrived! During this presentation we will focus on the most important improvements of the product. We will showcase you the new capabilities by organizing the ultimate battle of the year: CM07 versus CM12. Let’s get ready to rumble!
12:00 – 13:30 / Lunch Break
13:30 – 14:30 / How to look at monitoring in & outside of System Center Configurtion Manager 2012 by Tim De Keukelaere
Session Abstract: So you have successfully implemented Configuration Manager 2012 in your environment? Now it is time to see how to maintain and monitor the infrastructure and its various components. During this session we will show how to do monitoring inside and outside of Configuration Manager. We will go through the new monitoring capabilities built into the product and also how to proactively monitor your infrastructure using Operations Manager 2012.
14:30 – 15:30 / Patch and Settings Management in Microsoft System Center Configuration Manager 2012 byWally Mead
Session Abstract: With the release of Desired Configuration Management in Configuration Manager 2007, organizations were given the ability to define models of Operating System, Application, Update levels, and more. This approach to managing systems now evolves in Configuration Manager 2012 to provide a state-based foundation of the Application Model, User Centric computing, and model-based compliancy. In this session we cover the next release of DCM, called Settings Management, and demonstrate why this is such an important feature for organizations today trying to lower their costs. This session also covers Software Update Management, which builds on Configuration Manager 2007, providing many popular enhancements from customer feedback to this important feature.
16:00 – 17:00 / SCCM 2012 Automatic approval workflow with SCSM 2012 by Kenny Buntinx and Kurt Vanhoeke
Session Abstract: Join Kenny Buntinx, MCP SCCM and Kurt Van Hoecke, a SCSM expert, to find out how you can integrate the Microsoft Application Approval Workflow solution accelerator into your System Center environment. During this session we will explain the building blocks of the solution and show how you can grow from the classic application provisioning to end-user self-service provisioning that integrates in your Service Request process. This session is demo time; Configuration Manager Application Catalog, Service Manager Service Requests and Orchestrator Runbooks are demonstrated in this session.
17:00 – 18:00 / Wally mead – Surprise Session ! Unique session in Benelux !
Session Abstract: Sit back and relax ! Wally will present a surprise session that will nail yourselves to your seat. This session will be unique for the Benelux . Don’t miss it !!
18:00 – 19:00 / Networking and Drink
To register : http://configmgrday.eventbrite.com/

Opalis 6.3 brings a wealth of integration capability to the System Center suite, including 4 new Integration Packs and support for the latest Windows Server platforms.
Included in Opalis 6.3 are:
- New Integration Packs for Configuration Manager, Data Protection Manager, Service Manager and Virtual Machine Manager
- An updated Integration Pack for Operations Manager to support the Server 2008 platform
- Support for the Opalis infrastructure to run on the Server 2008 platforms.
The Opalis 6.3 Download Links : http://www.microsoft.com/systemcenter/en/us/opalis.aspx
6.3 · configuration manager · opalis · rtm · system center









































































