<?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: Zoning made using physical wwpn in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155445#M34984</link>
    <description>&lt;P&gt;Hi, thank you for your assistance with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that for node1 and node2 I can't see any LIF configured for this.(we just use FCP to our tape backups)&lt;/P&gt;
&lt;P&gt;cluster1::&amp;gt; network interface show -vserver * -role data -data-protocol fcp&lt;BR /&gt;There are no entries matching your query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, the connection is not to a SVM but to the node.&amp;nbsp; So I'm unable to create a LIF to a node port.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestion?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Apr 2020 13:08:40 GMT</pubDate>
    <dc:creator>leaqui</dc:creator>
    <dc:date>2020-04-09T13:08:40Z</dc:date>
    <item>
      <title>Zoning made using physical wwpn</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155441#M34980</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well, all the set up seems ok, but the tape backup simply doesn't run from the new nodes. Node1 and Node2 are working fine.&lt;/P&gt;
&lt;P&gt;From the storage I can see the mc and tapes, from the backup app I can connect to the nodes.&lt;/P&gt;
&lt;P&gt;But I was checking and I found this:&lt;/P&gt;
&lt;P&gt;node port wwnn wwpn&lt;BR /&gt;------------ ---- ---- ----&lt;BR /&gt;node1 4a 20:00:00:0e:1e:17:xx:xx 21:00:00:0e:1e:17:xx:xx&lt;BR /&gt;node2 4a 20:00:00:0e:1e:17:xx:xx 21:00:00:0e:1e:17:xx:xx&lt;BR /&gt;node3 0e 50:0a:09:82:0b:4b:xx:xx 50:0a:09:82:0b:4b:xx:xx&lt;BR /&gt;node4 0e 50:0a:09:82:0b:4c:xx:xx 50:0a:09:82:0b:4c:xx:xx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You must use the WWPNs of the target LIFs, not the WWPNs of the physical FC ports on the storage nodes. The LIF WWPNs are all in the range &lt;SAMP class="ph codeph"&gt;2&lt;VAR class="keyword varname"&gt;x&lt;/VAR&gt;:&lt;VAR class="keyword varname"&gt;xx&lt;/VAR&gt;:00:a0:98:&lt;VAR class="keyword varname"&gt;xx&lt;/VAR&gt;:&lt;VAR class="keyword varname"&gt;xx&lt;/VAR&gt;:&lt;VAR class="keyword varname"&gt;xx&lt;/VAR&gt;&lt;/SAMP&gt;, where &lt;SAMP class="ph codeph"&gt;&lt;VAR class="keyword varname"&gt;x&lt;/VAR&gt;&lt;/SAMP&gt; is any hexadecimal digit. The physical port WWPNs are all in the range &lt;SAMP class="ph codeph"&gt;50:0a:09:8&lt;VAR class="keyword varname"&gt;x&lt;/VAR&gt;:&lt;VAR class="keyword varname"&gt;xx&lt;/VAR&gt;:&lt;VAR class="keyword varname"&gt;xx&lt;/VAR&gt;:&lt;VAR class="keyword varname"&gt;xx&lt;/VAR&gt;:&lt;VAR class="keyword varname"&gt;xx&lt;/VAR&gt;&lt;/SAMP&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SAMP class="ph codeph"&gt;Apparently I need to create a LIF to the storage port 0e on node3 and node4?&lt;/SAMP&gt;&lt;/P&gt;
&lt;P&gt;&lt;SAMP class="ph codeph"&gt;I can just find docs to create a LIF into network ports, but now a storage port, so would anyone be able to assist please?&lt;/SAMP&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:13:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155441#M34980</guid>
      <dc:creator>leaqui</dc:creator>
      <dc:date>2025-06-04T11:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Zoning made using physical wwpn</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155444#M34983</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Process of creating a data LIF is same: You can use these commands.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;::&amp;gt; network interface create -vserver &amp;lt;vserver_name&amp;gt; -lif &amp;lt;lif1&amp;gt; -role data&amp;nbsp; -data-protocol fcp -home-node node3 -home-port 0e&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;::&amp;gt; network interface create -vserver &amp;lt;vserver_name&amp;gt; -lif &amp;lt;lif2&amp;gt; -role data&amp;nbsp; -data-protocol fcp -home-node node4 -home-port 0e&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the above command: Network address of 0e will be 2x:xx:blah:blah&lt;/P&gt;
