<?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: allocating a logical volume to a certain disk in a volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/allocating-a-logical-volume-to-a-certain-disk-in-a-volume-group/m-p/2969784#M632014</link>
    <description>Hi Jerry:&lt;BR /&gt;&lt;BR /&gt;Yes, in two steps.  You must allocate the logical volume with a ZERO-size with 'lvcreate'.  Then, use 'lvextend' to specify the real size (increase) and specify the *physical* volume then.  See the man pages for 'lvcreate' and 'lvextend' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 09 May 2003 17:30:23 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2003-05-09T17:30:23Z</dc:date>
    <item>
      <title>allocating a logical volume to a certain disk in a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocating-a-logical-volume-to-a-certain-disk-in-a-volume-group/m-p/2969782#M632012</link>
      <description>Can I assign a locgical volume to a certain&lt;BR /&gt;disk in the volume group ?</description>
      <pubDate>Fri, 09 May 2003 17:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocating-a-logical-volume-to-a-certain-disk-in-a-volume-group/m-p/2969782#M632012</guid>
      <dc:creator>Jerry Sims</dc:creator>
      <dc:date>2003-05-09T17:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: allocating a logical volume to a certain disk in a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocating-a-logical-volume-to-a-certain-disk-in-a-volume-group/m-p/2969783#M632013</link>
      <description>Yes you can.  What you have to do is basically create your logical volume by just assigning a name and then when you extend you specify the disk.&lt;BR /&gt;&lt;BR /&gt;# lvcreate -n lvol10 vg01&lt;BR /&gt;# lvextend -l 300 /dev/vg01/lvol10 /dev/dsk/c1t1d0</description>
      <pubDate>Fri, 09 May 2003 17:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocating-a-logical-volume-to-a-certain-disk-in-a-volume-group/m-p/2969783#M632013</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-05-09T17:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: allocating a logical volume to a certain disk in a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocating-a-logical-volume-to-a-certain-disk-in-a-volume-group/m-p/2969784#M632014</link>
      <description>Hi Jerry:&lt;BR /&gt;&lt;BR /&gt;Yes, in two steps.  You must allocate the logical volume with a ZERO-size with 'lvcreate'.  Then, use 'lvextend' to specify the real size (increase) and specify the *physical* volume then.  See the man pages for 'lvcreate' and 'lvextend' for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 09 May 2003 17:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocating-a-logical-volume-to-a-certain-disk-in-a-volume-group/m-p/2969784#M632014</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-05-09T17:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: allocating a logical volume to a certain disk in a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocating-a-logical-volume-to-a-certain-disk-in-a-volume-group/m-p/2969785#M632015</link>
      <description>lvcreate and then lvextend.&lt;BR /&gt;&lt;BR /&gt;lvextend -L new_size lvol_name pv_name.&lt;BR /&gt;&lt;BR /&gt;or you user pvmove also.&lt;BR /&gt;&lt;BR /&gt;Check man pages.</description>
      <pubDate>Fri, 09 May 2003 17:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocating-a-logical-volume-to-a-certain-disk-in-a-volume-group/m-p/2969785#M632015</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-05-09T17:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: allocating a logical volume to a certain disk in a volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/allocating-a-logical-volume-to-a-certain-disk-in-a-volume-group/m-p/2969786#M632016</link>
      <description>Yes. Create the LV with "0" size first (lvcreate) and then use lvextend command to extend the LV to the required size and specify the pv name there:&lt;BR /&gt;&lt;BR /&gt;# lvcreate -L 0 lv_name&lt;BR /&gt;# lvextend -L new_or_required_size lv_name pv_path</description>
      <pubDate>Fri, 09 May 2003 17:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/allocating-a-logical-volume-to-a-certain-disk-in-a-volume-group/m-p/2969786#M632016</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-05-09T17:32:17Z</dc:date>
    </item>
  </channel>
</rss>

