Multicast as Unicast
-
I sent a Lab to pass the image as multicast and some machines did multicast, others unicast and others some even began to spend image.
I created a group and was clicked to multicast.FOG 6323
Ubuntu Server 14.04 -
-
Do me a favor login to your MySQL instance. Run these commands:
Truncate table multicastSessions; Truncate table multicastSessionsAssoc;
Until I can figure out why this is broken and substitute a suitable fix it should be come simpler. My guess is older multicast sessions are still hanging around. The hosts are then attaching themselves to separate multicast jobs.
Truncating the tables I described above should correct this for you. -
@Tom-Elliott Not solve my problem
-
@Tom-Elliott It seems he is not wait all the computers connect to start the Multicast
Is there any way to force only create one multicast session? -
@danilopinotti how are you creating the tasks? Exact steps please.
-
@Tom-Elliott said:
xact steps please.
I associate a image in a group. After this, i clicked in All Groups and multicast button. So i confirmed the tasks creation and turn on the computers
-
@danilopinotti Somethign isn’t making any sense.
I just put two hosts into a group. I assigned the hosts the same image.
I went to basic tasks.
I Chose multicast task.
I clicked create task.
A single multicast task was created.
-
@Tom-Elliott said:
Somethign isn’t making any sense.
Well;
The group was created in a version 1.2.0 of FOG, it have 20 computers.
I went in group management > All groups
I clicked in multicast icon in the row of group that i want
I clicked “Create Multi-Cast task for GROUP_NAME”
-
@danilopinotti Did you remove the original tasks for the individual tasks?
Can you delete:
truncate table multicastSessions; truncate table multicastSessionsAssoc; delete from tasks where taskTypeID=8;
-
@Tom-Elliott
Not solved -
@danilopinotti What do you mean?
-
@danilopinotti See, hosts get their individual tasks so we can track it for logging purposes, but is it creating multiple multicast tasks still?
-
Where are you seeing things running as unicast and as sending an image?
On your task list it looks like you have all multi-cast tasks and some of them just didn’t start.Can you try to explain the problem you’re having again because I’m having trouble following.
Also, you’re on 1.2? Time to upgrade to trunk
-
@Tom-Elliott Still creating a multiples multicast tasks
-
@danilopinotti What version are you running? In the signature it says 6323, have you tried upgrading?
-
@Tom-Elliott said:
n the signature it says 6323, have you tried upgrading
The first time in 6323.
I’m upgrading today and now 6455 -
@Tom-Elliott said:
truncate table multicastSessions;
truncate table multicastSessionsAssoc;
delete from tasks where taskTypeID=8;How are you running these? Do you have any information/output from running those commands?
-
@Tom-Elliott said:
ing those commands?
Yes, im running
truncate table multicastSessions;
0 rows affectedtruncate table multicastSessionsAssoc;
0 rows affecteddelete from tasks where taskTypeID=8;
8 rows affectedFor each test i try this
-
I can confirm that the output
0 rows affected
is the standard output when a table with rows is truncated. Don’t ask me why, it just is.