<?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 Fresh ONTAP 9.1 Installation in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Fresh-ONTAP-9-1-Installation/m-p/131099#M28548</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please I need a step-by-step guide &amp;nbsp;for cluster/vserver setup, to LIF creation, LUN creation, LUN Mapping and iSCSI setup on my first ONTAP 9.1 installation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will appreciate good responses.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 15:04:56 GMT</pubDate>
    <dc:creator>Temitope</dc:creator>
    <dc:date>2025-06-04T15:04:56Z</dc:date>
    <item>
      <title>Fresh ONTAP 9.1 Installation</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fresh-ONTAP-9-1-Installation/m-p/131099#M28548</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please I need a step-by-step guide &amp;nbsp;for cluster/vserver setup, to LIF creation, LUN creation, LUN Mapping and iSCSI setup on my first ONTAP 9.1 installation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will appreciate good responses.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:04:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fresh-ONTAP-9-1-Installation/m-p/131099#M28548</guid>
      <dc:creator>Temitope</dc:creator>
      <dc:date>2025-06-04T15:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fresh ONTAP 9.1 Installation</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fresh-ONTAP-9-1-Installation/m-p/131100#M28549</link>
      <description>&lt;P&gt;Here you go.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Create Vserver
::&amp;gt; vserver create -vserver CLSAN01 -rootvolume CLSAN01_root -aggregate aggr1_6T_SATA -ns-switch file -nm-switch file -rootvolume-security-style unix -language C.UTF-8 -snapshot-policy default

Limit the protocol on vserver
::&amp;gt; vserver modify -vserver CLSAN01 -allowed-protocols fcp,iscsi,ndmp

Setup the DNS for Vserver
::&amp;gt; dns create -vserver CLSAN01 -domains example.com 10.10.10.2,10.10.10.3

# Setup the LIF
::&amp;gt; network interface create -vserver CLSAN01 -lif CLSAN01_lif1 -role data -data-protocol iscsi -home-node node-01 -home-port a0b-401 -address 10.10.10.50 -netmask 255.255.255.0 -status-admin up -firewall-policy data 
::&amp;gt; network interface create -vserver CLSAN01 -lif CLSAN01_lif2 -role data -data-protocol iscsi -home-node node-02 -home-port a0b-401 -address 10.10.10.51 -netmask 255.255.255.0 -status-admin up -firewall-policy data

Setup the Routing for Vserver
::&amp;gt;network route create -vserver CLSAN01 -destination 0.0.0.0/0 -gateway 10.10.10.1

Start the ISCSI service
::&amp;gt; iscsi status -vserver CLSAN01
There are no entries matching your query.

::&amp;gt; iscsi create -vserver CLSAN01 -target-alias CLSAN01 -status-admin up

::&amp;gt; iscsi status -vserver CLSAN01                                       

              Vserver: CLSAN01
Administrative Status: up&lt;/PRE&gt;&lt;P&gt;I dont think i have to say... you need to change the vserver, aggr, volume, Domain, &amp;amp; IP-Address to fit your environment.&lt;/P&gt;&lt;P&gt;All this are right there in the ontap 9.0 documentation "RTFM" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 02:36:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fresh-ONTAP-9-1-Installation/m-p/131100#M28549</guid>
      <dc:creator>robinpeter</dc:creator>
      <dc:date>2017-05-17T02:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fresh ONTAP 9.1 Installation</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fresh-ONTAP-9-1-Installation/m-p/131104#M28551</link>
      <description>&lt;P&gt;Thanks so much for this robust response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me further with mapping the ISCSI LUN to the host and configuring NFS share&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 08:32:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fresh-ONTAP-9-1-Installation/m-p/131104#M28551</guid>
      <dc:creator>Temitope</dc:creator>
      <dc:date>2017-05-17T08:32:54Z</dc:date>
    </item>
  </channel>
</rss>

