The domain user account used for installing the SQL server must be assigned the "SeSecurityPrivilege" privilege to perform certain actions on the CIFS server that require privileges not assigned by default to domain users.
When adding the privilege to the SQL Server installer's account, Data ONTAP might validate the account by contacting the domain controller. The command might fail if Data ONTAP cannot contact the domain controller.
The following command adds the "SeSecurityPrivilege" privilege to the SQL Server installer's account in the EXAMPLE domain for Storage Virtual Machine (SVM) vs1:
cluster1::> vserver cifs users-and-groups privilege add-privilege -vserver vs1 -user-or-group-name EXAMPLE\SQLinstaller -privileges SeSecurityPrivilege cluster1::> vserver cifs users-and-groups privilege show -vserver vs1 Vserver User or Group Name Privileges --------- --------------------- --------------- vs1 EXAMPLE\SQLinstaller SeSecurityPrivilege