Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/Is_it_possible_to_change_a_configured_CIFS_servers_NetBIOS_name_in_ONTAP_9
      If a name change is necessary, the SVM will need to be rejoined to the domain. To rejoin the domain without losing any CIFS shares, run the following commands: cluster::> vserver cifs modify -vserver ...If a name change is necessary, the SVM will need to be rejoined to the domain. To rejoin the domain without losing any CIFS shares, run the following commands: cluster::> vserver cifs modify -vserver <vserver_name> -cifs-server <CIFS_server_name> -domain <domain_name> -status-admin down cluster::> vserver cifs modify -vserver <vserver_name> -cifs-server <NEW_CIFS_server_name> The CIFS server is automatically started after the command completes