Skip to main content

Coming soon...New Support-Specific categorization of Knowledge Articles in the NetApp Knowledge Base site to improve navigation, searchability and your self-service journey.

NetApp Knowledge Base

Is Workgroup Mode Supported for CIFS/SMB in ONTAP?

Views:
1,743
Visibility:
Public
Votes:
1
Category:
ontap-9
Specialty:
nas
Last Updated:

 

Applies to

ONTAP 9 

Answer

Yes, workgroup mode is supported.

  • How to create a new CIFS server configured for Workgroup mode?
    • Cluster::>vserver cifs create -vserver [vserver_name] -cifs-server [cifs_server_name] -workgroup [workgroup_name]
  • How to move a CIFS server from a domain to a workgroup?
    • Cluster::>vserver cifs modify -vserver [vserver_name] -cifs-server [cifs_server_name] -status-admin down -workgroup [workgroup_name]
  •  How to move a CIFS server from a workgroup to a domain?
    • Cluster::>vserver cifs modify -vserver [vserver_name] -cifs-server [cifs_server_name] -status-admin down -domain [domain_name]

Additional Information

  • Workgroup mode is a standard feature in Windows that allows a workstation to operate without an Active Directory Domain, it allows the ability to authenticate and serve data without DC interaction
  • This feature is used in situations like:
    • A Microsoft domain infrastructure is not available
    • Regulation policies prevente the use of a Microsoft domain
  • Local Users and Groups (LUG) is a prerequisite for Workgroup mode

 

Scan to view the article on your device