www.windows-noob.com: how can I configure SCCM 2007 SP1 in Windows Server 2008 - www.windows-noob.com

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

how can I configure SCCM 2007 SP1 in Windows Server 2008 step by step guide: Part 1

#1 User is online   anyweb Icon

  • Administrator
  • PipPipPip
  • Group: Root Admin
  • Posts: 1,920
  • Joined: 28-September 06
  • Gender:Male
  • Location:Sweden
  • Interests:Deploying Operating systems and more with SCCM

Posted 26 August 2008 - 08:01 AM

Please note that this guide is designed to get you up and running with SCCM in a LAB Environment as quickly as possible, so server roles are not going to be separated unless otherwise stated. This guide is provided as is, if you find any errors please report them in the forums.



In a production environment please consult Technet for best practise, see below links:

Configuration:
Checklist for Required Post Setup Configuration Tasks
System Center Configuration Manager 2007

Best Practices:

Configuring Configuration Manager Sites for Best Performance
Checklist for Security Best Practices
Best Practices for Central and Primary Site Hardware and Software Configuration

-----------------------------------------------


This guide assumes you have first installed SCCM 2007 SP1. I would recommend that you do the Firefox application deployment test after completing these 3 parts, and then go through the Deploy Vista guide even if you are only going to Deploy Windows XP.
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
0

#2 User is online   anyweb Icon

  • Administrator
  • PipPipPip
  • Group: Root Admin
  • Posts: 1,920
  • Joined: 28-September 06
  • Gender:Male
  • Location:Sweden
  • Interests:Deploying Operating systems and more with SCCM

Posted 20 March 2009 - 05:03 AM

Step 1. Set site boundaries and verify site name is configured for Active Directory


You need boundaries or the clients will not find the nearest Distribution Point when they make a Client Location Request. The boundaries help them find the content at the nearest Distribution Point.



