CIFS SVM をワークグループからドメインメンバーシップに変換する方法
環境
- ONTAP 9
- CIFS / SMB
- Windows ドメインコントローラ
説明
この資料では、SVMをドメインからワークグループメンバーに変換する手順について説明します。
手順
メモ: CIFS SVM を Active Directory ドメインに追加するには、ドメインの管理者権限を持つアカウントが必要です。
1. SVM および CIFS 共有で設定されている現在の認証形式を確認します。
cluster1::> vserver cifs show
Server Status Domain/Workgroup Authentication
Vserver Name Admin Name Style
----------- --------------- --------- ---------------- --------------
svm1 SVM1 up WORKGROUP workgroup <<<
2. SVM の CIFS 設定を変更します。
cluster1::> vserver cifs modify -vserver svm1 -status-admin down -domain demo.netapp.com
In order to create an Active Directory machine account for the CIFS server, you
must supply the name and password of a Windows account with sufficient
privileges to add computers to the "CN=Computers" container within the
"DEMO.NETAPP.COM" domain.
Enter the user name: administrator
Enter the password:
3. 認証スタイルがドメインに変更されたことを確認します。
cluster1::> vserver cifs show
Server Status Domain/Workgroup Authentication
Vserver Name Admin Name Style
----------- --------------- --------- ---------------- --------------
svm1 SVM1 up demo.netapp.com domain <<<