如何将 CIFS SVM 从工作组转换为域成员资格
不可不使用
适用场景
- ONTAP 9
- CIFS\ SMB
- Windows 域控制器
问题解答
注意:要将 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 <<<