Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

multicast check failed using mcasttest.pl

946849Jul 11 2012 — edited Jul 12 2012
Hi,

I am trying to validate multicast between 2 servers using the mcasttest,pl script.

Here is the full command:
perl ./mcasttest.pl -n host1,host2 -i eth0.116 -m 229.0.0.0

All ssh tests passed and the multicast failed:

########### testing Multicast on all nodes ##########

Test for Multicast address 229.0.0.0

Calling remote host for /tmp/mcasttest/mcast2.linux.x64 -mcast 229.0.0.0:42000 -inf eth0.116 -num 2 on host1
Calling remote host for /tmp/mcasttest/mcast2.linux.x64 -mcast 229.0.0.0:42000 -inf eth0.116 -num 2 on host2
EXE: /tmp/mcasttest/mcast2.linux.x64 -mcast 229.0.0.0:42000 -inf eth0.116 -num 2
Remote node:
EXE (host2): /tmp/mcasttest/mcast2.linux.x64 -mcast 229.0.0.0:42000 -inf eth0.116 -num 2
Local node:
...: Jul 11 22:53:05.477 | arecount : 2
...: Jul 11 22:53:05.478 | ***** CONFIGURATION *****
...: Jul 11 22:53:05.478 | mcast : 229.0.0.0:42000
...: Jul 11 22:53:05.478 | inf : 10.56.1.83
...: Jul 11 22:53:05.478 | msgLen: 128
...: Jul 11 22:53:05.478 | *** END CONFIGURATION ***
...: Jul 11 22:53:05.997 | Located new peer [ 0 ] 10.56.1.83:42000
...: Jul 11 22:53:35.564 | ***** Completion History ****
...: Jul 11 22:53:35.564 | [ 0 ] 10.56.1.83:42000 - 59
Jul 11 22:53:35 | Multicast Failed for eth0.116 using address 229.0.0.0:42000
...: Jul 11 22:53:07.202 | arecount : 2
...: Jul 11 22:53:07.202 | ***** CONFIGURATION *****
...: Jul 11 22:53:07.202 | mcast : 229.0.0.0:42000
...: Jul 11 22:53:07.202 | inf : 10.56.1.87
...: Jul 11 22:53:07.202 | msgLen: 128
...: Jul 11 22:53:07.202 | *** END CONFIGURATION ***
...: Jul 11 22:53:07.722 | Located new peer [ 0 ] 10.56.1.87:42000
...: Jul 11 22:53:37.284 | ***** Completion History ****
...: Jul 11 22:53:37.284 | [ 0 ] 10.56.1.87:42000 - 59
...: 0
RET: 0


I am not sure what is the problem.
Multicast definitely should work on this vlan.

Maybe the network interfaces configuration is not correct?

Any idea?
Thanks!

Edited by: 943846 on Jul 11, 2012 8:56 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 9 2012
Added on Jul 11 2012
5 comments
2,526 views