As a heads up I have upgraded to 2010 beta 2, but the database and most of the major taks are very similiar as to 2008. Previously in MDT 2008 I was using the location.xml method to deploy to 15 sites with DFS replicating my files around. The only problem was that there was a 10site limit in the XML file so I had to keep 2 WIM boot images current. It wasn't to much of a problem, just annoying. So this time around I would like to use the database to pick my deployment server. I have been reading the literature but it just seems to keep picking what I have in my default location. I have my DB setup with 1 location in it. And I appear to be hitting the DB i have setup as well. At first I was trying to connect with a domain account but was getting authentication errors since it was using anonymous for some reason. So I setup a local SQL account and am using the ID and PW in the settings files. Rochester, NY. Default gateway = 192.168.1.2 Here is my custom settings.ini [Settings] Priority=LSettings, Locations, LAdmins, MMApps, Default Properties=MyCustomProperty [LSettings] SQLServer=SQL-DS10 DBID=MDTUser DBPwd=******** Database=MDT Netlib=DBMSSOCN Table=LocationSettings Parameters=DefaultGateway [Locations] SQLServer=SQL-DS10 DBID=MDTUser DBPwd=*********** Database=MDT Netlib=DBMSSOCN Table=Locations Parameters=DefaultGateway [Rochester, NY] DeployRoot=\\Production-Share\EndUser$ .168.1.2] DeployRoot=\\Production-Share\EndUser$ [LAdmins] SQLServer=SQL-DS10 DBID=MDTUser DBPwd=********** Database=MDT Netlib=DBMSSOCN Table=LocationAdministrators Parameters=DefaultGateway [MMApps] SQLServer=SQL-DS10 DBID=MDTUser DBPwd=*********** Database=MDT Netlib=DBMSSOCN Table=MakeModelApplications Parameters=Make, Model Order=Sequence [Default] OSInstall=Y SkipAppsOnUpgrade=YES SkipCapture=YES SkipAdminPassword=YES SkipProductKey=YES DeployRoot=\\Fake-share-for-testing\EndUser$ *************** boot.ini Settings] Priority=LSettings, Locations, LAdmins, MMApps, Default Properties=MyCustomProperty [LSettings] SQLServer=SQL-DS10 DBID=MDTUser DBPwd=******** Database=MDT Netlib=DBMSSOCN Table=LocationSettings Parameters=DefaultGateway [Locations] SQLServer=SQL-DS10 DBID=MDTUser DBPwd=*********** Database=MDT Netlib=DBMSSOCN Table=Locations Parameters=DefaultGateway [Rochester, NY] DeployRoot=\\Production-Share\EndUser$ .168.1.2] DeployRoot=\\Production-Share\EndUser$ [LAdmins] SQLServer=SQL-DS10 DBID=MDTUser DBPwd=********** Database=MDT Netlib=DBMSSOCN Table=LocationAdministrators Parameters=DefaultGateway [MMApps] SQLServer=SQL-DS10 DBID=MDTUser DBPwd=************* Database=MDT Netlib=DBMSSOCN Table=MakeModelApplications Parameters=Make, Model Order=Sequence [Default] OSInstall=Y SkipAppsOnUpgrade=YES SkipCapture=YES SkipAdminPassword=YES SkipProductKey=YES DeployRoot=\\Fake-share-for-testing\EndUser$
|