Jump to content


JohnRingling

Manually installing SCCM 2007 client on laptops

Recommended Posts

Good morning,

 

I am running into challenges getting my laptops connected to our LAN to successfully obtain software from SCCM 2007.

 

My Goal:

Have our laptops obtain software updates from SCCM 2007 as our desktops(running Windows XP) do sucessfully.

 

Our environment:

One SCCM 2007 R2 server, configured in mixed mode, installed on a windows server 2003 standard edition.

Laptops have Windows 7, are connected to the LAN with an ethernet cable, and have an IP address assigned to them by MAC address.

 

The problems I am running into:

My two test laptops are successfully seen in the configuration manager console, I do have to manually approve them.

I can right click and successfully start a ressource explorer, and view the various attributes.

 

I placed them both in a collection which I had successfully updated desktops with, therefore I knew that my software package\advertisement is good.

The laptop will get a empty folder in the C:\WINDOWS\system32\CCM\Cache folder where it should be receiving the actually exe or msi files; and on the server side I receive the "Waiting for content".

I looked in the log files, and noticed that the execmgr.log and the CAS.log have this entry [LOG[software Distribution Site Settings for the client are missing from WMI.]

 

I ran this bat file to manually join one laptop to the SCCM 2007 server:

NET USE X: \\myServerName\c$

X:

CD X:

cd Program Files\Microsoft Configuration Manager\Client

ccmsetup.exe /mp:myServerName /logon SMSSITECODE=S01 SMSSLP=myServerName

 

And I ran this one for the other laptop:

NET USE X: \\myServerName\c$

X:

CD X:

cd Program Files\Microsoft Configuration Manager\Client

ccmsetup.exe /mp:myServerName /logon SMSSITECODE=S01 SMSSLP=myServerName SMSMP=myServerName with the FQDM

 

I am not sure how to solve this issue and I would really greatly appreciate your help,

 

Thank you,

 

John

Share this post


Link to post
Share on other sites

first time,when the SCCM client is installed ,i seen many times "Software Distribution Site Settings for the client are missing from WMI" which does not leads to WMI error mostly.

You can check by looking at ccmexec.log.

 

what does the CAS.log says ?

 

how did you set the advertisement properties ? run from DP or download and run from DP?

Share this post


Link to post
Share on other sites

first time,when the SCCM client is installed ,i seen many times "Software Distribution Site Settings for the client are missing from WMI" which does not leads to WMI error mostly.

You can check by looking at ccmexec.log.

 

what does the CAS.log says ?

 

how did you set the advertisement properties ? run from DP or download and run from DP?

 

The advertisement porpeties are set to download from DP and run locally.

 

The CAS log is as follows:<![LOG[Requesting content S0100058.2, size(KB) 2804, under context System with priority Low]LOG]!><time="08:24:38.262+300" date="03-10-2011" component="ContentAccess" context="" type="1" thread="4184" file="contentaccessservice.cpp:909">

<![LOG[submitted CTM job {D19D68D1-B356-43B6-85E0-5791C427EFC3} to download Content S0100058.2 under context System]LOG]!><time="08:24:38.312+300" date="03-10-2011" component="ContentAccess" context="" type="1" thread="4184" file="downloadmanager.cpp:576">

<![LOG[successfully created download request {41B29A16-8F8E-42FF-B302-16F66717381F} for content S0100058.2]LOG]!><time="08:24:38.312+300" date="03-10-2011" component="ContentAccess" context="" type="1" thread="4184" file="downloadcontentrequest.cpp:804">

<![LOG[Location update from CTM for content S0100058.2 and request {41B29A16-8F8E-42FF-B302-16F66717381F}]LOG]!><time="08:24:38.455+300" date="03-10-2011" component="ContentAccess" context="" type="1" thread="4184" file="downloadcontentrequest.cpp:969">

<![LOG[Download request only, ignoring location update]LOG]!><time="08:24:38.455+300" date="03-10-2011" component="ContentAccess" context="" type="1" thread="4184" file="downloadcontentrequest.cpp:983">

Share this post


Link to post
Share on other sites

The advertisement porpeties are set to download from DP and run locally.

 

The CAS log is as follows:<![LOG[Requesting content S0100058.2, size(KB) 2804, under context System with priority Low]LOG]!><time="08:24:38.262+300" date="03-10-2011" component="ContentAccess" context="" type="1" thread="4184" file="contentaccessservice.cpp:909">

<![LOG[submitted CTM job {D19D68D1-B356-43B6-85E0-5791C427EFC3} to download Content S0100058.2 under context System]LOG]!><time="08:24:38.312+300" date="03-10-2011" component="ContentAccess" context="" type="1" thread="4184" file="downloadmanager.cpp:576">

<![LOG[successfully created download request {41B29A16-8F8E-42FF-B302-16F66717381F} for content S0100058.2]LOG]!><time="08:24:38.312+300" date="03-10-2011" component="ContentAccess" context="" type="1" thread="4184" file="downloadcontentrequest.cpp:804">

<![LOG[Location update from CTM for content S0100058.2 and request {41B29A16-8F8E-42FF-B302-16F66717381F}]LOG]!><time="08:24:38.455+300" date="03-10-2011" component="ContentAccess" context="" type="1" thread="4184" file="downloadcontentrequest.cpp:969">

<![LOG[Download request only, ignoring location update]LOG]!><time="08:24:38.455+300" date="03-10-2011" component="ContentAccess" context="" type="1" thread="4184" file="downloadcontentrequest.cpp:983">

 

A detail I forgot to mention is that the desktops which obtain the software correctly are in Active directory, the laptops are not.

Share this post


Link to post
Share on other sites

A detail I forgot to mention is that the desktops which obtain the software correctly are in Active directory, the laptops are not.

 

on desktops ,it is working but not on laptops ? isnt it ?

can you also check if locationservices.log ? you will have some error messges from the log file if it is unable to get the application correctly .

how about boudaries

Share this post


Link to post
Share on other sites

I have made some progress on my problem, it appears to be a permissions issue. I am currently working on determining what the true root cause is, however I am now able to successfully push software to the laptops as well.

I will post my findings.

 

I think I have found the root cause; I selected the option “download content from distribution point and run locally” located in the software package’s advertisement under the distribution points tab, under the “When a client is connected within a slow or unreliable network boundary, and now I was able to push out to different software packages.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.