Can parallel server work in workgroup instead of domain?

1 回表示 (過去 30 日間)
Pawel Kubik
Pawel Kubik 2021 年 7 月 22 日
回答済み: Jason Ross 2021 年 7 月 23 日
Do it is required to run head node and worker nodes in common domain? I tried to run it in workgroup but head node can reach worker note but there is an error that account have not administration privlage on worker's computer (MJS Service can't sktart).

回答 (1 件)

Jason Ross
Jason Ross 2021 年 7 月 23 日
We have not tested or qualified Parallel Server in a Workgroup, only in a Domain.
If you want to use a Workgroup, it's probably theoretically possible, but you'd essentially need to do what the Domain does for you:
  • Synchronize accounts/passwords on all workgroup hosts
  • Give administrative privelages to accounts on workgroup hosts (e.g. on the remote host, you need to give Administrator permissions for the remote computer)
This can get pretty unwieldly pretty quickly, and can be very error prone to keep up with. Microsoft recommends moving to a domain when you have more than a handful of machines so that these things become automatic.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by