如何将 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.确认身份验证样式现已更改为域:
cluster1::> vserver cifs show
Server Status Domain/Workgroup Authentication
Vserver Name Admin Name Style
----------- --------------- --------- ---------------- --------------
svm1 SVM1 up demo.netapp.com domain <<<