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 3

#1 User is offline   anyweb Icon

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

Posted 27 August 2008 - 05:29 PM

This guide assumes you have installed SCCM 2007 SP1 and then configured it as outlined here in Part 1 you must then do the additional configuration outlined in Part 2.

Step 1. Configure Client Agents

open the SCCM administrator console and expand the site Management/site name/site settings, then select the Client Agents as below:

Attached Image

Double click on hardware Inventory client Agent on the right side and verify that it is enabled. Set the inventory schedule to 1 day (This is a LAB after all, in production you might want to use something less intensive, the default is 7 days). Click ok to close.

Attached Image

For the Software Inventory agent, verify the schedule is set to 7 days.

Attached Image

Click on the inventory collection tab, and delete the default scan listed.

Attached Image

Click on the yellow star and add files of type *.exe

Attached Image

then click on Set beside location, select Variable or Path name and enter %ProgramFiles%\ as the program path location so that it only scans that area for EXE files, Make sure to remove the tick from the windows directory

Attached Image


Attached Image

Next you can enable the Advertised programs client agent , and under the General tab, verify that Enable software distribution to clients is enabled and select New Program notification icon opens Add or Remove Programs as per below screenshot.

Attached Image


Note: In the R2 release of ConfigMgr you will have an additional choice called Allow virtual application package advertisement


Now click on the notification tab and set it accordingly

Attached Image

Next we will configure the Computer Client Agent properties,

Failure to configure this correctly or failure to configure it will lead to a failure in Operating system deployment with problems such as this one

for Network Access Account we need to enter an account to be used by Configuration Manager 2007 client computers to communicate with network resources. We can use the SMSread account we created earlier (in Step 3 of this guide).

Attached Image

fill in the text you want displayed to your users in the Customization tab

Attached Image

leave the reminders tab as it is and then set our BITS settings like this

Attached Image

click apply and ok.

Set our Desired Configuration Management Agent schedule to 1 day

Attached Image

Let's leave Mobile device client agent settings as they are for now, and for Remote Tools client agent, set it as follows

Attached Image

add some permitted viewers (blank by default)

Attached Image

set your remote assistance settings to full control for both solicited and unsolicited remote assistance

Attached Image

We will leave Network Access Protection, Software Metering and Software updates Client agent as they are for now.
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
My blog on myITforum
0

#2 User is offline   anyweb Icon

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

Posted 20 March 2009 - 08:16 AM

Step 2. Client Installation Methods

In the left pane of SCCM configmgr, select Client installation methods and double click on Client Push Installation.
place a checkmark in Enable Client Push Installation to assigned resources and take note of the warning

Attached Image

and then set your client push properties as below

Attached Image

for Accounts, set the account to SMSadmin (this is fine for the lab environment, in production you should create a new user account such as SMSAdvCli and use that account for client installation only)

To successfully install the Configuration Manager 2007 client, the Windows user account used must have Local Administrative rights on the destination computer. If the install fails with all accounts in the list then the installation will be attempted using the computer account from the Configuration Manager 2007 site server. If the user account does not have Local Administrative permissions on the destination computer then the Client will not install.

[To grant a user local administrative permissions on a computer open up computer management, Local Users and Groups, Groups, Administrators and add the user you wish to be the local administrator].

Attached Image

Next click on the Advanced client tab and set your Installation Properties string to something like this

SMSSITECODE=WIN SMSCACHESIZE=8000


the above sets our SMS site code to WIN and the SMS cache size on the client to approx 8GB.

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

#3 User is offline   anyweb Icon

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

Posted 20 March 2009 - 08:18 AM

Step 3. Configure Discovery methods

Attached Image

The above table is taken from Technet.

Active Directory System Discovery – Discovers computers from the specified locations in Active Directory Domain Services.

Active Directory User Discovery - Discovers user accounts from the specified locations in Active Directory Domain Services.

Active Directory Security Group Discovery - Discovers security groups, including local, global, and universal groups from the specified locations in Active Directory Domain Services.

Active Directory System Group Discovery – Discovers additional information about previously discovered computers from the specified locations in Active Directory Domain Services. This information includes the OU and group membership of the computer. Active Directory System Group Discovery does not discover information about new resources that did not previously exist in the Configuration Manager site database.

