I have read the majority of threads over multicasting hanging up at the please wait screen. I could multicast successfully before I added in a new storage group with a new master node. I have two storage nodes located on the same fog server /storage1/images and /storage2/images. I have done the things that pertain to adding in a new storage node. Before my setup was one storage group with two nodes inside one being the master node ,/storage1/images. I removed /storage2/images from that group and made a new group. Then assigned /storage2/images as a master and did all the things to make it work. Changing the export file, adding in a dev file, doing touch command to make it mount properly. I can unicast from both storage nodes just fine, but when I try to multicast it just hangs on the please wait screen. Here is some information about my server.
[CODE]uname -a
Linux csimg01 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
[/CODE]
All three of my log files for multicast.log, fogschedular.log, and fogreplicator.log all say.
[CODE]
[07-18-13 11:55:06 am] * [07-18-13 11:55:06 am] Checking if I am the group manager.
[07-18-13 11:55:06 am] * [07-18-13 11:55:06 am] I don’t appear to be the group manager, I will check back later.
[07-18-13 11:55:16 am] * [07-18-13 11:55:16 am] Checking if I am the group manager.
[07-18-13 11:55:16 am] * [07-18-13 11:55:16 am] I don’t appear to be the group manager, I will check back later.
[/CODE]
My /var/www/fog/commons/config.php and /opt/fog/service/etc/config.php both have the correct mysql login information. I also edited the max wait to 300
The /etc/mysql/my.cnf has my ipaddress not 127.0.0.1, and I made sure that if you ssh into the server this code will work.
[CODE]
mysql -u<myuser> -p<mypassword> -h<myIPaddress>
[/CODE]
I have done the steps on this page,[url]http://fogproject.org/forum/threads/wiki-troubleshooting-multicast.22/[/url], and they work.
It looks like I have the same problem as [URL=‘http://fogproject.org/forum/members/corey-cochran.1582/’][B]Corey Cochran[/B][/URL] on this page [url]http://fogproject.org/forum/threads/mulitcast-from-storage-node-problem.954/#post-4917[/url]