Jump to content


Elioti

Sccm needs help

Recommended Posts

I have installed the sccm server

 

which countered a lot of problems with criticals etc...

anyway in one way or another it wasnt possible to deploy xp SP3 so

we wants to deploy WIN7 x86 version

 

so I installed SP2 on the sccm server in order to deploy win 7 entreprise edition.

 

I need some Real support in here :)

I have made some screens , but I know it isn't finished cause it gives errors and like you can notice in the screens

the WDS

WSUS etc isnt installed or scratched during the update(my opinion)

 

I give the link so you can check the differents screens and hope you can help me further

it's a deadline :P thanks in advance

Share this post


Link to post
Share on other sites

yeah looks like IIS to me too

 

http://www.windows-noob.com/forums/index.php?/topic/490-how-can-i-configure-sccm-2007-sp1-in-windows-server-2008/

check that first post...

 

 

for PXE:

the server is PXE only? no DHCP?

 

i have ALWAYS had to do a basic configuration on the WDS Server prior to it operating correctly. I've scripted it these days for our level 2 ops to resolve, the basics are below. bash it into a batch file fix the locations of file and run. It will remove and re-install the components.

 

 

 

remove the PXE role then run the equiv on you PXE (WDS) Server

c:\PXERebuild\rebuild.bat

@echo off
msiexec.exe /x C:\PXERebuild\MicrosoftDeploymentToolkit2010_x64.msi /qb! /norestart
msiexec.exe /x E:\SMS\bin\i386\pxe.msi /qb! /norestart
NET STOP WDSServer
servermanagercmd.exe -remove WDS-Deployment WDS-Transport

net share REMINST /delete
net share SMSPXEIMAGES$ /delete

servermanagercmd.exe -install WDS-Deployment WDS-Transport
wdsutil /initialize-server /Server:%computername% /REMINST:"E:\RemoteInstall"
wdsutil /set-server /architecturediscovery:yes

msiexec.exe /i C:\PXERebuild\MicrosoftDeploymentToolkit2010_x64.msi /qb! /norestart
NET STOP WDSServer
NET START WDSServer

echo :: ---------------------------------------------------------------------------- 
echo :: PLEASE INSTALL the SCCM PXE ROLE in ConfigMgr Console
echo :: ----------------------------------------------------------------------------
pause
trace32.exe E:\SMS\Logs\PXESetup.log

msiexec.exe /i E:\SMS\bin\i386\pxe.msi /qb! /norestart
NET STOP WDSServer
NET START WDSServer

 

 

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.