Heartbeat Discovery – Used by active Configuration Manager clients to update their discovery records in the database. Because it is initiated by an active client, Heartbeat Discovery does not discover new resources.

Network Discovery – Searches your network infrastructure for network devices that have an IP address. This allows you to discover devices that might not be found by other discovery methods, including printers, routers, and bridges.



In the Discovery Methods section, select Heartbeat Discovery, and set the discovery to 1 hour (as this is a lab, this will discover our clients quickly, obviously in a Production Environment you will want to set the times differently).

Attached Image

For the below options, enable discovery and then set as follows


* Active Directory System Group Discovery 1 hour
* Active Directory Security Group Discovery 1 hour
* Active Directory System Discovery 1 hour
* Active Directory User Discovery 1 hour


Note: You may want to set these values to 1 minute in a lab environment.

Attached Image

you should also check the Run discovery as soon as possible is ticked for all of the above.

We also need to tell SCCM where to look for these computers and that is done in each of the 4 AD options above,

So bring up the Active Directory System Group Discovery properties and click on the Yellow star to add an Active Directory container

In the New Active Directory Continer window, make sure Local Domain is selected and click ok.

Attached Image

when the Select New Container window comes up, click ok.

Attached Image

now your container is selected click ok to exit and do the same actions for each of the 3 remaining AD discovery methods.


Attached Image

That's it you are done !! you can now test your SCCM server by adding clients to your Windows 2008 domain.
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
My blog on myITforum
0

#4 User is offline   anyweb Icon

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

Posted 29 March 2010 - 08:26 AM

Screenshots of the Configuration Manager client

Below are some screenshots of the Configuration Manager client installed using this guide on a Windows Vista Ultimate machine (test-pc).

Here's the control panel with some new icons from SCCM


Attached Image

and here is the Configuration Manager client General tab

Attached Image

the components tab...

Attached Image

the Actions tab...

Attached Image

the Advanced tab...

Attached Image



If you have pushed out the client install and you don't see the Configuration Manager listed in control panel, then make sure you are doing the client push installs with a user that has local administrative rights on the client pc, plus for troubleshooting check c:\windows\system32\ccmsetup and look at any LOG files present for errors.
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
My blog on myITforum
0

#5 User is offline   anyweb Icon

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

Posted 29 March 2010 - 08:50 AM

Configuring the Clients Firewall:-

If the configuration Manager client is NOT INSTALLING on your clients then verify that the firewall rules are set to allow SCCM traffic, or disable the firewall for testing...).




Next step > Create a package and then a program and advertise it to a collection and then distribute it



The guide covers:-

Creating the Package
Creating a Program for the package
Advertising the Package
Creating and updating distribution point
My linkedin profile at > linkedin.com
Follow me on Twitter > ncbrady
Follow windowsnoob.com on Twitter > windowsnoob
My blog on myITforum
0

#6 User is offline   KevinD Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 30-April 10

Posted 30 April 2010 - 05:49 AM

Dear Anyweb,

I followed your article but there is something that I cannot understand...

For the Active Directory System discovery I specified an OU but the client is being install on all the computers and servers under a given site in Active Directory!!! How come, what I'm doing wrong? Is it related to the Software Update Point Client Installation? It is currently enabled. Client Push Installation is enabled too as per your article...

Thanks


View Postanyweb, on 29 March 2010 - 09:50 AM, said:

Configuring the Clients Firewall:-

If the configuration Manager client is NOT INSTALLING on your clients then verify that the firewall rules are set to allow SCCM traffic, or disable the firewall for testing...).




Next step > Create a package and then a program and advertise it to a collection and then distribute it



The guide covers:-

Creating the Package
Creating a Program for the package
Advertising the Package
Creating and updating distribution point

0

#7 User is offline   HEARTZ Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 12-May 10

Post icon  Posted 12 May 2010 - 06:04 AM