&lt;P&gt;This command will display it.&lt;BR /&gt;::&amp;gt; network interface show -vserver &amp;lt;vserver_name&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note (Extract from NetApp docs): In cDOT/ONTAP, you must use the WWPNs of the target LIFs, not the WWPNs of the physical FC ports on the storage nodes.The LIF WWPNs are all in the range 20:xx:00:a0:98:xx:xx:xx, where x is any hexadecimal digit.The physical port WWPNs are all in the range 50:0a:09:8x:xx:xx:xx:xx.. If you do not see LIF WWPNs logged into the FC switch, but you do see the physical WWPNs, then you do not have NPIV enabled. cDOT uses NPIV in order to map WWPNs of different vservers to the same physical port. As per SAN best practices, it is advisable to create single initiator zones that contain the LIF WWPNs, not the vserver WWNN.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.exp-fc-cpg%2FGUID-9D2AAC92-A160-4C01-B381-C6892342E071.html" target="_blank"&gt;https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.exp-fc-cpg%2FGUID-9D2AAC92-A160-4C01-B381-C6892342E071.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 12:49:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155444#M34983</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-04-09T12:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Zoning made using physical wwpn</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155445#M34984</link>
      <description>&lt;P&gt;Hi, thank you for your assistance with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that for node1 and node2 I can't see any LIF configured for this.(we just use FCP to our tape backups)&lt;/P&gt;
&lt;P&gt;cluster1::&amp;gt; network interface show -vserver * -role data -data-protocol fcp&lt;BR /&gt;There are no entries matching your query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, the connection is not to a SVM but to the node.&amp;nbsp; So I'm unable to create a LIF to a node port.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestion?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 13:08:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155445#M34984</guid>
      <dc:creator>leaqui</dc:creator>
      <dc:date>2020-04-09T13:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Zoning made using physical wwpn</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155446#M34985</link>
      <description>&lt;P&gt;In your case : Is Filer FC initiator port is connected to Library via FC switch (zonned) ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you give us this output:&lt;/P&gt;
