Re: USMT Estimate Fails


Go Back   Computer Help Articles > Windows XP Setup Deployment
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 06:11 AM
leighsimmonds@hotmail.com
 
Posts: n/a
Default Re: USMT Estimate Fails

I'll give this a try...

Thanks

Leigh


Michael Niehaus [MS] wrote:
> I suspect this problem is caused by including the "/compress-" parameter on
> the ScanStateArgs in CustomSettings.ini. This isn't expected; the ZTI
> script adds it again (along with the /p parameter for the estimate, which
> requires /compress-) which likely causes Scanstate to complain about a
> syntax error in the command line (parameter listed twice).
>
> If you have to include "/compress-" some changes will be needed to the
> ZeroTouchInstallation.vbs script to work around this (looking to see if the
> parameter is already there and if so not adding it again). The easy
> workaround is to remove "/compress-" from CustomSettings.ini.
>
> -Michael Niehaus
> Systems Design Engineer
> mniehaus@microsoft.com
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> <leighsimmonds@hotmail.com> wrote in message
> news:1130946541.028544.326720@g47g2000cwa.googlegr oups.com...
> > Here's a challenge for you...
> >
> > We reimaged a machine using ZTI and USMT and the USMT Estimate fails
> > and defaults to the network location listed in the
> > customsettings.ini...
> >
> > The Zerotouch log on the machine iteslf lists the error "USMT estimate
> > failed" "Unable to estimate disk space - defaulting to network share"
> > etc...
> >
> > but the log on the server says the opposite.. but it does store the
> > data on the server. Now the data amounts to 400Mb and the disk is 40Gb
> > so how can it not know there's enough free space????
> >
> > ZTI SERVER LOG:
> >
> > ![LOG[Estimated size of image (assuming 2.5X compression) =
> > 2332.5]LOG]!><time="14:26:32.000+000" date="11-02-2005"
> > component="ZeroTouchInstallation.vbs" context="" type="1" thread=""
> > file="ZeroTouchInstallation.vbs">
> > <![LOG[Estimated total space needed on C: partion for image, Windows
> > PE, and logs = 2482.5]LOG]!><time="14:26:32.000+000" date="11-02-2005"
> > component="ZeroTouchInstallation.vbs" context="" type="1" thread=""
> > file="ZeroTouchInstallation.vbs">
> > <![LOG[Total space available on C: drive =
> > 38153]LOG]!><time="14:26:32.000+000" date="11-02-2005"
> > component="ZeroTouchInstallation.vbs" context="" type="1" thread=""
> > file="ZeroTouchInstallation.vbs">
> > <![LOG[Image will fit in C: partition.]LOG]!><time="14:26:32.000+000"
> > date="11-02-2005" component="ZeroTouchInstallation.vbs" context=""
> > type="1" thread="" file="ZeroTouchInstallation.vbs">
> >
> > CUSTOMSETTINGS.INI
> >
> > [Settings]
> > Priority= MACADDRESS, DefaultGateway, SQL, Make, Default
> > CustomKeysUserData=UDShare,UDDir,UDProfiles,SLShar e,OSInstall,Packages(*),Administrators(*),DriverPa ths(*),PowerUsers(*)
> > CustomKeysSysprep=ComputerName,TimeZone,JoinDomain ,MachineObjectOU
> > OSDVariableKeys=OSDINSTALLSILENT,OSDINSTALLPACKAGE ,OSDINSTALLPROGRAM,OSDNEWMACHINENAME
> > ScanStateArgs=/i:miguser.inf /i:migapp.inf /i:migsys.inf
> > /i:sysfiles.inf /i:updateuser.inf /v:7 /x /s /f /o /c /Compress-
> > LoadStateArgs=/i:miguser.inf /i:migapp.inf /i:migsys.inf
> > /i:sysfiles.inf /i:updateuser.inf /v:7 /x /s /f /c
> > USEREXIT=ZTIUSEREXIT.VBS
> >
> > [Default]
> > UDShare=\\ServerX\MigData
> > SLShare=\\ServerX\Logs
> > UDProfiles=*\*
> > OSDNEWMACHINENAME=*
> > MachineObjectOU= OU=Workstations,DC=test,DC=COM
> > TimeZone=085
> > JoinDomain=test
> > UDDir=%OSDCOMPUTERNAME%
> > OSInstall=Y
> > Administrators1=test\DESKTOP ENGINEERS
> >
> > [IBM]
> > Subsection=%model%
> >
> > [26724HG]
> > OSDINSTALLSILENT=1
> > OSDINSTALLPACKAGE=CAM00025
> > OSDINSTALLPROGRAM=X40 Build
> >
> > [236657G]
> > OSDINSTALLSILENT=1
> > OSDINSTALLPACKAGE=CAM00036
> > OSDINSTALLPROGRAM=BDD BUILD IBM 1.6
> >
> > [2373M3G]
> > OSDINSTALLSILENT=1
> > OSDINSTALLPACKAGE=CAM00036
> > OSDINSTALLPROGRAM=BDD BUILD IBM 1.6
> > Packages1=CAM00031-Biometric Software
> >
> > [2373G5G]
> > OSDINSTALLSILENT=1
> > OSDINSTALLPACKAGE=CAM00036
> > OSDINSTALLPROGRAM=BDD BUILD IBM 1.6
> >
> > [2672CEG]
> > OSDINSTALLSILENT=1
> > OSDINSTALLPACKAGE=CAM00036
> > OSDINSTALLPROGRAM=BDD BUILD IBM 1.6
> >
> > [2672PEG]
> > OSDINSTALLSILENT=1
> > OSDINSTALLPACKAGE=CAM00036
> > OSDINSTALLPROGRAM=BDD BUILD IBM 1.6
> >
> > [2373GKG]
> > OSDINSTALLSILENT=1
> > OSDINSTALLPACKAGE=CAM00036
> > OSDINSTALLPROGRAM=BDD BUILD IBM 1.6
> >
> >
> >
> > [DefaultGateway]
> > 22.201.145.1=CAM
> >
> > [CAM]
> > SQLDefault=DB_CAM
> >
> > [DB_CAM]
> > SQLSERVER=ServerX
> > DATABASE=BDDADMINDB
> > TABLE=BDDADMINCORE
> > PARAMETERS=MACADDRESS
> >
> > [SysprepInfMapping]
> > ComputerName=UserData
> > TimeZone=GuiUnattended
> > JoinDomain=Identification
> > MachineObjectOU=Identification
> >
> > [SMS]
> > SQLServer=ServerX
> > DATABASE=SMS_CAM
> > TABLE=v_Program
> > PARAMETERS=PackageID,ProgramName
> >


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: USMT issues with D Drive Tinab Windows XP Setup Deployment 0 01-05-2006 06:15 AM
USMT and Outlook Auto Archive Settings NRC Help Windows XP Setup Deployment 1 01-05-2006 06:12 AM
USMT and Outlook Auto Archive NRC Help Windows XP Setup Deployment 1 01-05-2006 06:11 AM
Re: USMT Estimate Fails leighsimmonds@hotmail.com Windows XP Setup Deployment 0 01-05-2006 06:11 AM
Re: USMT Estimate Fails leighsimmonds@hotmail.com Windows XP Setup Deployment 0 01-05-2006 06:11 AM


All times are GMT. The time now is 08:57 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Re: USMT Estimate Fails