<?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: pvcreate disk_size / multiple PVs on one physical disk? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025090#M609570</link>
    <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1094650" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1094650&lt;/A&gt;</description>
    <pubDate>Sat, 27 Jan 2007 16:54:39 GMT</pubDate>
    <dc:creator>Peter Kovacs 1.0rc</dc:creator>
    <dc:date>2007-01-27T16:54:39Z</dc:date>
    <item>
      <title>pvcreate disk_size / multiple PVs on one physical disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025085#M609565</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please, could someone shed some light on what purpose the "disk_size" parameter to pvcreate is supposed to serve?&lt;BR /&gt;&lt;BR /&gt;Is it to allow creating more than one pv on a single physical disk? If not, is there any other way to create multiple pvs on the same physical disk?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Peter</description>
      <pubDate>Sat, 27 Jan 2007 12:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025085#M609565</guid>
      <dc:creator>Peter Kovacs 1.0rc</dc:creator>
      <dc:date>2007-01-27T12:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate disk_size / multiple PVs on one physical disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025086#M609566</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;HP has put the man pages online.&lt;BR /&gt;&lt;BR /&gt;    -s disk_size        &lt;BR /&gt;Effective size of the physical volume to be created, specified in number of physical sectors.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://devrsrc1.external.hp.com/STK/cgi-bin/man2html?debug=0&amp;amp;manpage=/usr/share/man/man1m.Z/pvcreate.1m" target="_blank"&gt;http://devrsrc1.external.hp.com/STK/cgi-bin/man2html?debug=0&amp;amp;manpage=/usr/share/man/man1m.Z/pvcreate.1m&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is not as cryptic as it may seem. A volume group only has a limited number of Physical Extents to spread on a volume group and newer larger disks require more of them to be distributed to a single disk.&lt;BR /&gt;&lt;BR /&gt;To answer your question, no, it is not to allow the creating of more than one physical volume on a disk.&lt;BR /&gt;&lt;BR /&gt;With LVM a disk can only belong to one volume group. In Linux this limitation was removed when LVM was ported.&lt;BR /&gt;&lt;BR /&gt;Once part of a volume group multiple LOGICAL volumes (partitions) can be partitioned into a disk.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 27 Jan 2007 12:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025086#M609566</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-27T12:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate disk_size / multiple PVs on one physical disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025087#M609567</link>
      <description>You cannot assign multiple pvs in one physical disk.&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Jan 2007 13:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025087#M609567</guid>
      <dc:creator>Rashid Hamid</dc:creator>
      <dc:date>2007-01-27T13:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate disk_size / multiple PVs on one physical disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025088#M609568</link>
      <description>hi Peter;&lt;BR /&gt;The pvcreate command initializes a direct access storage device (a raw disk device) for use as a physical volume in a volume group.&lt;BR /&gt;&lt;BR /&gt;The operation is denied if pv_path belongs to another volume group. Only physical volumes not belonging to other volume groups can be created.&lt;BR /&gt;so you can not create more than one pv on a single physical disk.&lt;BR /&gt;if you try to create pv with -f parameter on the same disk, it will create pv but data will lost at the disk.&lt;BR /&gt;&lt;BR /&gt;disk_size ; size of the pv to be created,in number of physical sectors.&lt;BR /&gt; &lt;BR /&gt;regards;&lt;BR /&gt;mustafa</description>
      <pubDate>Sat, 27 Jan 2007 14:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025088#M609568</guid>
      <dc:creator>Mustafa Gulercan</dc:creator>
      <dc:date>2007-01-27T14:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate disk_size / multiple PVs on one physical disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025089#M609569</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm nor really sure about the "-s" parameter, but IMHO you can shrink a disk device to a smaller size.&lt;BR /&gt;&lt;BR /&gt;Regarding the physical volumes: for 11.23 and newer versions you can create partitions (man idisk), each partition can be a physical volume - so youu can have multiple PVs on the same physical disk.</description>
      <pubDate>Sat, 27 Jan 2007 15:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025089#M609569</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-01-27T15:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: pvcreate disk_size / multiple PVs on one physical disk?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025090#M609570</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1094650" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1094650&lt;/A&gt;</description>
      <pubDate>Sat, 27 Jan 2007 16:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pvcreate-disk-size-multiple-pvs-on-one-physical-disk/m-p/5025090#M609570</guid>
      <dc:creator>Peter Kovacs 1.0rc</dc:creator>
      <dc:date>2007-01-27T16:54:39Z</dc:date>
    </item>
  </channel>
</rss>

