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.Authentication Styleがdomainに変わったことを確認します:
cluster1::> vserver cifs show
Server Status Domain/Workgroup Authentication
Vserver Name Admin Name Style
----------- --------------- --------- ---------------- --------------
svm1 SVM1 up demo.netapp.com domain <<<