InigoMontoya Posted July 8, 2013 Report post Posted July 8, 2013 I was troubleshooting an issue with a hash mismatch during OSD and while going through the logs I realized that the hash's don't match because the package was never successfully downloaded via multicast! so there is no hash to check against! then I started looking into the mcsMSI and MCSSetup logs files - there are errors but I am not sure what is failing!? this, by the way is a fresh installation of the Multicast Service Point. first thing I tried to do is re install the role - but this has been unsuccessful. Please help me dissect these logs to figure out why the multicast service point is not installing properly! Thank you in advance! mcsMSI.log MCSSetup.log Quote Share this post Link to post Share on other sites More sharing options...
Bendes Posted July 8, 2013 Report post Posted July 8, 2013 Did you follow this article? http://technet.microsoft.com/en-us/library/hh397284.aspx Don't forget to update DP's after having enabled "Multicast" on Windows Image and Packages to rebuild the "hashing". Quote Share this post Link to post Share on other sites More sharing options...
InigoMontoya Posted July 8, 2013 Report post Posted July 8, 2013 well, the issue is that it isn't even downloading the packages to begin with - it fails to open a multicast session because the MCSP isn't installing correctly on my DP. I will post the smstslog as well Attached is the latest SMSTS log - you will notice the error in downloading the file once it starts a multicast session, and then when it tries to check the hash it fails because it has no file to actually check against. Encountered error transfering file (0x800705B4). ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) Sending status message: SMS_OSDeployment_PackageDownloadMulticastStatusFail ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) Setting authenticator. ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) Set authenticator in transport ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) Sending StatusMessage ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) Setting message signatures. ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) Setting the authenticator. ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) CLibSMSMessageWinHttpTransport::Send: URL: VCG-SCCM1.vcg.local:80 CCM_POST /ccm_system/request ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) Request was succesful. ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) Download done setting progress bar to 100 ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) Succesfully performed multicast download from mcs://VCG-SCCM1.vcg.local/SMS_MCS/.sms_mcs?filePath=http://VCG-SCCM1.vcg.local/SMS_DP_SMSPKG$/VC100006&PackageFlags=134217760&packageID=VC100006&version=2 ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) VerifyContentHash: Hash algorithm is 32780 ApplyOperatingSystem 7/8/2013 12:10:09 PM 1436 (0x059C) Hash could not be matched for the downloded content. Original ContentHash = E568077A53B63FE644EDC46B1FB2E10017264E921E8D408347BE44FD449EA9E4, Downloaded ContentHash = smsts2.log Quote Share this post Link to post Share on other sites More sharing options...
InigoMontoya Posted July 8, 2013 Report post Posted July 8, 2013 Here is an update - after a whole day of troubleshooting I have concluded that the only reason my task sequences were failing via Multicast is because they live on separate VLANs. So PXE booting using unicast works great - and I can use multicast as long as the machine is on the same VLAN as the PSP. This however, is not ideal. I need to be able to PXE boot across VLANs while using multicast. Anyone have any suggestions as to what needs to be done in my router to allow multicast across VLANs? Also - when I have a multicast session open even on the same VLAN it downloads extremely slow in comparison to the unicast session. Has anyone else noticed this behavior? Please advise Quote Share this post Link to post Share on other sites More sharing options...