<?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: who owns w/c LUN in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/who-owns-w-c-lun/m-p/3472961#M15099</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;in order to know the relation between which hosts can access which LUNs you would need to read the LUN security table from the array and somehow manually figure out which WWN is from which server/HBA.&lt;BR /&gt;&lt;BR /&gt;- to read the LUN security table run this command on the station that has CommandView installed (CVSDM).&lt;BR /&gt;&lt;BR /&gt;armsecure -r -f 'file1.txt' -p 'password' 'array-id'&lt;BR /&gt;&lt;BR /&gt;This way that 'file1.txt' will contain a list like the one below i.e. :&lt;BR /&gt;&lt;BR /&gt;DEFAULT                      0 WC&lt;BR /&gt;NODEWWN 10000000c9363f03     7 WC&lt;BR /&gt;NODEWWN 10000000c9363f03     8 WC&lt;BR /&gt;NODEWWN 10000000c9363f03     9 WC&lt;BR /&gt;NODEWWN 10000000c93b6718    30 WC&lt;BR /&gt;NODEWWN 10000000c93b6718    31 WC&lt;BR /&gt;NODEWWN 10000000c93b6718    32 WC&lt;BR /&gt;NODEWWN 10000000c93b6718    33 WC&lt;BR /&gt;NODEWWN 10000000c93b6718    34 WC&lt;BR /&gt;NODEWWN 10000000c93b69dc    30 WC&lt;BR /&gt;NODEWWN 10000000c93b69dc    31 WC&lt;BR /&gt;NODEWWN 10000000c93b69dc    32 WC&lt;BR /&gt;NODEWWN 10000000c93b69dc    33 WC&lt;BR /&gt;NODEWWN 10000000c93b69dc    34 WC&lt;BR /&gt;NODEWWN 50060b00000158f9     1 WC&lt;BR /&gt;NODEWWN 50060b00000158f9     2 WC&lt;BR /&gt;NODEWWN 50060b00000158f9     3 WC&lt;BR /&gt;NODEWWN 50060b0000017ee0     4 WC&lt;BR /&gt;NODEWWN 50060b0000017ee0    11 WC&lt;BR /&gt;NODEWWN 50060b0000017ee0    20 WC&lt;BR /&gt;NODEWWN 50060b0000017ee0    21 WC&lt;BR /&gt;NODEWWN 50060b0000017ee0    22 WC&lt;BR /&gt;NODEWWN 50060b00000208f7     1 WC&lt;BR /&gt;NODEWWN 50060b00000208f7     2 WC&lt;BR /&gt;NODEWWN 50060b00000208f7     3 WC&lt;BR /&gt;NODEWWN 50060b0000020a48     4 WC&lt;BR /&gt;NODEWWN 50060b0000020a48    11 WC&lt;BR /&gt;NODEWWN 50060b0000020a48    20 WC&lt;BR /&gt;NODEWWN 50060b0000020a48    21 WC&lt;BR /&gt;NODEWWN 50060b0000020a48    22 WC&lt;BR /&gt;NODEWWN 50060b0000100f92    10 WC&lt;BR /&gt;NODEWWN 50060b00001047b8    10 WC&lt;BR /&gt;DEFAULT                      1 0&lt;BR /&gt;DEFAULT                      2 0&lt;BR /&gt;DEFAULT                      3 0&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;Up to you then here to check what HBA in which server has this WWN, this should be part of your SAN documentation really, if not then hopefully you have the switch ports documented and with switchshow (in case of Brocade) you can then link the WWN in the VA security table with the switch ports and work further from their to get the whole puzzle documented.&lt;BR /&gt;&lt;BR /&gt;The filesystem type will have to be determined once you know which LUN is on which host and look at it via the host.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Jan 2005 02:27:25 GMT</pubDate>
    <dc:creator>kris rombauts</dc:creator>
    <dc:date>2005-01-28T02:27:25Z</dc:date>
    <item>
      <title>who owns w/c LUN</title>
      <link>https://community.hpe.com/t5/disk-enclosures/who-owns-w-c-lun/m-p/3472960#M15098</link>
      <description>I ran armdsp -a and got a list ans status of the LUNS. I am working on a VA 7410.&lt;BR /&gt;&lt;BR /&gt;How would I know which LUNs went to (1) Which server? (2) Which file system ? I'm trying to document our setup.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;f. halili</description>
      <pubDate>Thu, 27 Jan 2005 15:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/who-owns-w-c-lun/m-p/3472960#M15098</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2005-01-27T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: who owns w/c LUN</title>
      <link>https://community.hpe.com/t5/disk-enclosures/who-owns-w-c-lun/m-p/3472961#M15099</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;in order to know the relation between which hosts can access which LUNs you would need to read the LUN security table from the array and somehow manually figure out which WWN is from which server/HBA.&lt;BR /&gt;&lt;BR /&gt;- to read the LUN security table run this command on the station that has CommandView installed (CVSDM).&lt;BR /&gt;&lt;BR /&gt;armsecure -r -f 'file1.txt' -p 'password' 'array-id'&lt;BR /&gt;&lt;BR /&gt;This way that 'file1.txt' will contain a list like the one below i.e. :&lt;BR /&gt;&lt;BR /&gt;DEFAULT                      0 WC&lt;BR /&gt;NODEWWN 10000000c9363f03     7 WC&lt;BR /&gt;NODEWWN 10000000c9363f03     8 WC&lt;BR /&gt;NODEWWN 10000000c9363f03     9 WC&lt;BR /&gt;NODEWWN 10000000c93b6718    30 WC&lt;BR /&gt;NODEWWN 10000000c93b6718    31 WC&lt;BR /&gt;NODEWWN 10000000c93b6718    32 WC&lt;BR /&gt;NODEWWN 10000000c93b6718    33 WC&lt;BR /&gt;NODEWWN 10000000c93b6718    34 WC&lt;BR /&gt;NODEWWN 10000000c93b69dc    30 WC&lt;BR /&gt;NODEWWN 10000000c93b69dc    31 WC&lt;BR /&gt;NODEWWN 10000000c93b69dc    32 WC&lt;BR /&gt;NODEWWN 10000000c93b69dc    33 WC&lt;BR /&gt;NODEWWN 10000000c93b69dc    34 WC&lt;BR /&gt;NODEWWN 50060b00000158f9     1 WC&lt;BR /&gt;NODEWWN 50060b00000158f9     2 WC&lt;BR /&gt;NODEWWN 50060b00000158f9     3 WC&lt;BR /&gt;NODEWWN 50060b0000017ee0     4 WC&lt;BR /&gt;NODEWWN 50060b0000017ee0    11 WC&lt;BR /&gt;NODEWWN 50060b0000017ee0    20 WC&lt;BR /&gt;NODEWWN 50060b0000017ee0    21 WC&lt;BR /&gt;NODEWWN 50060b0000017ee0    22 WC&lt;BR /&gt;NODEWWN 50060b00000208f7     1 WC&lt;BR /&gt;NODEWWN 50060b00000208f7     2 WC&lt;BR /&gt;NODEWWN 50060b00000208f7     3 WC&lt;BR /&gt;NODEWWN 50060b0000020a48     4 WC&lt;BR /&gt;NODEWWN 50060b0000020a48    11 WC&lt;BR /&gt;NODEWWN 50060b0000020a48    20 WC&lt;BR /&gt;NODEWWN 50060b0000020a48    21 WC&lt;BR /&gt;NODEWWN 50060b0000020a48    22 WC&lt;BR /&gt;NODEWWN 50060b0000100f92    10 WC&lt;BR /&gt;NODEWWN 50060b00001047b8    10 WC&lt;BR /&gt;DEFAULT                      1 0&lt;BR /&gt;DEFAULT                      2 0&lt;BR /&gt;DEFAULT                      3 0&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;Up to you then here to check what HBA in which server has this WWN, this should be part of your SAN documentation really, if not then hopefully you have the switch ports documented and with switchshow (in case of Brocade) you can then link the WWN in the VA security table with the switch ports and work further from their to get the whole puzzle documented.&lt;BR /&gt;&lt;BR /&gt;The filesystem type will have to be determined once you know which LUN is on which host and look at it via the host.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2005 02:27:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/who-owns-w-c-lun/m-p/3472961#M15099</guid>
      <dc:creator>kris rombauts</dc:creator>
      <dc:date>2005-01-28T02:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: who owns w/c LUN</title>
      <link>https://community.hpe.com/t5/disk-enclosures/who-owns-w-c-lun/m-p/3472962#M15100</link>
      <description>VA7410 does not support "present" feature. so all connected host can see all available LUN on VA (If zoning on switches is allow). Have you install SecurePath on host?. pls take following command on each host.&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;#strings /etc/lvmtab&lt;BR /&gt;base on those information We can say to you what host LUN is belong to?&lt;BR /&gt;You cat see and gues your self.&lt;BR /&gt;tienna.</description>
      <pubDate>Fri, 28 Jan 2005 02:29:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/who-owns-w-c-lun/m-p/3472962#M15100</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-01-28T02:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: who owns w/c LUN</title>
      <link>https://community.hpe.com/t5/disk-enclosures/who-owns-w-c-lun/m-p/3472963#M15101</link>
      <description>Tienna,&lt;BR /&gt;&lt;BR /&gt;the VA7xxx arrays do have a build in feature called "LUN security" which is available for free by default but with a limited capacity. If you need to "secure" more LUNs (more capacity then the default) you have to install a license key of i.e. 500 GByte to 1 TByte.&lt;BR /&gt;&lt;BR /&gt;So the VA7xxx is perfectly capable to selectively "present" LUNs if you want to use that terminology, however the term normally used in VA7xxx land is "LUN security".&lt;BR /&gt;&lt;BR /&gt;SecurePath is not relevant here and only needed if their are multiple paths from the same hosts going to the VA7xxx array.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2005 02:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/who-owns-w-c-lun/m-p/3472963#M15101</guid>
      <dc:creator>kris rombauts</dc:creator>
      <dc:date>2005-01-28T02:39:35Z</dc:date>
    </item>
  </channel>
</rss>

