<?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: Identifying vdisk from host mount point in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948504#M39629</link>
    <description>From commandview you can see the LUN #1 being presented to the host for each vdisk.&lt;BR /&gt;Let's say vdisk_001 is LUN 6 and vdisk_002 is LUN 17.&lt;BR /&gt;&lt;BR /&gt;The LUN numbers will be the scsi addreses to the hosts.  I can't remember exactly where to find this on windows.  I know it is in the disk manger, properties, somewhere.&lt;BR /&gt;&lt;BR /&gt;On HPUX it is coded in the device file. &lt;BR /&gt;/dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;LUN numbers less than 128 just multiply the 'Y' by 8 and add 'Z'&lt;BR /&gt;&lt;BR /&gt;eg.  c10t0d6 = 0 * 8 + 6 = LUN 6&lt;BR /&gt;     c10t2t1 = 2 * 8 + 1 = LUN 17&lt;BR /&gt;&lt;BR /&gt;if the LUNs are too big you need to extract some bits from the 'X' and multiply it by 128 or 256, don't remember and that gives you the LUN number.  &lt;BR /&gt;&lt;BR /&gt;If you need that reply back and I'll look up the details.  Same for windows.&lt;BR /&gt;&lt;BR /&gt;BTW, If you are using securepath, you'll need to do this with the hsx devices shown when you do the spmgr display.</description>
    <pubDate>Thu, 22 Dec 2005 19:11:12 GMT</pubDate>
    <dc:creator>Bill Costigan</dc:creator>
    <dc:date>2005-12-22T19:11:12Z</dc:date>
    <item>
      <title>Identifying vdisk from host mount point</title>
      <link>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948499#M39624</link>
      <description>I want to be able to remove a lun from a system and know for sure that I am removing the correct one.  I see no way to do this easily, but I am sure there is a way.&lt;BR /&gt;&lt;BR /&gt;I am running an EVA 8000 with Windows 2000 (MPIO) and HP-UX (pvlinks) connected.  Please help!&lt;BR /&gt;&lt;BR /&gt;Nathan</description>
      <pubDate>Thu, 22 Dec 2005 10:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948499#M39624</guid>
      <dc:creator>NathanK</dc:creator>
      <dc:date>2005-12-22T10:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying vdisk from host mount point</title>
      <link>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948500#M39625</link>
      <description>Nathan,&lt;BR /&gt;&lt;BR /&gt;speaking for HP-UX:&lt;BR /&gt;&lt;BR /&gt;run strings /etc/lvmtab | grep &lt;DEVICE file=""&gt;&lt;BR /&gt;to make sure you have removed/exported all VGs that used any path/device file to the lun&lt;BR /&gt;then&lt;BR /&gt;remove the presentation to the UX host and&lt;BR /&gt;run ioscan -fnCdisk and will see "NO_HW" on all the paths to the LUN.&lt;BR /&gt;&lt;BR /&gt;the paths will disappear after the next reboot (which is not required).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard&lt;/DEVICE&gt;</description>
      <pubDate>Thu, 22 Dec 2005 10:49:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948500#M39625</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2005-12-22T10:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying vdisk from host mount point</title>
      <link>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948501#M39626</link>
      <description>I guess I should clarify..  What if I have two seperate vdisks.  How do I know that I am removing the correct vdisk presentation?</description>
      <pubDate>Thu, 22 Dec 2005 10:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948501#M39626</guid>
      <dc:creator>NathanK</dc:creator>
      <dc:date>2005-12-22T10:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying vdisk from host mount point</title>
      <link>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948502#M39627</link>
      <description>Nathan,&lt;BR /&gt;&lt;BR /&gt;in HP-UX you have ioscan and fcmsutil/fcdutil.&lt;BR /&gt;&lt;BR /&gt;ioscan -fnkCfc&lt;BR /&gt;will list FC HBAs&lt;BR /&gt;depending on the HBA you have /dev/td# or /dev/fcd# device files&lt;BR /&gt;you can run &lt;BR /&gt;fcmsutil /dev/td# get remote all&lt;BR /&gt;or fcdutil /dev/fcd# get remote all&lt;BR /&gt;&lt;BR /&gt;also in ioscan -fnkCdisk the last number in the HW path represents the LUN# HP-UX wise.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Thu, 22 Dec 2005 11:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948502#M39627</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2005-12-22T11:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying vdisk from host mount point</title>
      <link>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948503#M39628</link>
      <description>fcmsutil only shows the physical connections (i.e. array level) not the lun level.</description>
      <pubDate>Thu, 22 Dec 2005 11:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948503#M39628</guid>
      <dc:creator>NathanK</dc:creator>
      <dc:date>2005-12-22T11:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying vdisk from host mount point</title>
      <link>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948504#M39629</link>
      <description>From commandview you can see the LUN #1 being presented to the host for each vdisk.&lt;BR /&gt;Let's say vdisk_001 is LUN 6 and vdisk_002 is LUN 17.&lt;BR /&gt;&lt;BR /&gt;The LUN numbers will be the scsi addreses to the hosts.  I can't remember exactly where to find this on windows.  I know it is in the disk manger, properties, somewhere.&lt;BR /&gt;&lt;BR /&gt;On HPUX it is coded in the device file. &lt;BR /&gt;/dev/dsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;LUN numbers less than 128 just multiply the 'Y' by 8 and add 'Z'&lt;BR /&gt;&lt;BR /&gt;eg.  c10t0d6 = 0 * 8 + 6 = LUN 6&lt;BR /&gt;     c10t2t1 = 2 * 8 + 1 = LUN 17&lt;BR /&gt;&lt;BR /&gt;if the LUNs are too big you need to extract some bits from the 'X' and multiply it by 128 or 256, don't remember and that gives you the LUN number.  &lt;BR /&gt;&lt;BR /&gt;If you need that reply back and I'll look up the details.  Same for windows.&lt;BR /&gt;&lt;BR /&gt;BTW, If you are using securepath, you'll need to do this with the hsx devices shown when you do the spmgr display.</description>
      <pubDate>Thu, 22 Dec 2005 19:11:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948504#M39629</guid>
      <dc:creator>Bill Costigan</dc:creator>
      <dc:date>2005-12-22T19:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying vdisk from host mount point</title>
      <link>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948505#M39630</link>
      <description>That'll work!  Thanks!</description>
      <pubDate>Tue, 27 Dec 2005 08:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/identifying-vdisk-from-host-mount-point/m-p/4948505#M39630</guid>
      <dc:creator>NathanK</dc:creator>
      <dc:date>2005-12-27T08:07:23Z</dc:date>
    </item>
  </channel>
</rss>