&lt;P&gt;::&amp;gt; network interface show&lt;BR /&gt;::&amp;gt; node run -node &amp;lt;node1/2&amp;gt; -command fcp topology show&lt;BR /&gt;::&amp;gt; storage tape show&lt;BR /&gt;::&amp;gt; storage tape show-media-changer&lt;BR /&gt;::&amp;gt; network port show&lt;/P&gt;
&lt;P&gt;::&amp;gt; fcp adapter show&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, is this the first time you are trying to configure NDMP tape backups on NetApp FIler ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which is the backup software ?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 13:59:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155446#M34985</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-04-09T13:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Zoning made using physical wwpn</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155447#M34986</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yeah, this is the first time I'm doing it.&lt;/P&gt;
&lt;P&gt;The software is NetBackup 7.6&lt;/P&gt;
&lt;P&gt;Yes, we have a brocade FC switch in the middle&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cluster1::&amp;gt; node run -node node1 -command fcp topology show&lt;BR /&gt;fcp not found. Type '?' for a list of commands&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;cluster1::&amp;gt; storage tape show&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Device ID: sw300:0.126&lt;BR /&gt;Device Type: tape drive&lt;BR /&gt;Description: IBM LTO-6 ULTRIUM&lt;/P&gt;
&lt;P&gt;Node Alias Device State Status&lt;BR /&gt;-------------------------- ----- ------------------------ ------&lt;BR /&gt;node2 st5 ready-write-enabled normal&lt;BR /&gt;node3 st2 ready-write-enabled normal&lt;BR /&gt;node4 st4 ready-write-enabled normal&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Device ID: sw300:0.126L1&lt;BR /&gt;Device Type: media changer&lt;BR /&gt;Description: QUANTUM Scalar i40-i80&lt;/P&gt;
&lt;P&gt;Node Alias Device State Status&lt;BR /&gt;-------------------------- ----- ------------------------ ------&lt;BR /&gt;node2 mc0 available normal&lt;BR /&gt;node3 mc0 available normal&lt;BR /&gt;node4 mc0 available normal&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Device ID: sw300:1.126&lt;BR /&gt;Device Type: tape drive&lt;BR /&gt;Description: IBM LTO-6 ULTRIUM&lt;/P&gt;
&lt;P&gt;Node Alias Device State Status&lt;BR /&gt;-------------------------- ----- ------------------------ ------&lt;BR /&gt;node2 st6 ready-write-enabled normal&lt;BR /&gt;node3 st0 ready-write-enabled normal&lt;BR /&gt;node4 st3 ready-write-enabled normal&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Device ID: sw300:2.126&lt;BR /&gt;Device Type: tape drive&lt;BR /&gt;Description: IBM LTO-6 ULTRIUM&lt;/P&gt;
&lt;P&gt;Node Alias Device State Status&lt;BR /&gt;-------------------------- ----- ------------------------ ------&lt;BR /&gt;node2 st7 ready-write-enabled normal&lt;BR /&gt;node3 st1 ready-write-enabled normal&lt;BR /&gt;node4 st1 ready-write-enabled normal&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Device ID: sw300:3.126&lt;BR /&gt;Device Type: tape drive&lt;BR /&gt;Description: IBM LTO-6 ULTRIUM&lt;/P&gt;
&lt;P&gt;Node Alias Device State Status&lt;BR /&gt;-------------------------- ----- ------------------------ ------&lt;BR /&gt;node2 st8 ready-write-enabled normal&lt;BR /&gt;node3 st3 ready-write-enabled normal&lt;BR /&gt;node4 st2 ready-write-enabled normal&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Device ID: sw300:4.126&lt;BR /&gt;Device Type: tape drive&lt;BR /&gt;Description: IBM LTO-6 ULTRIUM&lt;/P&gt;
&lt;P&gt;Node Alias Device State Status&lt;BR /&gt;-------------------------- ----- ------------------------ ------&lt;BR /&gt;node2 st10 ready-write-enabled normal&lt;BR /&gt;node3 st4 ready-write-enabled normal&lt;BR /&gt;node4 st0 ready-write-enabled normal&lt;BR /&gt;18 entries were displayed.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;cluster1::&amp;gt; storage tape show-media-changer&lt;/P&gt;
&lt;P&gt;Media Changer: sw300:0.126L1&lt;BR /&gt;Description: QUANTUM Scalar i40-i80&lt;BR /&gt;WWNN: 5:003:08c38d:1bxxxx&lt;BR /&gt;WWPN: 5:003:08c38d:1bxxxx&lt;BR /&gt;Serial Number: xxxx&lt;/P&gt;
&lt;P&gt;Errors: -&lt;/P&gt;
&lt;P&gt;Paths:&lt;BR /&gt;Node Initiator Alias Device State&lt;BR /&gt;--------------------------- --------- ----- ------------------------&lt;BR /&gt;node2 4a mc0 available&lt;BR /&gt;node3 0e mc0 available&lt;BR /&gt;node4 0e mc0 available&lt;BR /&gt;3 entries were displayed.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;cluster1::&amp;gt; network port show&lt;/P&gt;
&lt;P&gt;Node: node1&lt;BR /&gt;Speed(Mbps) Health&lt;BR /&gt;Port IPspace Broadcast Domain Link MTU Admin/Oper Status&lt;BR /&gt;--------- ------------ ---------------- ---- ---- ----------- --------&lt;BR /&gt;a0a Default - up 9000 auto/- healthy&lt;BR /&gt;a0a-20 Default 10.1.20.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0a-21 Default 10.1.21.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0a-29 Default 10.1.29.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0b Default - up 9000 auto/- healthy&lt;BR /&gt;a0b-20 Default 10.1.20.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0b-21 Default 10.1.21.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0b-29 Default 10.1.29.0/24 up 1500 auto/- healthy&lt;BR /&gt;e0M Default 10.1.32.0/24 up 1500 auto/1000 healthy&lt;BR /&gt;e0a Cluster Cluster up 9000 auto/10000 healthy&lt;BR /&gt;e0b Default - up 9000 auto/10000 healthy&lt;BR /&gt;e0c Cluster Cluster up 9000 auto/10000 healthy&lt;BR /&gt;e0d Default - up 9000 auto/10000 healthy&lt;BR /&gt;e0e Cluster Cluster down 9000 auto/- -&lt;BR /&gt;e0f Default - down 9000 auto/- -&lt;BR /&gt;e0g Cluster Cluster down 9000 auto/- -&lt;BR /&gt;e0h Default - down 9000 auto/- -&lt;BR /&gt;e0i Default - up 9000 auto/1000 healthy&lt;BR /&gt;e0j Default - up 9000 auto/1000 healthy&lt;BR /&gt;e0k Default - up 9000 auto/1000 healthy&lt;BR /&gt;e0l Default - up 9000 auto/1000 healthy&lt;/P&gt;
&lt;P&gt;Node: node2&lt;BR /&gt;Speed(Mbps) Health&lt;BR /&gt;Port IPspace Broadcast Domain Link MTU Admin/Oper Status&lt;BR /&gt;--------- ------------ ---------------- ---- ---- ----------- --------&lt;BR /&gt;a0a Default - up 9000 auto/- healthy&lt;BR /&gt;a0a-20 Default 10.1.20.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0a-21 Default 10.1.21.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0a-29 Default 10.1.29.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0b Default - up 9000 auto/- healthy&lt;BR /&gt;a0b-20 Default 10.1.20.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0b-21 Default 10.1.21.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0b-29 Default 10.1.29.0/24 up 1500 auto/- healthy&lt;BR /&gt;e0M Default 10.1.32.0/24 up 1500 auto/1000 healthy&lt;BR /&gt;e0a Cluster Cluster up 9000 auto/10000 healthy&lt;BR /&gt;e0b Default - up 9000 auto/10000 healthy&lt;BR /&gt;e0c Cluster Cluster up 9000 auto/10000 healthy&lt;BR /&gt;e0d Default - up 9000 auto/10000 healthy&lt;BR /&gt;e0e Cluster Cluster down 9000 auto/- -&lt;BR /&gt;e0f Default - down 9000 auto/- -&lt;BR /&gt;e0g Cluster Cluster down 9000 auto/- -&lt;BR /&gt;e0h Default - down 9000 auto/- -&lt;BR /&gt;e0i Default - up 9000 auto/1000 healthy&lt;BR /&gt;e0j Default - up 9000 auto/1000 healthy&lt;BR /&gt;e0k Default - up 9000 auto/1000 healthy&lt;BR /&gt;e0l Default - up 9000 auto/1000 healthy&lt;/P&gt;
&lt;P&gt;Node: node3&lt;BR /&gt;Speed(Mbps) Health&lt;BR /&gt;Port IPspace Broadcast Domain Link MTU Admin/Oper Status&lt;BR /&gt;--------- ------------ ---------------- ---- ---- ----------- --------&lt;BR /&gt;a0a Default - up 9000 auto/- healthy&lt;BR /&gt;a0a-20 Default 10.1.20.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0a-21 Default 10.1.21.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0a-29 Default 10.1.29.0/24 up 1500 auto/- healthy&lt;BR /&gt;e0M Default 10.1.32.0/24 up 1500 auto/1000 healthy&lt;BR /&gt;e0a Cluster Cluster up 9000 auto/10000 healthy&lt;BR /&gt;e0b Cluster Cluster up 9000 auto/10000 healthy&lt;BR /&gt;e0c Default - up 9000 auto/10000 healthy&lt;BR /&gt;e0d Default - up 9000 auto/10000 healthy&lt;/P&gt;
&lt;P&gt;Node: node4&lt;BR /&gt;Speed(Mbps) Health&lt;BR /&gt;Port IPspace Broadcast Domain Link MTU Admin/Oper Status&lt;BR /&gt;--------- ------------ ---------------- ---- ---- ----------- --------&lt;BR /&gt;a0a Default - up 9000 auto/- healthy&lt;BR /&gt;a0a-20 Default 10.1.20.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0a-21 Default 10.1.21.0/24 up 1500 auto/- healthy&lt;BR /&gt;a0a-29 Default 10.1.29.0/24 up 1500 auto/- healthy&lt;BR /&gt;e0M Default 10.1.32.0/24 up 1500 auto/1000 healthy&lt;BR /&gt;e0a Cluster Cluster up 9000 auto/10000 healthy&lt;BR /&gt;e0b Cluster Cluster up 9000 auto/10000 healthy&lt;BR /&gt;e0c Default - up 9000 auto/10000 healthy&lt;BR /&gt;e0d Default - up 9000 auto/10000 healthy&lt;BR /&gt;60 entries were displayed.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;cluster1::&amp;gt; fcp adapter show&lt;BR /&gt;(network fcp adapter show)&lt;BR /&gt;Connection Port Admin Operational&lt;BR /&gt;Node Adapter Established Address Status Status&lt;BR /&gt;------------ ------- ----------- --------- ------- -----------------------&lt;BR /&gt;node1 0e false 0 up link not connected&lt;BR /&gt;node1 0f false 0 up link not connected&lt;BR /&gt;node1 0g false 0 up link not connected&lt;BR /&gt;node1 0h false 0 up link not connected&lt;BR /&gt;node2 0e false 0 up link not connected&lt;BR /&gt;node2 0f false 0 up link not connected&lt;BR /&gt;node2 0g false 0 up link not connected&lt;BR /&gt;node2 0h false 0 up link not connected&lt;BR /&gt;node3 0c false 0 up link not connected&lt;BR /&gt;node3 0d false 0 up link not connected&lt;BR /&gt;node4 0c false 0 up link not connected&lt;BR /&gt;node4 0d false 0 up link not connected&lt;BR /&gt;12 entries were displayed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 14:39:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155447#M34986</guid>
      <dc:creator>leaqui</dc:creator>
      <dc:date>2020-04-09T14:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Zoning made using physical wwpn</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155468#M34998</link>
      <description>&lt;P&gt;Thanks for sharing the info.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We need '3' components here:&lt;BR /&gt;1) NDMP host (NetApp Filer)&lt;BR /&gt;2) Netbackup server 7.6 (Media Server)&lt;BR /&gt;3) Fabric Zoned Library &amp;amp; Tape Drives.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see 'Tape Drive' and 'Robotic Arm (Medium Changer) are seen from NetApp console, so they are zoned properly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next thing, is to 'Detect/Configure Device', this part is usually run by the Backup Software support. Usually, Backup software support representatives are better equipped to help configure it via backup software. However, it is not very difficult.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For you:&amp;nbsp; NMDP host &amp;amp; Netbackup Media Server are both Fabric zoned I suppose. Next thing is to 'scan/detect' from your Media Server.&amp;nbsp; Let us know how it goes, if it error's or complains ?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Follow Page 74 onwards:&lt;BR /&gt;Using the NetBackup Device Configuration Wizard for NDMP hosts.&lt;/P&gt;
&lt;P&gt;Have attached 7.6 guide, which I downloaded from google.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 15:00:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Zoning-made-using-physical-wwpn/m-p/155468#M34998</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-04-10T15:00:37Z</dc:date>
    </item>
  </channel>
</rss>

