<?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 netapp cifs share aliases in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/netapp-cifs-share-aliases/m-p/153141#M34185</link>
    <description>&lt;P&gt;we are merging cifs servers to single SVM, can some one share experience how can we make alias for each data share, can different LIF be used for each share/alias?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 11:24:25 GMT</pubDate>
    <dc:creator>FelixZhou</dc:creator>
    <dc:date>2025-06-04T11:24:25Z</dc:date>
    <item>
      <title>netapp cifs share aliases</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/netapp-cifs-share-aliases/m-p/153141#M34185</link>
      <description>&lt;P&gt;we are merging cifs servers to single SVM, can some one share experience how can we make alias for each data share, can different LIF be used for each share/alias?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:24:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/netapp-cifs-share-aliases/m-p/153141#M34185</guid>
      <dc:creator>FelixZhou</dc:creator>
      <dc:date>2025-06-04T11:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: netapp cifs share aliases</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/netapp-cifs-share-aliases/m-p/153144#M34188</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to have separate LIFs, then aliases may not be a solution for your case.&amp;nbsp; However, you can create 2 separate LIFs having separte hostnames accessing the CIFS server using different junction paths.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1) Create a CIFS server on SVM : Only one CIFS server is allowed per SVM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Create two separate LIFs : Eiter on the same physical port or on a separate physical port, it's your call.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the following example, I have one SVM with CIFS server, and have created 2 separate LIFs on separate physical ports and have give it IPs.&lt;/P&gt;
&lt;P&gt;LIF 1: SVM_CIFS_cifs_hr_lif1 (IP:215)= e0c&lt;BR /&gt;LIF 2: SVM_CIFS_cifs_fin_lif2&amp;nbsp; (IP:217)= e0d&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) In DNS, and create 2 A Host records:&lt;/P&gt;
&lt;P&gt;CIFS server = SVM_CIFS&lt;BR /&gt;Hostname = cifs_hr, 192.168.0.215&lt;BR /&gt;Hostname = cifs_finance, 192.168.0.217&lt;BR /&gt;&lt;BR /&gt;Run gpupdate /force&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4) You can create a single or multiple volums, in this example : I have one volume and 2 separate folders(shares)&lt;/P&gt;
&lt;P&gt;volume&amp;nbsp; = vol_CIFS&lt;BR /&gt;foldrers = 1) cifs_finance &amp;amp;&amp;nbsp; 2) cifs_hr&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5) Create shares with following Junction / mount_paths:&lt;/P&gt;
&lt;P&gt;share Name = cifs_hr&lt;BR /&gt;Junction = /vol_CIFS/cifs_hr&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;share Name = cifs_finance&lt;BR /&gt;Junction = /vol_CIFS/cifs_finance&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;6) Access them using separate CIFS&lt;/P&gt;
&lt;P&gt;\\cifs_hr\cifs_hr&lt;BR /&gt;\\cifs_hr\cifs_finance&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;7) Run the following command, it shows the shares accessed by 2 separate LIFs.&lt;/P&gt;
&lt;P&gt;ONTAP96::&amp;gt; cifs session show -fields address,netbios-name,lif-address,user-type&lt;BR /&gt;node vserver session-id connection-id lif-address address user-type netbios-name&lt;BR /&gt;---------- -------- -------------------- ------------- ------------- ------------ ----------- ------------&lt;BR /&gt;ONTAP96-01 SVM_CIFS 15017252957466918943 1707425369 192.168.0.215 192.168.0.10 domain-user cifs_hr&lt;BR /&gt;ONTAP96-01 SVM_CIFS 15017252957466918944 1707425370 192.168.0.217 192.168.0.10 domain-user cifs_finance&lt;BR /&gt;2 entries were displayed.&lt;/P&gt;
&lt;P&gt;ONTAP96::&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 19:58:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/netapp-cifs-share-aliases/m-p/153144#M34188</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2019-12-18T19:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: netapp cifs share aliases</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/netapp-cifs-share-aliases/m-p/153154#M34189</link>
      <description>&lt;P&gt;thanks for your reply. this is a good example. if one LIF will be used, can you please give me another example for how to make aliases?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 02:18:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/netapp-cifs-share-aliases/m-p/153154#M34189</guid>
      <dc:creator>FelixZhou</dc:creator>
      <dc:date>2019-12-19T02:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: netapp cifs share aliases</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/netapp-cifs-share-aliases/m-p/153159#M34191</link>
      <description>&lt;P&gt;Aliases will be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having one LIF: Example:&lt;/P&gt;
&lt;P&gt;LIF1: 10.10.10.1&lt;/P&gt;
&lt;P&gt;Host: cifs_hr&lt;BR /&gt;Alisases: cifs_fina&lt;BR /&gt;Aliasees: cifs_engg&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 08:54:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/netapp-cifs-share-aliases/m-p/153159#M34191</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2019-12-19T08:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: netapp cifs share aliases</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/netapp-cifs-share-aliases/m-p/153334#M34272</link>
      <description>&lt;P&gt;Or you could go a little more simple:&lt;/P&gt;
&lt;P&gt;1. setup DDNS and let DNS round-robin between the interfaces (With most modern DDNS instances, you may need to tell ONTAP to use Secure DDNS for it to actually work...and make sure you have both forward and reverse lookup zones)&lt;/P&gt;
&lt;P&gt;2. setup ONTAP - ON-BOX - DNS load balancing.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://kb.netapp.com/support/s/article/ka31A00000012CGQAY/how-to-set-up-dns-load-balancing-in-clustered-data-ontap" target="_blank"&gt;https://kb.netapp.com/support/s/article/ka31A00000012CGQAY/how-to-set-up-dns-load-balancing-in-clustered-data-ontap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-nmg/GUID-2A6B1345-0C1D-4E3D-B01B-ED724A69D376.html" target="_blank"&gt;https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-nmg/GUID-2A6B1345-0C1D-4E3D-B01B-ED724A69D376.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 15:16:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/netapp-cifs-share-aliases/m-p/153334#M34272</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2020-01-03T15:16:12Z</dc:date>
    </item>
  </channel>
</rss>

