Problems with Parallel Distributed Configuration
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Hi, Everyboy. I just have finished to install and configurate Distributed Matlab following guide. I have only 2 host (A y B). Host A has 4 worker and here is the manager job; host B has 8 worker. When I start workers for job manager, if I start workers from host A only its worker are connected to A but workers of B are failed to connect. And the same if I start workers from host B only its workers are connected and the others (of A) are not. (I proved making a job manager using host B and result in the same situation). When Also, I have used Configurations Manager and I could validate for Job Manager Test. When I use nodestatus warning messages appears talking about workers of B can not connect to Job manager of A.
Thanks for you help
0 件のコメント
回答 (2 件)
Jason Ross
2012 年 1 月 9 日
1 投票
It sounds like you have a networking problem between the two machines, or something is blocking communication.
I'd try the following first:
- Check for firewalls running. Take them down (at least temporarily)
- Check if there is antivirus software that sees MDCS as "suspicious"
Then I'd move onto networking tests:
- ping from one machine to another (both ways)
- nslookup between hosts (check name resolution, both ways)
You can also look into using the Admin Center (which automates a lot of the setup and testing), or call Install Support if you are still stymied.
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!