How to disable MDCS cluster discovery

조회 수: 1 (최근 30일)
Andy Emtage
Andy Emtage 2019년 2월 12일
답변: Thomas Ibbotson 2019년 2월 13일
How can I stop other people from discovering my MDCS cluster

답변 (1개)

Thomas Ibbotson
Thomas Ibbotson 2019년 2월 13일
The MATLAB Job Scheduler uses multicast to make the cluster discoverable. You could block multicast traffic on your head node firewall to prevent this. How you actually do this depends on what firewall software and OS you are using.
If you just don't want people to be able to use your cluster, but you don't mind them seeing that the cluster exists you could use security level 2 or 3 and set the allowed users in the mdce_def file with the ALLOWED_USERS setting. See this documentation page for a description of the security levels: https://www.mathworks.com/help/mdce/set-mjs-cluster-security.html
If you do that, then only the users in the ALLOWED_USERS list will be able to use the cluster.

카테고리

Help CenterFile Exchange에서 MATLAB Parallel Server에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by