<?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: Connecting HP-UX System to SAN Disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649622#M550989</link>
    <description>You have a LUN0 and LUN10 (LUN2 was wrong, sorry). Maybe LUN0 is for managing only, please consult hardware documentation.&lt;BR /&gt;&lt;BR /&gt;In this case LUN10 is for your data (/dev/dsk/c28t1d2).</description>
    <pubDate>Tue, 22 Jun 2010 04:47:56 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2010-06-22T04:47:56Z</dc:date>
    <item>
      <title>Connecting HP-UX System to SAN Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649616#M550983</link>
      <description>I have two fc for my rp7420 server which i saw thorough the "ioscan –funC fc" command&lt;BR /&gt;I made a volume at the SAN end&lt;BR /&gt;then added it on my server through "insf –e –C disk" command&lt;BR /&gt;then I did a "ioscan -funC disk" and saw two new device file entries,suppose&lt;BR /&gt;&lt;BR /&gt;disk 12 0/1/2/0.124.15.19.0.0.0 sdisk CLAIMED DEVICE STK OPENstorage D280 /dev/dsk/c28t0d0 /dev/rdsk/c28t0d0 &lt;BR /&gt;and&lt;BR /&gt;disk 13 0/1/2/0.124.15.19.0.1.2 sdisk CLAIMED DEVICE STK OPENstorage D280 /dev/dsk/c28t1d2 /dev/rdsk/c28t1d2 &lt;BR /&gt;&lt;BR /&gt;Now I want to create a Physical Volume at the server end for which path to pv is required&lt;BR /&gt;&lt;BR /&gt;i.e /usr/sbin/pvcreate pv_path&lt;BR /&gt;&lt;BR /&gt;which device file should I use from the above two either /dev/rdsk/c28t0d0 or /dev/rdsk/c28t1d2 or both&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2010 10:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649616#M550983</guid>
      <dc:creator>Adeel Zia</dc:creator>
      <dc:date>2010-06-18T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting HP-UX System to SAN Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649617#M550984</link>
      <description>both. First is LUN0, second LUN2</description>
      <pubDate>Fri, 18 Jun 2010 10:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649617#M550984</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-18T10:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting HP-UX System to SAN Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649618#M550985</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;its very simple is you are not sure, use diskinfo  on the  /dev/rdsk/c28t1d2.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Fri, 18 Jun 2010 10:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649618#M550985</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-06-18T10:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting HP-UX System to SAN Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649619#M550986</link>
      <description>What is the version of HP-UX? If 11.31, then use command&lt;BR /&gt;&lt;BR /&gt;ioscan -m dsf &lt;BR /&gt;&lt;BR /&gt;You'll see smth like that:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/rdisk/disk25        /dev/rdsk/c5t0d2&lt;BR /&gt;                         /dev/rdsk/c3t0d2&lt;BR /&gt;&lt;BR /&gt;Use pvcreate with /dev/rdisk/disk25 disk.&lt;BR /&gt;&lt;BR /&gt;In case of HP-UX version &amp;lt; 11.31 you should add both disks to VG</description>
      <pubDate>Fri, 18 Jun 2010 11:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649619#M550986</guid>
      <dc:creator>Yarema A. Mikhajliv</dc:creator>
      <dc:date>2010-06-18T11:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting HP-UX System to SAN Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649620#M550987</link>
      <description>hi &lt;BR /&gt;it depends on storage if it is multipathing&lt;BR /&gt;u will create PV with any one name only /dev/rdsk/c28t0d0 or /dev/rdsk/c28t1d2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if it 2 Luns means u will have two different disks so u will create PV on both disks&lt;BR /&gt;/dev/rdsk/c28t0d0 and /dev/rdsk/c28t1d2</description>
      <pubDate>Fri, 18 Jun 2010 11:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649620#M550987</guid>
      <dc:creator>sudheerch</dc:creator>
      <dc:date>2010-06-18T11:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting HP-UX System to SAN Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649621#M550988</link>
      <description>&lt;BR /&gt;Looking at these two posts:&lt;BR /&gt;&lt;BR /&gt;Yarema A. Mikhajliv&lt;BR /&gt;"In case of HP-UX version &amp;lt; 11.31 you should add both disks to VG"&lt;BR /&gt;&lt;BR /&gt;I have HP-UX B.11.11&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;sudheerch&lt;BR /&gt;" if it 2 Luns means u will have two different disks so u will create PV on both disks"&lt;BR /&gt;&lt;BR /&gt;in my case only 1 LUN was created at the SAN end&lt;BR /&gt;&lt;BR /&gt;What should I be doing???&lt;BR /&gt;&lt;BR /&gt;Also can any body tell me why it created two device files?</description>
      <pubDate>Tue, 22 Jun 2010 04:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649621#M550988</guid>
      <dc:creator>Adeel Zia</dc:creator>
      <dc:date>2010-06-22T04:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting HP-UX System to SAN Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649622#M550989</link>
      <description>You have a LUN0 and LUN10 (LUN2 was wrong, sorry). Maybe LUN0 is for managing only, please consult hardware documentation.&lt;BR /&gt;&lt;BR /&gt;In this case LUN10 is for your data (/dev/dsk/c28t1d2).</description>
      <pubDate>Tue, 22 Jun 2010 04:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649622#M550989</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-22T04:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting HP-UX System to SAN Disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649623#M550990</link>
      <description>Start with doing a diskinfo on both disks.&lt;BR /&gt;If one of them is a 'command device', it should report a small size.&lt;BR /&gt;&lt;BR /&gt;Also look at the SAN drviec. At what LUN number did you create your LUN ?</description>
      <pubDate>Tue, 22 Jun 2010 06:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/connecting-hp-ux-system-to-san-disk/m-p/4649623#M550990</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2010-06-22T06:43:27Z</dc:date>
    </item>
  </channel>
</rss>

