<?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: lvcreate and disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707076#M250453</link>
    <description>Carmen,&lt;BR /&gt;&lt;BR /&gt;learn something new every day, you can in fact lvextend a mirrored copy of a logical volume to a disk device.  You just can't do it via the lvcreate command.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
    <pubDate>Wed, 11 Jan 2006 11:57:02 GMT</pubDate>
    <dc:creator>AndyMueller</dc:creator>
    <dc:date>2006-01-11T11:57:02Z</dc:date>
    <item>
      <title>lvcreate and disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707073#M250450</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is it possible to do lvcreate and put the disk you want to assign?&lt;BR /&gt;I'am working with 11.11&lt;BR /&gt;something like &lt;BR /&gt;  #lvcreate -n lvdat1  -L 100 /dev/vg02 /dev/dsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;Thanks a lot of!&lt;BR /&gt;Carmen.</description>
      <pubDate>Wed, 11 Jan 2006 11:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707073#M250450</guid>
      <dc:creator>Carme Torca</dc:creator>
      <dc:date>2006-01-11T11:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate and disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707074#M250451</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Adding a filesystem on a particular disk&lt;BR /&gt;&lt;BR /&gt;#lvcreate -n lvdat1 vg02&lt;BR /&gt;#lvextend -L 100 /dev/vg02/lvdat1 /dev/dsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Wed, 11 Jan 2006 11:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707074#M250451</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2006-01-11T11:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate and disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707075#M250452</link>
      <description>Carmen,&lt;BR /&gt;&lt;BR /&gt;I don't believe this is possible.  You would "vgextend" your vg02 to span additional disk devices, can not do so via lvextend command.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 11 Jan 2006 11:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707075#M250452</guid>
      <dc:creator>AndyMueller</dc:creator>
      <dc:date>2006-01-11T11:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate and disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707076#M250453</link>
      <description>Carmen,&lt;BR /&gt;&lt;BR /&gt;learn something new every day, you can in fact lvextend a mirrored copy of a logical volume to a disk device.  You just can't do it via the lvcreate command.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 11 Jan 2006 11:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707076#M250453</guid>
      <dc:creator>AndyMueller</dc:creator>
      <dc:date>2006-01-11T11:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate and disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707077#M250454</link>
      <description>Hi Carme,&lt;BR /&gt;&lt;BR /&gt;You can't define a disk path while creating an LVOL. You have to create a blank LV with the following command.&lt;BR /&gt;&lt;BR /&gt;#lvcreate -n lvdat1 vg02&lt;BR /&gt;&lt;BR /&gt;Then you have to extend that lvol to a purticular disk with&lt;BR /&gt;&lt;BR /&gt;#lvextend -L 100 /dev/vg02/lvdat1 /dev/dsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Shameer</description>
      <pubDate>Wed, 11 Jan 2006 12:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707077#M250454</guid>
      <dc:creator>Shameer.V.A</dc:creator>
      <dc:date>2006-01-11T12:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: lvcreate and disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707078#M250455</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Andy,&lt;BR /&gt;&lt;BR /&gt;You can assign the LE's to a desired disk while creating as well as while extending mirrors.&lt;BR /&gt;&lt;BR /&gt;While Creating&lt;BR /&gt;#lvcreate /dev/vg00&lt;BR /&gt;#lvextend  -L xxxx /dev/vgxx/lvol? /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;While Extending&lt;BR /&gt;&lt;BR /&gt;#lvextend -m 1 /dev/vgxx/lvol? /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2006 06:16:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvcreate-and-disk/m-p/3707078#M250455</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-12T06:16:06Z</dc:date>
    </item>
  </channel>
</rss>

