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 2

#1 User is offline   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 27 August 2008 - 09:29 AM

This guide assumes you have installed SCCM 2007 SP1 and then configured it as outlined here in Part 1.


Step 1. We need to configure the Distribution Point (DP) and the Management Point (MP).

Open up the SCCM Configuration Manager Console, and highlight the SCCM server listed under site systems, in the right pane we'll see the role's we've already installed.

Attached Image

double click on ConfigMgr distribution point and place a checkmark in Allow clients to transfer content from this distribution point using BITS,...

Attached Image

Once done, click ok and Double click on Configmgr Management Point to bring up its' properties, put a checkmark in Allow devices to use this management point and click Apply.

Attached Image

At this point I checked my SCCM status (click System Status in the left pane, expand it, and choose Site Status, then your SCCM site code, then Component Status), this revealed there were problems with my Management Point which were preventing it from starting.

Attached Image

right-click on the Critical error, and choose Show Messages, All.

Attached Image

hidden inside one of the two re-occuring errors was this (you have to scroll in the error window to read it)

Quote

SMS Site Component Manager faild to install component SMS_MP_CONTROL_MANAGER on server WIN-2SDX7MZCDA7.

The WebDAV server extension is either not installed or not configured properly.
Solution: Make sure WebDAV is installed and enabled. Make sure there is an authoring rule that allow "All users" read access to "All content". Make sure the WebDAV settings "Allow anonymous property queries" and "Allow property queries with infinite depth" are set to "true" and "Allow Custom Properties" is set to false.


Attached Image

well, i know that Webdav is installed, but perhaps a slight configuration change is needed, so let's start up Server Manager and click on roles then select Web Server IIS and then Internet Information Services (IIS) Manager, then select your website listed under Sites (probably called Default Web Site unless you changed it). In the right side select WebDav Authoring Rules

Attached Image

Double click on WebDav authoring rules and you should see the rule you originally setup, click on Webdav Settings in the right pane.

Attached Image

so according to the error message above we need to verify the following:-

