<?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 Create lv on a specific disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630493#M646151</link>
    <description>In HP-UX 11.00, how is it possible to create a new logical volume on by me specified disk?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!</description>
    <pubDate>Wed, 12 Dec 2001 17:56:13 GMT</pubDate>
    <dc:creator>Karl-Johan Halléni</dc:creator>
    <dc:date>2001-12-12T17:56:13Z</dc:date>
    <item>
      <title>Create lv on a specific disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630493#M646151</link>
      <description>In HP-UX 11.00, how is it possible to create a new logical volume on by me specified disk?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!</description>
      <pubDate>Wed, 12 Dec 2001 17:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630493#M646151</guid>
      <dc:creator>Karl-Johan Halléni</dc:creator>
      <dc:date>2001-12-12T17:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create lv on a specific disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630494#M646152</link>
      <description>first just create the LV with no size.  Then you can extend the volume to the disk&lt;BR /&gt;&lt;BR /&gt;lvcreate -n lvol1 /dev/vg01&lt;BR /&gt;&lt;BR /&gt;lvextend -L 100 /dev/vg01/lvol1 /dev/dsk/c1t1d0&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Dec 2001 18:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630494#M646152</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-12T18:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create lv on a specific disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630495#M646153</link>
      <description>You can use the -C option with lvcreate so that it will create the lvol on one disk. If that is not the disk that you want you can create a mirror on the other disk, then break by removing the primary so it leaves the info on the physical disk you want. Of course you need MirrorDisk/UX for the second part.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Wed, 12 Dec 2001 18:04:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630495#M646153</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-12-12T18:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create lv on a specific disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630496#M646154</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;Create the LV with no size (-n) and you may extend it to a specific disk.&lt;BR /&gt;&lt;BR /&gt;In Mirror/UX u can use the strict/Contigous options.&lt;BR /&gt;&lt;BR /&gt;see man lvcreate and man lvextend&lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 12 Dec 2001 18:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630496#M646154</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-12T18:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create lv on a specific disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630497#M646155</link>
      <description>Thank you Jeff, you made my day!</description>
      <pubDate>Wed, 12 Dec 2001 18:08:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630497#M646155</guid>
      <dc:creator>Karl-Johan Halléni</dc:creator>
      <dc:date>2001-12-12T18:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create lv on a specific disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630498#M646156</link>
      <description>my pleasure,  you can also do this on an existing filesystem with the pvmove command if you have the need.&lt;BR /&gt;&lt;BR /&gt;pvmove device_from device_to&lt;BR /&gt;&lt;BR /&gt;so&lt;BR /&gt;&lt;BR /&gt;pvmove /dev/dsk/c1t1d0 /dev/dsk/c1t1d2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Dec 2001 18:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-lv-on-a-specific-disk/m-p/2630498#M646156</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-12T18:16:11Z</dc:date>
    </item>
  </channel>
</rss>