Startup the SCCM Configmgr console to check the site boundaries and verify the the SCCM server site name is configured for active directory instead of the IP address (as it is by default). Configuration Manager 2007 clients are assigned to Configuration Manager 2007 sites based on the boundaries defined for the site. Boundaries are defined by IP subnets, Active Directory site names, IPv6 prefixes, IP ranges or a combination of these. We need to configure the Site Boundaries in order for auto-site assignment to succeed (the clients network location must fall within one of the configured boundaries for site assignment to succeed.

Configuration Manager 2007 boundaries are used to identify a roaming client's position in the Configuration Manager 2007 hierarchy, which in turn facilitates locating the nearest distribution points that host the content requested by clients. When a change in network location results in a client being outside its assigned site's boundaries, it relies on roaming behavior to locate content.

For more information about planning Configuration Manager 2007 site boundaries, see Planning Configuration Manager Boundaries, and for more information about content location, see Configuration Manager and Content Location (Package Source Files).




The boundaries node of the Configuration Manager console displays all boundaries defined for every site in the Configuration Manager 2007 hierarchy beneath the current site. Boundaries defined for SMS 2003 child sites before joining a Configuration Manager 2007 site hierarchy are not editable. To change the boundaries of an SMS 2003 child site, the pre-defined SMS 2003 boundary must be deleted and a new one created from within the Configuration Manager console.

Startup the SCCM Configmgr console and click on the + beside Site Management to expand that section.

Underneath that you'll have your SCCM Site Server name (in my case WIN), and underneath that we have the Sites settings.

Attached Image



Note:

You'll need to know your AD site name. The AD site name is by default called Default-First-Site-Name and you can change that in Active Directory sites and services just as long as the site name is the SAME in both AD and SCCM site boundries


Before change:-

Attached Image

below we have renamed the Default-First-Site-Name to windows-noob in Active directory sites and services

Attached Image

Open SCCM Configmgr and expand Site settings, click on the Boundaries node, right click the node and select New Boundary from the context menu.

Attached Image

Attached Image

Click on Type and change it to Active Directory Site

Attached Image

click on Browse and select the AD site name we configured earlier in AD sites and services.

Attached Image

click on ok to complete

Attached Image

click ok again and we can now see our SCCM Site boundary is setup in ConfigMgr.

Attached Image
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
0

#3 User is online   anyweb Icon

  • Administrator
  • PipPipPip
  • Group: Root Admin
  • Posts: 1,920
  • Joined: 28-September 06
  • Gender:Male
  • Location:Sweden
  • Interests:Deploying Operating systems and more with SCCM

Posted 20 March 2009 - 05:04 AM

Step 2. Setting and configuring the site system roles.

Open Active Directory Users and Computers and create two new Domain Users

SMSadmin and SMSread.

Attached Image

The SMSAdmin account should have Full Administrative priveledges on the SCCM server. To do this you can add the SMSadmin account to the Local Administrators Group on the SCCM Server.



Go back to SCCM ConfigMgr, expand Site Settings and Site Systems, and click on your Server name. You should see that several Roles are already installed (Component Server, distribution point, management point, site server, site system, site database server).

Attached Image

Right click your server name and choose New Roles. This will bring up the New Site Role Wizard.

Attached Image

Accept the defaults and click next.

Select Server Locator point, State Migration point, Reporting point and Software update point from the list.

Attached Image

Note: If you are not using the Configuration Manager AD schema *ie, if you have not extended the AD schema for SCCM as outlined here* , then you do need an SLP.For Server Locator point,

In the example here, I install the Server Locator Point even though the AD schema has been extended for SCCM.

Attached Image

For State Migration point, click on the red exclamation mark to input a path to store the SMP data for example d:\smp this is where data will be stored during the OSD process if it has to be stored on the network.

Attached Image

Next up is the reporting point, leave it as it is

Attached Image

Then we will have the Software Update point, WSUS 3.0 sp1 or later must be installed to use this feature, but if you've followed my guide from start to finish you'll already have it (WSUS 3.1) installed.

Attached Image

Put a checkmark in Use this server as the active software update point, and click next, then leave the Sync source settings as they are.

Attached Image

Accept the Sync Schedule defaults

Attached Image

click next to see the classifications, choose the following Critical Updates, Definition Updates, Security Updates, Service Packs, Update Rollups, and Updates, then click the next button.

Attached Image

For Products to update, choose Office, SQL and Windows (Windows and Office will already be selected)

Attached Image

Set your language preferences, mine had Chinese, Korean, French and German pre-selected (odd...) I changed it to only English

Attached Image

finally you can review the summary.... click Finish

Attached Image

once done click close.

Attached Image

We can now see our roles in ConfigMgr.

Attached Image



Next step > SCCM 2007 SP1 configuration guide - Part 2


The guide covers:-

Configuring the Distribution Point (DP) and the Management Point (MP), adding Authoring rules in WebDav and changing WebDav settings, making sure the System Management container in Active Directory has the correct permissions for SCCM, checking and fixing errors in SCCM System Status.

If you appreciate this guide then please help me by Digging it
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
0

#4 User is offline   Rajiv Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 28
  • Joined: 30-October 09

Posted 30 October 2009 - 02:24 PM

Why are these two accounts created?
SMSadmin and SMSread.

Where are they used?

In my SCCM installation I do see that a group called SMS Admins was automatically created on the server where SCCM was installed.
0

#5 User is offline   Rajiv Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 28
  • Joined: 30-October 09

Posted 30 October 2009 - 02:29 PM

I have one more role there:

Reporting Services Point

I guess this is because I have SCCM 2007 SP1 R2 ?

Attached Image
0

#6 User is offline   Peter van der Woude Icon

  • Advanced Member
  • PipPipPip
  • Group: Moderators
  • Posts: 204
  • Joined: 17-July 09
  • Gender:Male
  • Location:The Netherlands

Posted 31 October 2009 - 09:31 AM

Reportings Services Point indeed comes with R2
My Blog: http://www.petervanderwoude.nl
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users





Locations of visitors to this page