Solution:
Make sure WebDAV is installed and enabled. [it is]
Make sure there is an authoring rule that allow "All users" read access to "All content". [this rule is not setup yet]
Make sure the WebDAV settings "Allow anonymous property queries" and "Allow property queries with infinite depth" are set to "true" [they are currently set to false] and "Allow Custom Properties" is set to false.[it's set to true]


Ok, let's fix these WebDav problems starting with adding a new authoring rule. In WebDav settings, click on WebDav Authoring rules in the right pane

Attached Image

Next click on Add authoring rule under actions and make the changes as per below screenshot, click ok when done and you'll see your new authoring rule listed in Webdav.

Attached Image

Attached Image

Click on WebDav Settings now

make the changes above ("Allow anonymous property queries" and "Allow property queries with infinite depth" are set to "true", and "Allow Custom Properties" is set to false.)

Click Apply in the actions pane.

Attached Image

lastly you should change the WebDav Behaviour for Allow hidden files to be listed from False to True if this is going to be a Distribution Point using BITS (it is).

Attached Image



Note: if you are trying to Configure WebDav in Server 2008 R2 then please read this post.



Ok back in SCCM Configuration Manager console, under site status, right click on your SITE and choose Reset Counts, then All. Pressing F5 (refresh) on your keyboard should refresh the system status.

Attached Image

A quick look back in System Status for our Management Point, now we can see that it has installed and started properly

Attached Image

(to speed up the automatic installation of this, you can use ConfigMgr's Service manager and select the SMS_Site_Component_manager server and restart the service.)

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

#2 User is offline   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 - 08:15 AM

Step 2. Make sure the System Management container in Active Directory has the correct permissions for SCCM

In other words we will make sure the local computer (the server SCCM is running on, in this case WIN-2SDX7MZCDA7) has full access to this particular area in Active Directory. For more info on Creating and configuring the AD system management container For SCCM using Adsiedit described here.

Start up the Active Directory Users and Computers console.

Make sure that Advanced Features is selected under the View option.

Attached Image

Once it is, in the left pane select System, and then scroll down to the System Management Container.

Attached Image

Right-click it and choose properties, then select the Security tab, Verify your SCCM server computer account is listed in the Group or user names, scroll down to check, if it is not there then add it by clicking on Add.

Attached Image

Click on Object types as in the screenshot below

Attached Image

then select computers (by default it's not selected).

Click on OK and then click on Advanced to expand the view, then Find now.

When you see your server listed, highlight it and click OK. click ok again to add it to the Security tab.

Attached Image

Now that we have added it, we need to edit it's security permissions to make sure that the permissions apply to both the Container and descendant (formally child) objects. So let's click on Advanced.

Attached Image

At this point you should see your computername listed but with read permissions that apply only to This object only. We are going to change that to Full access to This object and all descendant objects. to do so highlight our computername and click on Edit.

Attached Image

In the window that appears click the drop down menu called Apply onto: and select This object and all descendant objects.

Once done, click on Full Control for the Allow permissions and don't forget to select Apply these permissions to objects and /or containers within this container only. Click ok when done.

In an enterprise, please verify the correct AD permissions for this container and set them accordingly, for advice on this please visit technet.

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

#3 User is offline   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 29 July 2009 - 06:07 AM

Step 3. Publish this site in Active Directory Domain Services

Note: In Configuration Manager, Verify that the following setting is set

Highlight your SCCM Site right click, choose properties, Advanced.

For specify settings for publishing and secure key exchange


Attached Image

make sure to Select publish this site in active directory domain services





Next step > SCCM 2007 SP1 configuration guide - Part 3


The guide covers:-

Configuring the Client Agents, setting up client installation methods and configuring discovery methods.

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   p.andrew Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 30-September 09

Posted 30 September 2009 - 05:09 AM

Hi there,

I followed your guide from installing sql to configuring sccm 2007 but I'm kind of stuck here on this post.

2 problems:
- when I'm configuring the management point, it frozen after I clicked the "OK" button
- after I restarted and configure the WebDAV for the all user - read access, it runs ok but then smsexec.exe eat up all the CPU usage

What did I do wrong?
0

#5 User is offline   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 30 September 2009 - 07:39 AM

have a read of this and see does it help
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
0

#6 User is offline   p.andrew Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 30-September 09

Posted 02 October 2009 - 01:21 AM

wow!
That fixed it!

I've been struggling with this for 2 weeks now.
Thanks heaps!

To summarize: got to http://support.micro...kb;en-us;973065 and apply the hotfix.
Note: Even if you have SCCM2007 R2 installed, it still works.
0

#7 User is offline   Abhang Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 17-December 09

Posted 17 December 2009 - 10:36 AM

Hi guys,
I struggled for about 2 days getting SCCM site server up and running and installing the client software on a client in the domain. The Client Push Install did not work for me :(. The ccm.log said ccmexe service started on client machine. But on the client machine, the ccmsetup service started and stopped. The problem was the service manifest and other files were not downloaded in the ccmsetup folder. So, I manually issued ccmsetup /MP:<MP name> /noservice. This worked!
Could anyone let me know why this happens, there is something fishy about the Management Point settings on my site server?
0

#8 User is offline   MasterScott Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 28-January 10

Posted 28 January 2010 - 05:55 PM

I am at a lost I been reading along doing step by step but when i got to AD part System Management Container it not listed in my AD.I have view advance on but it missing. Any ideas?
0

#9 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 29 January 2010 - 07:11 AM

You need to create te container with ADSIEDIT (or give the SCCM Server rights in the SYSTEM Container)

Take a look here: http://www.windows-n...tive-directory/
My Blog: http://www.petervanderwoude.nl
0

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

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





Locations of visitors to this page