<?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 Re: Configuring SAN initiator groups from the CLI with Description in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456342#M44195</link>
    <description>&lt;P&gt;you are certainly nit-picking here.&lt;/P&gt;&lt;P&gt;Most if not all installations I have done with FCP, each host is simply defined with two WWPNS"&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;igroup create -vserver SVN -igroup host1 -protocol fcp -ostype vmware -initiator&amp;nbsp;&amp;nbsp;11:22:33:44:55:66:77:88,11:22:33:44:55:66:77:99&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sure you can put in a comment, but the igroup is generally the host.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Additionally, follwing my logic, "fcp init show" will provide all the details (no comment though as that is implied via the igroup name)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 03 Nov 2024 17:31:50 GMT</pubDate>
    <dc:creator>TMACMD</dc:creator>
    <dc:date>2024-11-03T17:31:50Z</dc:date>
    <item>
      <title>Configuring SAN initiator groups from the CLI with Description</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456337#M44191</link>
      <description>&lt;P&gt;So from the WEB UI --&amp;gt; HOSTS --&amp;gt; expand --&amp;gt; SAN initiator groups&lt;/P&gt;&lt;P&gt;click +Add&lt;/P&gt;&lt;P&gt;NAME:&lt;/P&gt;&lt;P&gt;STORAGE VM:&lt;/P&gt;&lt;P&gt;HOST OPERATING SYSTEM: vmware&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(check) Host initiators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;enter Name:&amp;nbsp; 11:22:33:44:55:66:77:88&lt;/P&gt;&lt;P&gt;enter Description: host-n1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM THE CLI:&lt;/P&gt;&lt;P&gt;lun igroup create -vserver SVN -igroup VMware-SVN -protocol mixed -ostype vmware -initiator&amp;nbsp;&amp;nbsp;11:22:33:44:55:66:77:88&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have multiple initiators it looks like this:&lt;/P&gt;&lt;P&gt;lun igroup create -vserver SVN -igroup VMware-SVN -protocol mixed -ostype vmware -initiator&amp;nbsp;&amp;nbsp;11:22:33:44:55:66:77:88,11:22:33:44:55:66:77:99,...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ISSUE: how do I add a description for each &lt;SPAN&gt;Initiator&amp;nbsp;&lt;/SPAN&gt;assuming first two &lt;SPAN&gt;Initiators&lt;/SPAN&gt; are for&amp;nbsp;host-n1, next 2 are&amp;nbsp;host-n2 since each initiator has two hba controllers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also from the WEB UI it shows connection status how can I from the CLI show the&amp;nbsp;&lt;SPAN&gt;Initiators Connection status.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 01:16:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456337#M44191</guid>
      <dc:creator>mythink</dc:creator>
      <dc:date>2024-11-03T01:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SAN initiator groups from the CLI with Description</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456338#M44192</link>
      <description>&lt;P&gt;See connected iscsi/fcp&lt;/P&gt;&lt;P&gt;iscsi initiator show&lt;/P&gt;&lt;P&gt;&amp;nbsp;fcp initiator show&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;each host has two WWPNs or a single IQN. They WWPNs both identify the same host. There is no need to separate them. Now, if you want to you could do this&lt;/P&gt;&lt;P&gt;&amp;nbsp;create host wwpn-1 and wwpn-2 separately&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lun igroup create -vserver SVN -igroup host1-a&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;-protocol fcp -ostype vmware -initiator&amp;nbsp;&amp;nbsp;11:22:33:44:55:66:77:88&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lun igroup create -vserver SVN -igroup host1-b -protocol fcp -ostype vmware -initiator 11:22:33:44:55:66:77:99&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;then use child-igroups&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lun igroup create -vserver SVN -igroup host1 -protocol fcp -ostype vmware -child-igroups host1-a,host1-b&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lun igroup create -vserver SVN -igroup all-hosts -protocol fcp -ostype vmware -child-igroups host1,host2,host3,host4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 07:41:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456338#M44192</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2024-11-03T07:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SAN initiator groups from the CLI with Description</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456339#M44193</link>
      <description>&lt;P&gt;thanks for the info but was not what was looking for but did try alternatives of,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;fcp initiator show&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but ended up going back to checking the igroup command and found this that answers my second question on showing the igroup comments column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NETAPP::&amp;gt; igroup initiator show -vserver SVM&lt;BR /&gt;Vserver&amp;nbsp; &amp;nbsp; Initiator&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Comment&lt;BR /&gt;--------- ------------------------------------ -----------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SVM&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;11:22:33:44:55:66:77:88&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;host-n1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 16:15:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456339#M44193</guid>
      <dc:creator>mythink</dc:creator>
      <dc:date>2024-11-03T16:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SAN initiator groups from the CLI with Description</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456340#M44194</link>
      <description>&lt;P&gt;So just clarify the original question:&lt;/P&gt;&lt;P&gt;if you run this command you get the same details as shown in the WEB UI and more&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NETAPP::&amp;gt; igroup initiator show -vserver SVM&lt;BR /&gt;Vserver&amp;nbsp; &amp;nbsp; Initiator&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Comment&lt;BR /&gt;--------- ------------------------------------ -----------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SVM&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;11:22:33:44:55:66:77:88&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;host-n1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using this command can associate a single or multiple initiators to vserver and igroup, what I want to know is how to add the Comment for the initiator and if it can also be done when adding multiple initiators&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I believe can do this for a single initiator:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lun igroup create -vserver SVN -igroup VMware-SVN -protocol mixed -ostype vmware -initiator&amp;nbsp;&amp;nbsp;11:22:33:44:55:66:77:88 -comment host-n1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you comment Multiple initiators or need to do them one at a time?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lun igroup create -vserver SVN -igroup VMware-SVN -protocol mixed -ostype vmware -initiator&amp;nbsp;&amp;nbsp;11:22:33:44:55:66:77:88,11:22:33:44:55:66:77:99,...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also still have not figured out how to get the initiator status is OK from the cli&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 16:26:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456340#M44194</guid>
      <dc:creator>mythink</dc:creator>
      <dc:date>2024-11-03T16:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SAN initiator groups from the CLI with Description</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456342#M44195</link>
      <description>&lt;P&gt;you are certainly nit-picking here.&lt;/P&gt;&lt;P&gt;Most if not all installations I have done with FCP, each host is simply defined with two WWPNS"&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;igroup create -vserver SVN -igroup host1 -protocol fcp -ostype vmware -initiator&amp;nbsp;&amp;nbsp;11:22:33:44:55:66:77:88,11:22:33:44:55:66:77:99&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sure you can put in a comment, but the igroup is generally the host.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Additionally, follwing my logic, "fcp init show" will provide all the details (no comment though as that is implied via the igroup name)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 17:31:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456342#M44195</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2024-11-03T17:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SAN initiator groups from the CLI with Description</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456343#M44196</link>
      <description>&lt;P&gt;if it is already created, just use the "igroup modify" command. You will need pertinent info, like vserver, igroup name then tack on -&amp;gt; -comment "you comment here"&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 17:32:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/456343#M44196</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2024-11-03T17:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring SAN initiator groups from the CLI with Description</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/457004#M44327</link>
      <description>&lt;P&gt;you can add comment for the single initiators, i tried for multiple initiators in lab and comment did not show up.&lt;/P&gt;&lt;P&gt;To check the initiator status from the cli, use the command igroup show -v &amp;lt;igroup_name&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 15:08:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Configuring-SAN-initiator-groups-from-the-CLI-with-Description/m-p/457004#M44327</guid>
      <dc:creator>Vijay5</dc:creator>
      <dc:date>2024-12-02T15:08:02Z</dc:date>
    </item>
  </channel>
</rss>

