<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic OnTap 9.5p5 rename svm netbios name in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/OnTap-9-5p5-rename-svm-netbios-name/m-p/155587#M35056</link>
    <description>&lt;P&gt;We're running OnTap 9.5p5 and we want to modify the cifs name (netbios) of an existing svm after transferring data from a 7-mode system.&amp;nbsp; Are we able to do this without deletion of existing shares on the svm?&amp;nbsp; For instance 7-mode system cifs name is A1, we transition data from A1 to svm cifs name B1, after data migration we delete svm cifs name B1 and recreate it as A1.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 11:13:05 GMT</pubDate>
    <dc:creator>kelwin</dc:creator>
    <dc:date>2025-06-04T11:13:05Z</dc:date>
    <item>
      <title>OnTap 9.5p5 rename svm netbios name</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/OnTap-9-5p5-rename-svm-netbios-name/m-p/155587#M35056</link>
      <description>&lt;P&gt;We're running OnTap 9.5p5 and we want to modify the cifs name (netbios) of an existing svm after transferring data from a 7-mode system.&amp;nbsp; Are we able to do this without deletion of existing shares on the svm?&amp;nbsp; For instance 7-mode system cifs name is A1, we transition data from A1 to svm cifs name B1, after data migration we delete svm cifs name B1 and recreate it as A1.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:13:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/OnTap-9-5p5-rename-svm-netbios-name/m-p/155587#M35056</guid>
      <dc:creator>kelwin</dc:creator>
      <dc:date>2025-06-04T11:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: OnTap 9.5p5 rename svm netbios name</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/OnTap-9-5p5-rename-svm-netbios-name/m-p/155594#M35058</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no need to delete existing shares on SVM 'B1'. In cDOT you can use 'netbios' feature to add 'netbioses' to existing SVM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I understand your scenario:&lt;BR /&gt;7-mode vfiler = A1&lt;BR /&gt;cDOT vserve = B1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After migrating CIFS shares from A1 to B1, you can simply add 'A1' as netbios alias to 'B1' and stop the old CIFS service.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Steps:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pre-requisite: enable these two options:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;::&amp;gt; set adv [Go to advanced mode]&lt;BR /&gt;::*&amp;gt; vserver cifs options modify -vserver B1 -is-nbns-enabled true&lt;BR /&gt;::*&amp;gt; vserver cifs options modify -vserver B1 -is-netbios-over-tcp-enabled true&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) First check if there is already any existing netbios-aliases for the given vserver:&lt;BR /&gt;::&amp;gt; vserver cifs show -vserver B1 -fields netbios-aliases&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;2) Now, add old CIFS server as netbios to the 'B1'.&lt;BR /&gt;::&amp;gt; vserver cifs add-netbios-aliases -vserver B1 -netbios-aliases A1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) Verify if it is added:&lt;BR /&gt;::&amp;gt; vserver cifs show -vserver B1 -fields netbios-aliases&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wait for couple of minutes...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;open Windows command prompt and ping added netbios:&lt;BR /&gt;C:\Users\Administrator&amp;gt;ping A1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;4) Next thing, you need to make sure 'SPN' is set correctly otherwise 'kerberos' will break and users will login via NTLM security.&lt;/P&gt;
&lt;P&gt;Have a user, who is a member of Domain Admins, run the following from a command prompt: Set SPN for A1 (7-mode cifs) to B1 (cdot cifs):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WIndows promt:&lt;BR /&gt;setspn.exe -S HOST/A1.domain.com B1&lt;BR /&gt;setspn.exe -S HOST/A1 B1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To verify: [A1 should be seen added]&lt;/P&gt;
&lt;P&gt;setspn -L B1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5) If you could (possible) then bounce the vserver.&lt;BR /&gt;::&amp;gt; vserver cifs stop -vserver B1&lt;BR /&gt;::&amp;gt; vserver cifs start -vserver B1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;6) Access the CIFS shares via \\A1&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;7) check the 'auth-mechanism' it should say 'kerberos' if it is using Active Directory authentication or it will be NTLM. Anyway this is additional information I thought its worth sharing.&lt;/P&gt;
&lt;P&gt;::&amp;gt; cifs session show -vserver B1 -fields auth-mechanism&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;(I did this on 9.1, but it should apply to 9.5 as well, rest you can figure it out)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 18:54:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/OnTap-9-5p5-rename-svm-netbios-name/m-p/155594#M35058</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-04-16T18:54:27Z</dc:date>
    </item>
  </channel>
</rss>

