Friday, February 22, 2013

ConfigMgr 2012 SP1 - Primary Site Installation Step by Step

Here we see a step by step procedure to install ConfigMgr 2012 SP1 Primary site installation.

I used Windows 2008 Enterprise SP2 64 bit for the server, Preinstalled with WSUS 3.0 SP2, Powershell 3.0, and ADK.

Also below Patches for WSUS:
KB2734608 and KB2720211


Refer to Supported Configurations for Configuration Manager below.
http://technet.microsoft.com/en-us/library/gg682077.aspx

Download Prereq files using the command from the setup as shown below.

SMSSETUP\BIN\\setupdl.exe

1. Login into the server using local admin ID.

2. From the Configmgr setup disk, double click the splash.hta and select Install.

3. In the Before you Begin screen, read the checklist and click Next.

4. Select Install a Configuration Manager primary site and click Next.

5. Enter the product key and click Next. And accept the License Terms in the next screen.

6. Select all Checkboxes and Click Next.

7. Select Use previously downloaded files. Click Browse and select the path where you downloaded the prerequisites and click Next.

8. In the Server Language Selection window, select the languages. (By default English is selected) and click Next.

9. In the Client Language Selection window, choose the needed languages click Next. You may choose Enable all languages for mobile device clients if needed.

10. Type the three digits Site Code, the Site Name and the Installation folder. Select “Install the Configuration Manager Console Admin Console” and click Next.

11. Select either of the options. If you choose 1 then specify the CAS server FQDN in the box and click next. I chose option 1 since I had a CAS in my hierarchy.

12. Type in the below.
SQL server name.
SQL Instance(default is blank)
DB Name(Default is CM_Sitecode)
SSB Port(Default is 4022)
Click Next.
13. Type Provider Name (default is Primary server) and click Next.
14. Select second option and click next.
15. Uncheck both options and click Next.
16. Select appropriate one and click Next.
17. Click Next in the Settings Summary.

18. The Prerequisite Check may show if anything is missing. Then you may have to rectify them and Run check again. At this point you can view the log for more details.
%SystemDrive%\configmgrprereq.log
Click Begin Install if all success.

19. Click View Log to see the progress.
Note: Log file is found here.
%SystemDrive%\ConfigMgrSetup.log
It's Done..!
We will see Roles configuration in later posts.

 

Thursday, February 7, 2013

ConfigMgr 2012 SP1 - CAS Installation Step-by-Step

Here we see step by step procedure to install ConfigMgr 2012 SP1 CAS site installation.

I used Windows 2008 Enterprise SP2 64 bit for the server, Preinstalled with WSUS 3.0 SP2, Powershell 3.0, and ADK.

Below Patches for WSUS:
KB2734608 and KB2720211

Refer to Supported Configurations for Configuration Manager below.
http://technet.microsoft.com/en-us/library/gg682077.aspx

Download Prereq files using the command from the setup as shown below.
SMSSETUP\BIN\\setupdl.exe

1. Login into the server using local admin ID.

2. From the Configmgr setup disk, double click the splash.hta and select Install.
image

 3. Click Next in the Configuration Manager 2012 SP1 Setup Wizard.
image

4. Select Install a Configuration Manager central administration site and click Next.
image

5. Enter the product key and click Next. And accept the License Terms in the next screen.
image

6.Select all Checkboxes and Click Next.
image

7. Select Use previously downloaded files. Click Browse and select the path where you downloaded the prerequisites and click Next.
image
image

8. In the Server Language Selection window, select the languages. By Default English is Selected. Click Next.
image

9. In the Client Language Selection window, click Next.
image

10. Type the three digits Site Code, the Site Name and the Installation folder. Select “Install the Configuration Manager Console Admin Console” and click Next.
image

11. Select Install as the first site in a new hierarchy and click Next.
image

12. Type in the below.
SQL server name.
SQL Instance(default is blank)
DB Name(Default is CM_Sitecode)
SSB Port(Default is 4022)
Click Next.
image

13. Type Provider Name (default is CAS) and click Next.
image

14. Select appropriate one and click Next.
image

15. Click Next in the Settings Summary.
image

16. The Prerequisite Check may show if anything is missing. Then you may have to rectify them and Run check again. At this point you can view the log for more details.
%SystemDrive%\configmgrprereq.log
Click Begin Install if all success
image

17. Click View Log to see the progress.
Note: Log file is found here.
%SystemDrive%\ConfigMgrSetup.log
image

18. Click Close.
image

Tuesday, February 5, 2013

A typical SCCM Design Engineer JD and Skill Set

JD:


 Assess, Analyze the current environment and design the SCCM infrastructure.

 Preparing Design and Deployment documentations

 Meetings with stakeholders for requirement gathering and planning

Required Skills:

 System Center Configuration Manager 2007 / 2012 Infrastructure Design Experience in a medium to large environment.

 To be able to Design, Configure and Troubleshoot all features of SCCM effectively and understand the product flow encompassing Software Distribution, Patch management, Operating System Deployment, Asset Intelligence, Software Metering, Compliance Management and Reporting.

 Troubleshooting skills – To be able to read and identify issues from Log files and identify issues from Inbox files

 SCCM Disaster Recovery planning and execution

 Configuration and Troubleshooting skills in SQL, IIS, WSUS as it pertains to SCCM.

 Understand the fundamentals of WMI and how it is utilized by SCCM

 Good understanding of standard client/server and Networking fundamentals

 Understanding and Integrating 3rd party tools like Quest to SCCM

 Excellent Documentation and Presentation skills

Desired Skills:

 VB Script and Power Shell Scripting

 Clustering knowledge

 Virtualization of OS and applications

 Knowledge in Windows Active Directory Services

 System Center Updates Publisher

 Team Player

Saturday, January 19, 2013

SCCM 2012 - App stuck at downloading 0%

I was testing SCCM 2012 Application Management in the lab and there was an issue in the beginning where any app I tried were hanging at 0% downloading. I tried packages and Applications both.

It looked like it was content downloading issue.. It’s true. It was not able to find any DPs in the network.

The hierarchy is with a CAS and two primaries under it. For the primaries DP and MP are remote servers.

The CAS.log showed the below errors.  



And the Locationservices.log showed as below.  



In the software center I saw this error code.

The software change returned error code 0x87D00607 (-2016410105)

It’s definitely because of client can’t find the content. But the content was available in the DP, but it can’t find the DP. I went back and forth with all the settings and permissions. All looked perfect. Reinstalled roles and IIS and breaking my head for couple of days with no success.

Then suddenly when I was going through the boundary groups properties I just saw that, In references tab under Content Location all the site servers are listed.



I added that, not knowing this would cause any issue. I overlooked it although it was clearly mentioned that only DP and SMP must be added.

So I removed all other site systems except the DP, then software deployment started working fine.