Matlab Parallel Computing - Firewall Configuration
조회 수: 11 (최근 30일)
이전 댓글 표시
Hi, I am not able to properly configure the firewall setting for the parallel computing cluster.
I have 2 servers. I installed mdce on both servers and added the mdce service to the firewall setting. The service runs fine on both servers.
However the mdce service is not reachable remotely, unless i turn off the firewall.
I get the following error when I run the function "nodestatus -remotehost server1"
java.lang.Exception: An error occurred while connecting to the mdce service on the host SERVER1.
at com.mathworks.toolbox.distcomp.control.CommandSender.handleConnection
Exception(CommandSender.java:141)
at com.mathworks.toolbox.distcomp.control.CommandSender.sendAndRunComman
d(CommandSender.java:59)
at com.mathworks.toolbox.distcomp.control.CommandSender.sendAndRunComman
d(CommandSender.java:42)
at com.mathworks.toolbox.distcomp.control.RunCommandSender.main(RunComma
ndSender.java:50)
Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.mathworks.toolbox.distcomp.control.CommandSender.getSocketTryMany
Times(CommandSender.java:297)
at com.mathworks.toolbox.distcomp.control.CommandSender.sendAndRunComman
d(CommandSender.java:54)
... 2 more
java.lang.Exception: An error occurred while connecting to the mdce service on the host server1.
The cause of this problem is:
============================================================================
java.net.SocketTimeoutException: connect timed out
============================================================================
Script nodestatus unable to complete successfully - exiting
Any thoughts on how to fix this? I don't want to have the firewall turned off.
댓글 수: 0
답변 (3개)
Jason Ross
2012년 9월 10일
Try out the steps in this solution, opening the ports as indicated. I've set it up several times on Windows and Linux and know it does work with a firewall.
댓글 수: 0
Jonny Coltraine
2012년 9월 11일
댓글 수: 3
Jason Ross
2012년 9월 25일
MATLAB has direct integrations with Torque, PBS Pro, HPC Server 2008, LSF and SGE (through the generic interface). There's not one that we favor over the other, they can all run the various types of jobs, and the generic interface allows a few different filesystem layouts depending on how you do things.
I do know for a fact that the job manager runs fine with a firewall -- I've tested it with firewalls on for quite a few releases. Inevitably when I hit a problem it's because I've used the wrong ports from the client MATLAB to the cluster, as they do differ. But it does always work.
Lee White
2013년 4월 4일
I had also noticed Windows Firewall on Windows 7 64-bit was blocking my MDCS cluster from communicating. Specifically the admincenter listed my hosts as reachable but unavailable under status. I added the range of TCP ports 27350 to 29350 for incoming connections and the problem was solved.
Control Panel > Windows Firewall > Advanced Settings > incoming connection > new rule > allow TCP port range > Save
I would add some more documentation to the MDCS setup guides for other users will certainly experience this same problem. Furthermore, since the windows firewall configuration utility succeeded I was lead down the wrong path thinking it couldn't therefore be the firewall.
Matlab R2011a MDCS 5.1 Windows 7 64 bit across all computers.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!