Matlab Job Scheduler Access Denied to computation nodes

조회 수: 7 (최근 30일)
Dongkyun Kim
Dongkyun Kim 2024년 4월 10일
댓글: Angelo Yeo 2024년 4월 17일
Hello,
I have been running the particle swarm optimization algorithm using parallel server.
My configuration is as follows:
192.168.0.4 : Host
192.168.0.2 : Compute node 1 (120 cores)
192.168.0.3 : Compute node 2 (120 cores)
My code has been running fine with no problem for about 2 weeks, but at some point it stopped working.
The symptom is as follows:
I initiate the system using the Admin Center app. It works fine as follows:
Then, I start the parallel pool on matlab (by clicking at the left bottom corner of the matlab)
After this, the computation nodes and their the parallel workers in the Admin Center app disappears.
It throws out the following error when I try to start the mjs on the compute nodes:
I turned of all firewalls, and also turned off the UAC to fix this issue, but no effect.
========================
Error on machine 192.168.0.2:
Unable to execute command 'install' on the MATLAB Parallel Server Remote Execution Service on host: 192.168.0.2, which is required for managing the mjs service. You do not have sufficient permissions to create services on the remote host. You must be a member of the Administrators group on this host. Output from sc.exe:
[SC] OpenSCManager FAILED 5:
Access is denied.
.
Error on machine 192.168.0.3:
Unable to execute command 'install' on the MATLAB Parallel Server Remote Execution Service on host: 192.168.0.3, which is required for managing the mjs service. You do not have sufficient permissions to create services on the remote host. You must be a member of the Administrators group on this host. Output from sc.exe:
[SC] OpenSCManager FAILED 5:
Access is denied.
==================================
Your kind assitance will be greatly appreciated.
.
  댓글 수: 1
Infinite_king
Infinite_king 2024년 4월 16일
Can you verify whether your user account has necessary access permissions ?

댓글을 달려면 로그인하십시오.

채택된 답변

Joseph Eom
Joseph Eom 2024년 4월 17일
편집: Joseph Eom 2024년 4월 17일
I support this customer offline. The problem was solved.
There are great documentation to check for each step.
Parallel Server requirements check
https://www.mathworks.com/support/requirements/matlab-parallel-server.html
Guidance for OS consistency
https://www.mathworks.com/matlabcentral/answers/196962-can-matlab-parallel-server-be-used-in-a-mixed-operating-system-configuration
Firewall configuration
https://www.mathworks.com/matlabcentral/answers/94254-how-do-i-configure-matlab-parallel-server-using-the-matlab-job-scheduler-to-work-within-a-firewall
License requirements
https://www.mathworks.com/matlabcentral/answers/229721-what-are-the-license-requirements-for-matlab-parallel-server
  댓글 수: 1
Angelo Yeo
Angelo Yeo 2024년 4월 17일
Thank you so much @Joseph Eom for the service!
For external users: If you need installation support from MathWorks, please contact install support team as a first step via the link below.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Install Products에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by