フィルターのクリア

How can I set the password while using the MDCS job scheduling feature on Linux.

2 ビュー (過去 30 日間)
Michael
Michael 2013 年 11 月 4 日
回答済み: Thomas Ibbotson 2013 年 11 月 5 日
Using matlab 2012b MDCS job scheduler, prompted for userman and password. User enters current username and password, which is NOT accepted. User recently changed their network password since the last successful usage of the job scheduler.

回答 (1 件)

Thomas Ibbotson
Thomas Ibbotson 2013 年 11 月 5 日
The user can change their password using the changePassword method of the MJS cluster object:
mjs = parcluster;
changePassword(mjs);

カテゴリ

Help Center および File ExchangeMATLAB Parallel Server についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by