<?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 Vgcreate in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023257#M609409</link>
    <description>Hello Gurus&lt;BR /&gt;I would like to create a lvol of 700gb, those anyone know what the correct parameters for vgcreate i should use.</description>
    <pubDate>Wed, 17 Jan 2007 12:06:32 GMT</pubDate>
    <dc:creator>David Bellamy</dc:creator>
    <dc:date>2007-01-17T12:06:32Z</dc:date>
    <item>
      <title>Vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023257#M609409</link>
      <description>Hello Gurus&lt;BR /&gt;I would like to create a lvol of 700gb, those anyone know what the correct parameters for vgcreate i should use.</description>
      <pubDate>Wed, 17 Jan 2007 12:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023257#M609409</guid>
      <dc:creator>David Bellamy</dc:creator>
      <dc:date>2007-01-17T12:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023258#M609410</link>
      <description>lvcreate is used to create lvols - not vgcreate.&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 716800 -n lvname /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 17 Jan 2007 12:24:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023258#M609410</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-01-17T12:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023259#M609411</link>
      <description>Geoff&lt;BR /&gt;I know that lvcreate creates an lvol, what i am doing is create a volume group and one lvol of 700gb, i just wanted to know if there was any special parameters that was needed when i do the vgcreate.&lt;BR /&gt;i using 50 14gb disk to create the lvol.</description>
      <pubDate>Wed, 17 Jan 2007 12:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023259#M609411</guid>
      <dc:creator>David Bellamy</dc:creator>
      <dc:date>2007-01-17T12:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023260#M609412</link>
      <description>Given that, you should specify a -p 64 (or so) because the default maximum physical volumes is 16. You also need to specify a large pe_size and a larger max_pe's because the product of those must be able to accomodate your largest anticipated LVOL.</description>
      <pubDate>Wed, 17 Jan 2007 12:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023260#M609412</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-01-17T12:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023261#M609413</link>
      <description>50 x 14 GB disks...&lt;BR /&gt;&lt;BR /&gt;Well, those are quite small...&lt;BR /&gt;&lt;BR /&gt;This is typically what I use:&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 32 -p 128 /dev/vg21 /dev/dsk/c10t0d0&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/c10t0d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c10t0d0:&lt;BR /&gt;             vendor: DGC&lt;BR /&gt;         product id: CX3-40WDR5&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 524288000 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The -s is for pe_size - if it isn't big enough - then you can't use large disks.&lt;BR /&gt;&lt;BR /&gt;Default is 4 but vgcreate will automagically size it if you include the disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- p - physical volumes...&lt;BR /&gt;&lt;BR /&gt;With setting this to 128 - you have room to grow.&lt;BR /&gt;&lt;BR /&gt;Rgds..Geoff</description>
      <pubDate>Wed, 17 Jan 2007 12:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023261#M609413</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-01-17T12:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023262#M609414</link>
      <description>Thanks guys</description>
      <pubDate>Wed, 17 Jan 2007 12:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023262#M609414</guid>
      <dc:creator>David Bellamy</dc:creator>
      <dc:date>2007-01-17T12:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023263#M609415</link>
      <description>Thats guys that's what i thought</description>
      <pubDate>Wed, 17 Jan 2007 12:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023263#M609415</guid>
      <dc:creator>David Bellamy</dc:creator>
      <dc:date>2007-01-17T12:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Vgcreate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023264#M609416</link>
      <description>I do hope that large volume is not intended for serious production work. The risk of a single disk failure gets multiplied by 50 and would seem unacceptable to me.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2007 13:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgcreate/m-p/5023264#M609416</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-01-17T13:55:45Z</dc:date>
    </item>
  </channel>
</rss>

