Problems with Parallel Distributed Configuration
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
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
Respuestas (2)
Jason Ross
el 9 de En. de 2012
1 voto
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.
Jairo Carlin
el 10 de En. de 2012
0 votos
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!