CIFS SVM をドメインメンバーシップからワークグループに変換する方法
のしんだ
環境
- ONTAP 9
- CIFS / SMB
- CIFS サーバの認証形式が domain に設定されています
説明
この資料では、SVMをドメインからワークグループメンバーに変換する手順について説明します。
手順
1. SVM および CIFS 共有で設定されている現在の認証形式を確認します。cluster1::> vserver cifs show
Server Status Domain/Workgroup Authentication
Vserver Name Admin Name Style
----------- --------------- --------- ---------------- --------------
svm1 SVM1 up demo.netapp.com domain <<<
注意:「 y 」キーで操作を確認する前に、下の警告をよく確認してください。 |
2. SVM の CIFS 設定を変更します。
cluster1::> vserver cifs modify -vserver svm1 -status-admin down -workgroup WORKGROUP
Warning: To enter workgroup mode, all domain-based features must be disabled
and their configuration removed automatically by the system, including
continuously-available shares and shadow copies. However,
domain-configured share ACLs such as "DEMO.NETAPP.COM\userName" will
not work properly, but cannot be removed by Data ONTAP. Remove these
share ACLs as soon as possible using external tools after the command
completes.
Do you want to continue? {y|n}: y
3. 認証スタイルがワークグループに変更されたことを確認します。
cluster1::> vserver cifs show
Server Status Domain/Workgroup Authentication
Vserver Name Admin Name Style
----------- --------------- --------- ---------------- --------------
svm1 SVM1 up WORKGROUP workgroup<<<
4. CIFS アクセス用に SVM でローカルユーザを作成します。
cluster1::> cifs users-and-groups local-user create -user-name user1 -is-account-disabled false -vserver svm1
Enter the password:
Confirm the password:
5. ローカルユーザの作成を確認します。
cluster1::> cifs users-and-groups local-user show
Vserver User Name Full Name Description
------------ --------------------------- -------------------- -------------
svm1 SVM1\Administrator Built-in administrator account
svm1 SVM1\User1 - -
2 entries were displayed.