<?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: HPUX 11.23 v2 and pvlink EVA4000 in HPE EVA Storage</title>
    <link>https://community.hpe.com/t5/hpe-eva-storage/hpux-11-23-v2-and-pvlink-eva4000/m-p/4131482#M29126</link>
    <description>hi william,&lt;BR /&gt;&lt;BR /&gt;pvlink is already built in hpux LVM software.&lt;BR /&gt;&lt;BR /&gt;To see if the the disks are same Lun, i usually perform the following my rp box:&lt;BR /&gt;&lt;BR /&gt;# echo "0x2008?4D" | adb /dev/dsk/c1t15d0&lt;BR /&gt;2008:           850980666       1200539846      850980666       1200539847&lt;BR /&gt;# echo "0x2008?4D" | adb /dev/dsk/c3t15d0&lt;BR /&gt;2008:           850980666       1200549607      850980666       1200539847&lt;BR /&gt;&lt;BR /&gt;as you can see in the 3rd field, the values are different and that show there are 2 different disks. &lt;BR /&gt;&lt;BR /&gt;If the 3rd field show same value. That means there are the same disks and it is save to vgextend the disk for pvlinks.&lt;BR /&gt;&lt;BR /&gt;1) create a vg&lt;BR /&gt;# pvcreate /dev/rdsk/c20t0d0&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# vgcreate /dev/vg01 /dev/dsk/c20t0d0&lt;BR /&gt;&lt;BR /&gt;2) assuming c20t0d1 is the same disk, just perform vgextend.&lt;BR /&gt;# vgextend /dev/vg01 /dev/dsk/c20t0d1&lt;BR /&gt;&lt;BR /&gt;3) vgdisplay and you will see alternate pvlinks is set.&lt;BR /&gt;# vgdisplay -v vg01 &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Jan 2008 04:40:01 GMT</pubDate>
    <dc:creator>Khairy</dc:creator>
    <dc:date>2008-01-18T04:40:01Z</dc:date>
    <item>
      <title>HPUX 11.23 v2 and pvlink EVA4000</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/hpux-11-23-v2-and-pvlink-eva4000/m-p/4131481#M29125</link>
      <description>Hi some questions about pvlink:&lt;BR /&gt;&lt;BR /&gt;1-Is pvlink installed by default in HPUX?&lt;BR /&gt;&lt;BR /&gt;I have presented a lun from my EVA4000 to the HPUX box with two HBAs.&lt;BR /&gt;&lt;BR /&gt;disk 3 255/255/0/0.0 sdisk CLAIMED DEVICE HSV200 HP &lt;BR /&gt;/dev/dsk/c20t0d0 /dev/rdsk/c20t0d0 &lt;BR /&gt;disk 4 255/255/0/0.1 sdisk CLAIMED DEVICE HSV200 HP &lt;BR /&gt;/dev/dsk/c20t0d1 /dev/rdsk/c20t0d1 &lt;BR /&gt;disk 5 255/255/0/0.2 sdisk CLAIMED DEVICE HSV200 HP &lt;BR /&gt;/dev/dsk/c20t0d2 /dev/rdsk/c20t0d2 &lt;BR /&gt;disk 6 255/255/0/0.3 sdisk CLAIMED DEVICE HSV200 HP &lt;BR /&gt;/dev/dsk/c20t0d3 /dev/rdsk/c20t0d3 &lt;BR /&gt;&lt;BR /&gt;These are the four path that appear, that in fine.&lt;BR /&gt;&lt;BR /&gt;2- Whitch command I do to create the vg01, may be some like this:&lt;BR /&gt;&lt;BR /&gt;# vgcreate -f /dev/vg01 /dev/dsk/c20t0d0 &lt;BR /&gt;/dev/dsk/c20t0d1 /dev/dsk/c20t0d2 /dev/dsk/c20t0d3&lt;BR /&gt;&lt;BR /&gt;Thank you for comments &lt;BR /&gt;&lt;BR /&gt;W.S&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2008 02:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/hpux-11-23-v2-and-pvlink-eva4000/m-p/4131481#M29125</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2008-01-18T02:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.23 v2 and pvlink EVA4000</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/hpux-11-23-v2-and-pvlink-eva4000/m-p/4131482#M29126</link>
      <description>hi william,&lt;BR /&gt;&lt;BR /&gt;pvlink is already built in hpux LVM software.&lt;BR /&gt;&lt;BR /&gt;To see if the the disks are same Lun, i usually perform the following my rp box:&lt;BR /&gt;&lt;BR /&gt;# echo "0x2008?4D" | adb /dev/dsk/c1t15d0&lt;BR /&gt;2008:           850980666       1200539846      850980666       1200539847&lt;BR /&gt;# echo "0x2008?4D" | adb /dev/dsk/c3t15d0&lt;BR /&gt;2008:           850980666       1200549607      850980666       1200539847&lt;BR /&gt;&lt;BR /&gt;as you can see in the 3rd field, the values are different and that show there are 2 different disks. &lt;BR /&gt;&lt;BR /&gt;If the 3rd field show same value. That means there are the same disks and it is save to vgextend the disk for pvlinks.&lt;BR /&gt;&lt;BR /&gt;1) create a vg&lt;BR /&gt;# pvcreate /dev/rdsk/c20t0d0&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# vgcreate /dev/vg01 /dev/dsk/c20t0d0&lt;BR /&gt;&lt;BR /&gt;2) assuming c20t0d1 is the same disk, just perform vgextend.&lt;BR /&gt;# vgextend /dev/vg01 /dev/dsk/c20t0d1&lt;BR /&gt;&lt;BR /&gt;3) vgdisplay and you will see alternate pvlinks is set.&lt;BR /&gt;# vgdisplay -v vg01 &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2008 04:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/hpux-11-23-v2-and-pvlink-eva4000/m-p/4131482#M29126</guid>
      <dc:creator>Khairy</dc:creator>
      <dc:date>2008-01-18T04:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX 11.23 v2 and pvlink EVA4000</title>
      <link>https://community.hpe.com/t5/hpe-eva-storage/hpux-11-23-v2-and-pvlink-eva4000/m-p/4131483#M29127</link>
      <description>Please see my comments in your other thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1194836" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1194836&lt;/A&gt;</description>
      <pubDate>Fri, 18 Jan 2008 06:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-eva-storage/hpux-11-23-v2-and-pvlink-eva4000/m-p/4131483#M29127</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-18T06:46:12Z</dc:date>
    </item>
  </channel>
</rss>

