Multicast failure
We are running version 3.6.98680 of the K2000 appliance. I am attempting to get multicast working in our environment. I have multiple Windows 8 and 8.1 WIM images that I can successfully deploy as unicast jobs, but when I create a multicast test, they boot into the KBE and get as far as the "apply image" task. This task fails and then the actual deployment performs a few other tasks since it is set to continue on in the event of a task failure.
When this first happened, after trying a few different images, etc, I started reading around on itninja and elsewhere and thought maybe this was a network issue (PGM). I sent everything I could find to our network manager and had him make the necessary changes on one vlan for testing. After he enabled PGM, I tried again and received the same results.
Any thoughts or ideas on what could be the issue or where to look for what exactly is causing multicast to fail?
Answers (1)
Comments:
-
Are the settings that effect Multicasting documented? It may help them if you can provide a link about the k2000 settings that effect successful multicasting. - SMal.tmcc 10 years ago
I thought K2000 multicast used PGM and not IGMP? Either way, I had sent the information I could find on the network configuration necessary to support multicasting with the K2000 to our network manager. He made the changes and when I attempting again, I received the same result. It fails at "applying wim image". - tdickert 10 years ago
The k2000 does use pgm, just stated that as an example of why the network could be the problem from past experience. You just need to narrow the cause of this, it can be a few things. I would still do the couple of tests I mentioned before to see which one it is the network vs the kbox so you know where to trouble shoot next and narrow the problem down. - SMal.tmcc 10 years ago
http://www.experts-exchange.com/Hardware/Networking_Hardware/Switches/Q_24581974.html - SMal.tmcc 10 years ago
Task ID: 30
Task name: Apply Image
Return code: 4294967295
Error description: Unknown error - tdickert 10 years ago
his problem came down to the TTL was only 1 and you need a higher value to cross vlans with multicasting and he discovered that his router supported pgm but the switches did not with the firmware he was running.
He wrote:
The "IP PGM router" command which I have mentioned in the core switch is not available in my Edge switc, so I guess it is this command that is needed on the Edge switch for the PGM protocol to work across VLAN.
so do not waste money on this site. - SMal.tmcc 10 years ago
Have you seen this error before?
Task ID: 30
Task name: Apply Image
Return code: 4294967295
Error description: Unknown error - tdickert 10 years ago
<Task ID="30">
<Name>Apply Image</Name>
<WorkingDirectory>Y:\hta\amd64</WorkingDirectory>
<CommandLine><![CDATA[Y:\scripts\system_image_wim_deploy_179.bat]]></CommandLine>
<Parameters></Parameters>
<PostTaskAction>None</PostTaskAction>
<KACETaskType>BAT Script</KACETaskType>
<FileType>Batch</FileType>
<Type>PR</Type>
<Guid>1539b53c62154e</Guid>
</Task> - tdickert 10 years ago
Have you tried to bypass the network and test on a switch that the kbox is on? This will tell you if it is the network or kbox is the problem. You can multicast to just 2 machines to test.
If putting the targets on the same switch as the kbox does not work and you have not already done so, try to create new automated boot action that unicasts to 2 machines and
see if if works.
So far I have only run my multicast tests in my test env so I had everything on the same switch. I abandoned the idea of using multicasting since I can get better thru put using my method of storing the wims externally and imaging from one kbox but multiple repositories for the wim file.
http://www.itninja.com/blog/view/wim-storage-freeing-up-space-on-your-k2000-if-you-are-using-wims-k2000-version-3-6 - SMal.tmcc 10 years ago
You could move the test server or change it's nic over to the production side temporarily also since you know that box works. Change the IP of the production to a dummy ip, let test use the production ip while testing and try to do a test multicast from that box. - SMal.tmcc 10 years ago