メインコンテンツまでスキップ

CIFS SVM をドメインメンバーシップからワークグループに変換する方法

Views:
1,920
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
cifs
Last Updated:

すべてのとおり  

環境

  • ONTAP 9
  • CIFS / SMB
  • CIFS サーバの認証形式が domain に設定されています

回答

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.

 

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.