EdwardKK
Posts: 131
Score: 0 Joined: 5/14/2007 Status: offline
|
Hi all, hey, I got things working and my OSD is doing ZTI and pushing out software. Miracle happen. But now I have a new challenge. I have used customsettings.ini to install a list of core packages that I want installed on all systems. Here's the pertinent sections: [Settings] Priority=All, CSettings, CPackages, CApps, CAdmins, CRoles, Locations, LSettings, LPackages, LApps, LAdmins, LRoles, MMSettings, MMPackages, MMApps, MMAdmins, MMRoles, RSettings, RPackages, RApps, RAdmins, Default Properties=MyCustomProperty [Default] OSInstall=Y UserDataLocation=NONE ResourceRoot=\\server.fqdn.com\distribution$ OSDNEWMACHINENAME=%COMPUTERNAME% SQLServer=server.fqdn.com SQLShare=SMSClient [ALL] Packages1=GRP00001-Install Packages2=BOS00029-Setup Packages3=BOS00017-Per-system unattended Packages4=GRP00015-Per-system unattended Packages5=BOS00032-Per-system unattended Packages6=GRP00011-Per-system unattended Packages7=GRP00016-Per-system unattended So, things fly along, I install my OS, and while restoring the user state, it seems to hang. I'm not doing any user state restore, it's hanging while instaling the apps listed above from SMS. The first 2 apps load fine (packages1 and 2) but then it hangs. I can seem to install one or two packages via SMS, and I can also seem to deploy apps via the MDT application process, but if I go with more than just a couple packages via SMS, it hangs. Anyone have a clue why? My local SMSDP has packages on the C and D so the shares are different for different packages, could that be it? I would think SMS would query and ask where the distro point is for each package, but that's all i can think of. Thanks for thoughts and ideas! here's an excerpt from my ztipackages.log <![LOG[ZTI Successfully installed GRP00001:Install]LOG]!><time="11:01:33.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[Property PackageID is now = BOS00029]LOG]!><time="11:01:33.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[Property ProgramName is now = Setup]LOG]!><time="11:01:33.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[Validating connection to \\server.fqdn.com\SMSClient]LOG]!><time="11:01:33.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[Already connected to server server.fqdn.com]LOG]!><time="11:01:33.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[OPENING TRUSTED SQL CONNECTION to server server.fqdn.com.]LOG]!><time="11:01:33.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[Connecting to SQL Server using connect string: Provider=SQLOLEDB;OLE DB Services=0;Data Source=server.fqdn.com;Initial Catalog=SMS_BOS;Network Library=DBNMPNTW;Integrated Security=SSPI]LOG]!><time="11:01:33.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[Successfully opened connection to database.]LOG]!><time="11:01:34.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[About to issue SQL statement: SELECT * FROM v_Program WHERE PACKAGEID = 'BOS00029' AND PROGRAMNAME = 'Setup']LOG]!><time="11:01:34.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[Successfully queried the database.]LOG]!><time="11:01:34.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[About to install BOS00029:Setup.]LOG]!><time="11:01:35.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[About to run command: "\\distributionpoint\SMSPKGC$\BOS00028\OSDSWDEXEC.exe" "BOS00029:Setup" rhdtool.exe /Q]LOG]!><time="11:01:35.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> <![LOG[ZTI Heartbeat: command has been running for 6 minutes (process ID 3088)]LOG]!><time="11:07:00.000+000" date="05-09-2008" component="ZTIPackages" context="" type="1" thread="" file="ZTIPackages"> it will hang there for hours, days if I let it. I had a similar problem with a firewall package and thought it was hanging on the install, but I remove that package. This is just installing the MS remove hidden data tool, so it's not that big.
|