<?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: Extending the VG with Multiple Path in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195620#M586174</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;while creating new Vg use -&lt;BR /&gt;&lt;BR /&gt;vgcreate -p 16 vgname&lt;BR /&gt;&lt;BR /&gt;so you will be able to extend the vg with alternate path too.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Avinash</description>
    <pubDate>Mon, 12 May 2008 09:52:43 GMT</pubDate>
    <dc:creator>Avinash Agarkar</dc:creator>
    <dc:date>2008-05-12T09:52:43Z</dc:date>
    <item>
      <title>Extending the VG with Multiple Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195615#M586169</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Good Morning&lt;BR /&gt;&lt;BR /&gt;I have Eva 8100 with 2C6D, When i present a VD to my hp-ux its gets 16 path, i have created one VG by using first path of VD, &lt;BR /&gt;&lt;BR /&gt;now what's the problem is extending the additional paths to my VG, extending remainig 15 path to my VG is little difficult as already some more vg's are available, so the ioscan command is showing lots of paths.&lt;BR /&gt;i need to find all the paths for my VG&lt;BR /&gt; &lt;BR /&gt;is any alternate method is there to simplify this task&lt;BR /&gt;</description>
      <pubDate>Mon, 12 May 2008 06:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195615#M586169</guid>
      <dc:creator>UVA</dc:creator>
      <dc:date>2008-05-12T06:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the VG with Multiple Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195616#M586170</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Take a look at the volume group with vgdisplay -v.&lt;BR /&gt;&lt;BR /&gt;Extend along the same path that it was created on and the other paths should be fine.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 May 2008 06:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195616#M586170</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-12T06:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the VG with Multiple Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195617#M586171</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am vgextending with by following paths, but some of the paths are not getting extend&lt;BR /&gt;&lt;BR /&gt;my alternate paths&lt;BR /&gt;&lt;BR /&gt; /dev/dsk/c2t0d1  &lt;BR /&gt; /dev/dsk/c4t0d1  &lt;BR /&gt; /dev/dsk/c6t0d1   &lt;BR /&gt; /dev/dsk/c8t0d1&lt;BR /&gt; &lt;BR /&gt; /dev/dsk/c12t0d1  &lt;BR /&gt; /dev/dsk/c14t0d1&lt;BR /&gt; /dev/dsk/c16t0d1  &lt;BR /&gt; /dev/dsk/c18t0d1   &lt;BR /&gt;    &lt;BR /&gt; /dev/dsk/c22t0d1   &lt;BR /&gt; /dev/dsk/c24t0d1&lt;BR /&gt; /dev/dsk/c26t0d1    &lt;BR /&gt; /dev/dsk/c28t0d1 &lt;BR /&gt;  &lt;BR /&gt; /dev/dsk/c32t0d1&lt;BR /&gt; /dev/dsk/c34t0d1  &lt;BR /&gt; /dev/dsk/c36t0d1 &lt;BR /&gt; /dev/dsk/c38t0d2 &lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/disk/disk3_p2&lt;BR /&gt;/dev/VG_EDV_DATA&lt;BR /&gt;/dev/dsk/c2t0d1&lt;BR /&gt;/dev/dsk/c2t0d3&lt;BR /&gt;/dev/VG_EDV_LOG&lt;BR /&gt;/dev/dsk/c2t0d2&lt;BR /&gt;/dev/VG_EDV_SAPBACK&lt;BR /&gt;/dev/dsk/c2t1d0&lt;BR /&gt;&lt;BR /&gt;Volume group VG_EDV_DATA&lt;BR /&gt;=========================&lt;BR /&gt;&lt;BR /&gt;But im getting error and some of the path are extended rest is not.&lt;BR /&gt;&lt;BR /&gt;#vgextend VG_EDV_DATA /dev/dsk/c4t0d1 /dev/dsk/c6t0d1 /dev/dsk/c8t0d2 /dev/dsk/c12t0d1 /dev/dsk/c14t0d1 /dev/dsk/c16t0d1 /dev/dsk/c18t0d1 /dev/dsk/c22t0d1 /dev/dsk/c24t0d1 /dev/dsk/c26t0d1 /dev/dsk/c28t0d1 /dev/dsk/c32t0d1 /dev/dsk/c34t0d1 /dev/dsk/c36t0d1 /dev/dsk/c38t0d2    &lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;# ./vgextnd&lt;BR /&gt;vgextend: Couldn't install the physical volume "/dev/dsk/c8t0d2".&lt;BR /&gt;Device busy&lt;BR /&gt;vgextend: Couldn't install the physical volume "/dev/dsk/c24t0d1".&lt;BR /&gt;Device busy&lt;BR /&gt;vgextend: Couldn't install the physical volume "/dev/dsk/c26t0d1".&lt;BR /&gt;Device busy&lt;BR /&gt;vgextend: Couldn't install the physical volume "/dev/dsk/c28t0d1".&lt;BR /&gt;Device busy&lt;BR /&gt;vgextend: Couldn't install the physical volume "/dev/dsk/c32t0d1".&lt;BR /&gt;Device busy&lt;BR /&gt;vgextend: Couldn't install the physical volume "/dev/dsk/c34t0d1".&lt;BR /&gt;Device busy&lt;BR /&gt;vgextend: Couldn't install the physical volume "/dev/dsk/c36t0d1".&lt;BR /&gt;Device busy&lt;BR /&gt;vgextend: Couldn't install the physical volume "/dev/dsk/c38t0d2".&lt;BR /&gt;Device busy&lt;BR /&gt;&lt;BR /&gt;After extending &lt;BR /&gt;===============&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/disk/disk3_p2&lt;BR /&gt;/dev/VG_EDV_DATA&lt;BR /&gt;/dev/dsk/c2t0d1&lt;BR /&gt;/dev/dsk/c2t0d3&lt;BR /&gt;/dev/dsk/c4t0d1&lt;BR /&gt;/dev/dsk/c6t0d1&lt;BR /&gt;/dev/dsk/c12t0d1&lt;BR /&gt;/dev/dsk/c14t0d1&lt;BR /&gt;/dev/dsk/c16t0d1&lt;BR /&gt;/dev/dsk/c18t0d1&lt;BR /&gt;/dev/dsk/c22t0d1&lt;BR /&gt;/dev/VG_EDV_LOG&lt;BR /&gt;/dev/dsk/c2t0d2&lt;BR /&gt;/dev/VG_EDV_SAPBACK&lt;BR /&gt;/dev/dsk/c2t1d0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 May 2008 09:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195617#M586171</guid>
      <dc:creator>UVA</dc:creator>
      <dc:date>2008-05-12T09:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the VG with Multiple Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195618#M586172</link>
      <description>This is because you are adding another link for the same PV and the max alternate link can be added to one PV is 7.&lt;BR /&gt;&lt;BR /&gt;Have a look at the following thread, this will clear up the things:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1208475137003+28353475&amp;amp;threadId=1210636" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1208475137003+28353475&amp;amp;threadId=1210636&lt;/A&gt;</description>
      <pubDate>Mon, 12 May 2008 09:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195618#M586172</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2008-05-12T09:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the VG with Multiple Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195619#M586173</link>
      <description>you have assigned points to   27  of   77  responses. Please take some time to assign points so the person gets the credit for his reply in terms of points.&lt;BR /&gt;&lt;BR /&gt;Probably you may see more answers coming in if they see you are giving credit for the time spent by someone.&lt;BR /&gt;&lt;BR /&gt;Thanks for the understanding and Have a nice day.&lt;BR /&gt;&lt;BR /&gt;Mridul</description>
      <pubDate>Mon, 12 May 2008 09:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195619#M586173</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2008-05-12T09:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the VG with Multiple Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195620#M586174</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;while creating new Vg use -&lt;BR /&gt;&lt;BR /&gt;vgcreate -p 16 vgname&lt;BR /&gt;&lt;BR /&gt;so you will be able to extend the vg with alternate path too.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Avinash</description>
      <pubDate>Mon, 12 May 2008 09:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195620#M586174</guid>
      <dc:creator>Avinash Agarkar</dc:creator>
      <dc:date>2008-05-12T09:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the VG with Multiple Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195621#M586175</link>
      <description>&amp;gt;&amp;gt;Avinash,&lt;BR /&gt;&lt;BR /&gt;-p is for the max_pv and here the problem is in adding alternate path not the new PV and Currently LVM supports a maximum of 8 paths to a physical volume (7 alternates and one primary).&lt;BR /&gt;</description>
      <pubDate>Mon, 12 May 2008 09:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195621#M586175</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2008-05-12T09:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extending the VG with Multiple Path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195622#M586176</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your responces, i got cleared&lt;BR /&gt;&lt;BR /&gt;Hi Mirdul&lt;BR /&gt;&lt;BR /&gt;I Always giving good points, befre my forum &lt;BR /&gt;name was c.uvaraja.</description>
      <pubDate>Mon, 12 May 2008 10:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-the-vg-with-multiple-path/m-p/4195622#M586176</guid>
      <dc:creator>UVA</dc:creator>
      <dc:date>2008-05-12T10:46:40Z</dc:date>
    </item>
  </channel>
</rss>