excellent post it helped me a lot.i installed sccm on a window 2008 server in a test environment.my setup is one server 2008 (domain+dns+dhcp),another server 2008 sccm installed and one client pc running xp is conncted to the domain.i did all the pre reuisite for sccm and sql 2005 and sccm on server 2 and the installation ws successful with out any error.i have configured active directory system management container permission for ccm server.
the site status is showing ok and i can see two folders created in the system management folder in active directory.but those folders are empty.but in my collection i can see only the computer running sccm (there must be three computers including DC) active directory.active directory system discovery is enabled.please help me ,i am diying for the past two weeks on this pleassssssssssssssssssssseeeeeeee
0

#8 User is offline   langwebdesign Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 01-June 10
  • Gender:Male
  • Location:Germany

Posted 01 June 2010 - 12:20 PM

Hi,

as I have posted to Part 2 of your config, I had problems with the Agents finding the SLP.
now after that is working, I've followed your guide to Advertise a Software Package, but it doesn't reach the Client.

I've changed the Organization name on the Computer Client Agent Properties dialog Customization tab but on my test machine (XP SP3) in Control Panel > Advertised Programs (no sure whats the real name my installation is German) the name doesn't change.

Posted Image

So it seams that I'm still having some configuration issues here.
Hope someone can provide any hints on how to track this problem down.

Regards Stephan
0

#9 User is offline   YiannosG Icon

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 40
  • Joined: 13-February 10
  • Gender:Male
  • Location:Cyprus

Posted 01 June 2010 - 01:37 PM

Hello. Are you able to see the computer on the collection?

If you go on the client computer in Conficuration Manager do you see the correct Assighnment code? Under Actions what do you see? Its the same as the guide?
0

#10 User is offline   Peter van der Woude Icon

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

Posted 01 June 2010 - 04:51 PM

View Postlangwebdesign, on 01 June 2010 - 02:20 PM, said:

I've changed the Organization name on the Computer Client Agent Properties dialog Customization tab but on my test machine (XP SP3) in Control Panel > Advertised Programs (no sure whats the real name my installation is German) the name doesn't change.


Update your bootimage to update the change in there too.
0

#11 User is offline   langwebdesign Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 01-June 10
  • Gender:Male
  • Location:Germany

Posted 01 June 2010 - 06:41 PM

Hi

View PostYiannosG, on 01 June 2010 - 03:37 PM, said:

Hello. Are you able to see the computer on the collection?
If you go on the client computer in Conficuration Manager do you see the correct Assighnment code? Under Actions what do you see? Its the same as the guide?


yes the computer is in the collection, it is approved and assigned.
The Site Code in ConfigMgr is correct but I've just noticed that the site mode is unknown.
And I only have two Actions available, but they are the two underlined on the image of the deploy application guide:

Posted Image

View PostPeter van der Woude, on 01 June 2010 - 06:51 PM, said:

Update your bootimage to update the change in there too.


I'm guessing you are assuming I've installed the XP Computer with an SCCM Image which includes the Client, but that is not the case.
I've installed the XP the old fashioned way and the Client had been installed by Client push installation after I changed the organization name. Or is there a need to Update the Client Setup used by Client push installation?

Thanks for your help
Stephan
0

#12 User is offline   Peter van der Woude Icon

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

Posted 01 June 2010 - 06:52 PM

The client is not communicating with your Site server, that's why you don't get your Organization Name and more actions.

I would say open a new post on the forum (because this doesn't really belong here) and post more information about the command line you use for the installation and the ClientLocation.log
0

#13 User is offline   langwebdesign Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 01-June 10
  • Gender:Male
  • Location:Germany

Posted 01 June 2010 - 07:24 PM

where do I find the ClientLocation.log?
edit *found it*
0

#14 User is offline   kishore Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 10-June 10

Posted 06 July 2010 - 10:41 AM

Hi All,

I followed this awesome guide in installing SCCM and setting up a Site, configuring boundaries and etc. This Guide addressed all the things pretty well,but I had a problem in getting ccm client installed on my client machine. I can see the client machines in my collections. When I checked eventvwr I had several errors saying 'A timeout was reached (30000 milliseconds) while waiting for the ccmsetup service to connect.' Attached Image. If I check services "ccmcetup" service is not getting started and even if I try to start manually it rejects to start. I am struggling with this issue for 2 days now. Please help me to sort this issue.
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