ONTAP 9.13

to English version

ローカル データベースのドメイン ユーザー名およびグループ名の更新

CIFSサーバーのローカル グループにドメイン ユーザーとドメイン グループを追加できます。これらのドメイン オブジェクトは、クラスタのローカル データベースに登録されます。ドメイン オブジェクトの名前を変更した場合は、ローカル データベースを手動で更新する必要があります。

タスク概要

ドメイン名を更新するStorage Virtual Machine(SVM)の名前を指定する必要があります。

手順
  1. 権限レベルをadvancedに設定します。
    set -privilege advanced

  2. 適切な処理を実行します。

    ドメイン ユーザーおよびドメイン グループの更新後の処理 使用するコマンド

    ドメイン ユーザーとドメイン グループについて、正常に更新されたものと更新できなかったものを表示する

    vserver cifs users-and-groups update-names -vserver vserver_name

    ドメイン ユーザーとドメイン グループについて、正常に更新されたものを表示する

    vserver cifs users-and-groups update-names -vserver vserver_name -display-failed-only false

    ドメイン ユーザーとドメイン グループについて、更新できなかったものを表示する

    vserver cifs users-and-groups update-names -vserver vserver_name -display-failed-only true

    更新に関するすべてのステータス情報を非表示にする

    vserver cifs users-and-groups update-names -vserver vserver_name -suppress-all-output true

  3. admin権限レベルに戻ります。
    set -privilege admin

次の例は、Storage Virtual Machine(SVM、旧Vserver)vs1に関連付けられたドメイン ユーザーおよびグループの名前を更新します。前回の更新に基づいて、一連の名前を更新する必要があります。

cluster1::> set -privilege advanced
Warning: These advanced commands are potentially dangerous; use them
only when directed to do so by fujitsu support personnel.
Do you wish to continue? (y or n): y

cluster1::*> vserver cifs users-and-groups update-names -vserver vs1

   Vserver:           vs1
   SID:               S-1-5-21-123456789-234565432-987654321-12345
   Domain:            EXAMPLE1
   Out-of-date Name:  dom_user1
   Updated Name:      dom_user2
   Status:            Successfully updated

   Vserver:           vs1
   SID:               S-1-5-21-123456789-234565432-987654322-23456
   Domain:            EXAMPLE2
   Out-of-date Name:  dom_user1
   Updated Name:      dom_user2
   Status:            Successfully updated

   Vserver:           vs1
   SID:               S-1-5-21-123456789-234565432-987654321-123456
   Domain:            EXAMPLE1
   Out-of-date Name:  dom_user3
   Updated Name:      dom_user4
   Status:            Successfully updated; also updated SID "S-1-5-21-123456789-234565432-987654321-123457"
                      to name "dom_user5"; also updated SID "S-1-5-21-123456789-234565432-987654321-123458"
                      to name "dom_user6"; also updated SID "S-1-5-21-123456789-234565432-987654321-123459"
                      to name "dom_user7"; also updated SID "S-1-5-21-123456789-234565432-987654321-123460"
                      to name "dom_user8"

The command completed successfully. 7 Active Directory objects have been updated.

cluster1::*> set -privilege admin
Top of Page