<?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: Creating physical volume groups? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-physical-volume-groups/m-p/2708514#M645085</link>
    <description># vgcreate ???g pvg01 /dev/vgplexus /dev/dsk/c1t3d0 /dev/dsk/c1t5d0 /dev/dsk/c1t7d0 /dev/dsk/c1t10d0 &lt;BR /&gt;# vgextend ???g pvg02 /dev/vgplexus /dev/dsk/c1t4d0 /dev/dsk/c1t6d0 /dev/dsk/c1t8d0 /dev/dsk/c1t11d0 &lt;BR /&gt;&lt;BR /&gt;Both the command looks good ! After you're done (before you create your LVs) you would want to check /etc/lvmpvg file to make sure the disks are in the PVGs and in the right order as you intended them to be.&lt;BR /&gt;&lt;BR /&gt;Remember to use th "-s g" option in your lvcreate to enable PVG-strict mirroring. for example ..&lt;BR /&gt;# lvcreate -L 1200 -m 1 -s g -n lvol1 /dev/vgplexus&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Apr 2002 19:57:04 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-04-22T19:57:04Z</dc:date>
    <item>
      <title>Creating physical volume groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-physical-volume-groups/m-p/2708513#M645084</link>
      <description>With my upcoming reinstallation of HP-UX 11.0, I want to use PVG-strict mirroring.  I plan on mirroring the two internal hard disks for the root disk, and set up two PVG's for the disks in the external cage.  There will be 4 disks on each side of the cage.  I want to make each side one PVG (pvg01 and pvg02), and then make all of the disks in the case belong to one volume group ("vgplexus").  I'm not totally sure how to do this.&lt;BR /&gt;&lt;BR /&gt;Assume that the device files for the hard disks are c1t3d0, c1t4d0, c1t5d0, c1t6d0, c1t7d0, c1t8d0, c1t10d0, c1t11d0.  What I think I need to do is this:&lt;BR /&gt;&lt;BR /&gt;# pvcreate -f /dev/rdsk/c1t3d0&lt;BR /&gt;(for each disk)&lt;BR /&gt;# mkdir /dev/vgplexus&lt;BR /&gt;# mknod /dev/vgplexus/group c 64 0x010000&lt;BR /&gt;(making that number unique)&lt;BR /&gt;# vgcreate ???g pvg01 /dev/vgplexus /dev/dsk/c1t3d0 /dev/dsk/c1t5d0 /dev/dsk/c1t7d0 /dev/dsk/c1t10d0&lt;BR /&gt;# vgextend ???g pvg02 /dev/vgplexus /dev/dsk/c1t4d0 /dev/dsk/c1t6d0 /dev/dsk/c1t8d0 /dev/dsk/c1t11d0&lt;BR /&gt;&lt;BR /&gt;and then continue on with the lvcreates, etc.&lt;BR /&gt;&lt;BR /&gt;It's those vgcreate and vgextend commands I'm really not sure about.</description>
      <pubDate>Mon, 22 Apr 2002 19:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-physical-volume-groups/m-p/2708513#M645084</guid>
      <dc:creator>Matt Harrell</dc:creator>
      <dc:date>2002-04-22T19:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating physical volume groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-physical-volume-groups/m-p/2708514#M645085</link>
      <description># vgcreate ???g pvg01 /dev/vgplexus /dev/dsk/c1t3d0 /dev/dsk/c1t5d0 /dev/dsk/c1t7d0 /dev/dsk/c1t10d0 &lt;BR /&gt;# vgextend ???g pvg02 /dev/vgplexus /dev/dsk/c1t4d0 /dev/dsk/c1t6d0 /dev/dsk/c1t8d0 /dev/dsk/c1t11d0 &lt;BR /&gt;&lt;BR /&gt;Both the command looks good ! After you're done (before you create your LVs) you would want to check /etc/lvmpvg file to make sure the disks are in the PVGs and in the right order as you intended them to be.&lt;BR /&gt;&lt;BR /&gt;Remember to use th "-s g" option in your lvcreate to enable PVG-strict mirroring. for example ..&lt;BR /&gt;# lvcreate -L 1200 -m 1 -s g -n lvol1 /dev/vgplexus&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Apr 2002 19:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-physical-volume-groups/m-p/2708514#M645085</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-22T19:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating physical volume groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-physical-volume-groups/m-p/2708515#M645086</link>
      <description>Hi Matt&lt;BR /&gt;&lt;BR /&gt;Have a look at the following doc&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 22 Apr 2002 20:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-physical-volume-groups/m-p/2708515#M645086</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-04-22T20:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating physical volume groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-physical-volume-groups/m-p/2708516#M645087</link>
      <description>Hi Matt:&lt;BR /&gt;&lt;BR /&gt;I too like the ease of maintenance that Physical Volume Groups offers.  I'd offer one additional setup criteria -- when you do your 'vgcreate' specify some appropriate values for 'max_pe', 'max_pv', etc.  Don't simply let these attributes default.  Remember that once set these attributes cannot be changed without recreating the volume group.  Therefore, plan for the future, especially given the versatility PVGs offer.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 22 Apr 2002 21:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-physical-volume-groups/m-p/2708516#M645087</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-04-22T21:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating physical volume groups?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-physical-volume-groups/m-p/2708517#M645088</link>
      <description>Excellent.  Thank you very much everybody!</description>
      <pubDate>Wed, 24 Apr 2002 12:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-physical-volume-groups/m-p/2708517#M645088</guid>
      <dc:creator>Matt Harrell</dc:creator>
      <dc:date>2002-04-24T12:12:31Z</dc:date>
    </item>
  </channel>
</rss>

