<?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: Zonning in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521063#M12155</link>
    <description>Hi Slawomir,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your quick replies, the doccument and the samples are very helpfull.&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Apr 2005 10:54:42 GMT</pubDate>
    <dc:creator>Hoang H. Nguyen</dc:creator>
    <dc:date>2005-04-11T10:54:42Z</dc:date>
    <item>
      <title>Zonning</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521056#M12148</link>
      <description>Hi Experts:&lt;BR /&gt;&lt;BR /&gt;I have a HP EVA 5000 SAN and a few of HPUX servers with 11.0 and 11i OS connecting together&lt;BR /&gt;Through 2 Fibre Chanel Switches. I can create the LUN's and see the disks without problems.&lt;BR /&gt;Now, I would like to do Zonning. What manual or user's guide I should read.&lt;BR /&gt;This is the test evironment.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Fri, 08 Apr 2005 11:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521056#M12148</guid>
      <dc:creator>Hoang H. Nguyen</dc:creator>
      <dc:date>2005-04-08T11:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Zonning</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521057#M12149</link>
      <description>First of all SAN Design Reference Guide&lt;BR /&gt;&lt;A href="http://h200001.www2.hp.com/bc/docs/support/SupportManual/c00093931/c00093931.pdf" target="_blank"&gt;http://h200001.www2.hp.com/bc/docs/support/SupportManual/c00093931/c00093931.pdf&lt;/A&gt;&lt;BR /&gt;This is main place where you can find all necessary information&lt;BR /&gt;regards,&lt;BR /&gt;Andrzej</description>
      <pubDate>Fri, 08 Apr 2005 12:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521057#M12149</guid>
      <dc:creator>Andrzej Kowalik</dc:creator>
      <dc:date>2005-04-08T12:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Zonning</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521058#M12150</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would start with the manual (or user guide) for the FC switches. It should contain something about zoning and zoning concepts.</description>
      <pubDate>Fri, 08 Apr 2005 13:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521058#M12150</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2005-04-08T13:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Zonning</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521059#M12151</link>
      <description>Hi Andrzej,&lt;BR /&gt;&lt;BR /&gt;The doccument is very helpfull, but I would like to have a litle bit more detail on the procedure of zonning.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 08 Apr 2005 13:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521059#M12151</guid>
      <dc:creator>Hoang H. Nguyen</dc:creator>
      <dc:date>2005-04-08T13:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Zonning</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521060#M12152</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;look at doc in appendix&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2005 14:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521060#M12152</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-04-08T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Zonning</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521061#M12153</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;simple port zoning procedure from command line:&lt;BR /&gt;&lt;BR /&gt;zonecreate "va_zone" "2,1;2,2"&lt;BR /&gt;zonecreate "backup_zone" "2,3;2,4"&lt;BR /&gt;cfgcreate "conf1","va_zone"&lt;BR /&gt;cfgadd "conf1","backup_zone"&lt;BR /&gt;cfgSave&lt;BR /&gt;cfgenable conf1&lt;BR /&gt;&lt;BR /&gt;sample with  WWN zonning:&lt;BR /&gt;&lt;BR /&gt;aliCreate "HOST1", "20:00:00:e0:69:41:34:02";&lt;BR /&gt;aliCreate "VA_P0", "20:00:00:e0:69:41:11:01";&lt;BR /&gt;zonecreate "va_zone" "HOST1; VA_P0";&lt;BR /&gt;cfgcreate "conf1","va_zone"&lt;BR /&gt;cfgSave&lt;BR /&gt;cfgenable conf1</description>
      <pubDate>Fri, 08 Apr 2005 14:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521061#M12153</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-04-08T14:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Zonning</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521062#M12154</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am configuring my SAN setup and would form a multipath cluster on it.following are the hardware am using&lt;BR /&gt;&lt;BR /&gt;Nodes : 4 hp DL 380 G3&lt;BR /&gt;Storage: 1 MSA 1000&lt;BR /&gt;Switches: 2 2/16 fiber channel switches&lt;BR /&gt;&lt;BR /&gt;I know about three techniques when we form multipath cluster or multiple clusters:&lt;BR /&gt;1)zoning&lt;BR /&gt;2)secure path software&lt;BR /&gt;3)Lun Masking&lt;BR /&gt;&lt;BR /&gt;When should I use what?&lt;BR /&gt;&lt;BR /&gt;will it do if i use only Lun masking and secure path while installing 1 multipath cluster?&lt;BR /&gt;&lt;BR /&gt;will it require zoning also if I form more than one multipath clusters using 1 MSA 1000?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Deepak&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 10:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521062#M12154</guid>
      <dc:creator>deepak bajpai</dc:creator>
      <dc:date>2005-04-11T10:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Zonning</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521063#M12155</link>
      <description>Hi Slawomir,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your quick replies, the doccument and the samples are very helpfull.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2005 10:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521063#M12155</guid>
      <dc:creator>Hoang H. Nguyen</dc:creator>
      <dc:date>2005-04-11T10:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Zonning</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521064#M12156</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;on the brocade website they have a best practice zoning white paper, its the best i have read.</description>
      <pubDate>Tue, 12 Apr 2005 07:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/zonning/m-p/3521064#M12156</guid>
      <dc:creator>andy steven</dc:creator>
      <dc:date>2005-04-12T07:01:36Z</dc:date>
    </item>
  </channel>
</rss>

