CIFS SVMをドメインメンバーシップからワークグループに変換する方法
環境
- ONTAP 9
- CIFS / SMB
- CIFSサーバーの認証スタイルがドメインに設定されている
概要
ここでは、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.
追加情報
- ワークグループからドメインにCIFSサーバを移行しても、共有やファイルに影響はありません
- 定義された共有は保持されます
- 共有やファイルの権限は変更されません
- CIFS SVMをワークグループからドメインメンバーシップに変換する方法