<?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: good explanation of physical volumes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461474#M654285</link>
    <description>You can use ioscan to display disks attached to the system and their device file names.then use pvcreate command to initialize the disk. After a disk is initialized ,it's called a physical volume. PVs are configured together as volume groups, each PV was devided into many Physical Extents, PEs are maped into Logical Extents, and Logical Volume is made up by LEs. And on LV will be a filesystem or swap area or raw data.&lt;BR /&gt;hope this will help .&lt;BR /&gt;regards.&lt;BR /&gt;</description>
    <pubDate>Wed, 29 Nov 2000 07:38:47 GMT</pubDate>
    <dc:creator>thinphony</dc:creator>
    <dc:date>2000-11-29T07:38:47Z</dc:date>
    <item>
      <title>good explanation of physical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461468#M654279</link>
      <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;Can anyone please tell me where can I go to get either a picture or a good understanding or what a logical volume is, physical volume, volume group, etc. Like is there a diagram of some sort that I can look at to get a better understanding of it.</description>
      <pubDate>Fri, 03 Nov 2000 19:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461468#M654279</guid>
      <dc:creator>sanman_2</dc:creator>
      <dc:date>2000-11-03T19:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: good explanation of physical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461469#M654280</link>
      <description>Sanman:&lt;BR /&gt;&lt;BR /&gt;check the hp docs site for the HP-UX System Administration Tasks - Chapter 3 has diagrams explaining LVs and PV etc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/pdf/B2355-90672.pdf" target="_blank"&gt;http://docs.hp.com/hpux/pdf/B2355-90672.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Fri, 03 Nov 2000 19:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461469#M654280</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-03T19:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: good explanation of physical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461470#M654281</link>
      <description>this may be a good start&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90672/00/00/28-con.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90672/00/00/28-con.html&lt;/A&gt;</description>
      <pubDate>Fri, 03 Nov 2000 19:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461470#M654281</guid>
      <dc:creator>Rainer_1</dc:creator>
      <dc:date>2000-11-03T19:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: good explanation of physical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461471#M654282</link>
      <description>Just so you have more than one url, here's another place that will help you and has diagrams....&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com:80/dynaweb/hpux10/hpuxen0a/b2043/@ebt-link?window=CURRENT;target=%25N%14_4675_START_RESTART_N%25;DwebQuery=lvm" target="_blank"&gt;http://docs.hp.com:80/dynaweb/hpux10/hpuxen0a/b2043/@ebt-link?window=CURRENT;target=%25N%14_4675_START_RESTART_N%25;DwebQuery=lvm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2000 19:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461471#M654282</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-11-03T19:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: good explanation of physical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461472#M654283</link>
      <description>Think of it this way:&lt;BR /&gt;&lt;BR /&gt;Physical Volume - A actual physical device.  A hard drive in a cabinet.  (Could also be a LUN on an array).&lt;BR /&gt;&lt;BR /&gt;Volume Group - A group of physical volumes combined to form a larger area of disk space.  (ie. 4 physical volumes(9GB each) /dev/dsk/c1t1d0, c1t2d0,c1t3d0,c1t4d0 combined to form volume group 1 - vg01 with available space of 36 GB).&lt;BR /&gt;&lt;BR /&gt;Logical Volume - An area that is carved out of the volume group allowing data to be stored on it.  (ie.  logical volume 1 - lvol1 - is created to be 15 GB in size and mounted as /mydata on the system.)&lt;BR /&gt;&lt;BR /&gt;You now have a /mydata directory that has 15 GB available.  This 15 GB came from 4 PHYSICAL VOLUMES (c1t1d0, c1t2d0, c1t3d0, c1t4d0) which were combined into a VOLUME GROUP (vg01) on which the LOGICAL VOLUME lvol1 was created.  lvol1 was then mounted as /mydata.&lt;BR /&gt;&lt;BR /&gt;I hope this makes more sense to you now.</description>
      <pubDate>Fri, 03 Nov 2000 19:57:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461472#M654283</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2000-11-03T19:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: good explanation of physical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461473#M654284</link>
      <description>&lt;BR /&gt;PREPARE:&lt;BR /&gt;a Physical Volume is an entire Disk dedicated&lt;BR /&gt;  for lvm's usage.&lt;BR /&gt;ie:pvcreate&lt;BR /&gt;&lt;BR /&gt;COLLECT:&lt;BR /&gt;The Volume Group is a collection of Disks&lt;BR /&gt;ie: vgcreate, vgextend&lt;BR /&gt;&lt;BR /&gt;USE:&lt;BR /&gt;A logical Volume is to use the disk&lt;BR /&gt;ie: lvcreate&lt;BR /&gt;&lt;BR /&gt;USE FOR SOMETHING INTERESTING:&lt;BR /&gt;Create a filesystem.&lt;BR /&gt;newfs&lt;BR /&gt;&lt;BR /&gt;Think of lvm as a layer sitting in between&lt;BR /&gt;your filesystem and your disk drivers.&lt;BR /&gt;It effectively creates a device file to &lt;BR /&gt;create your filesystem on and links that&lt;BR /&gt;down to the disk.</description>
      <pubDate>Mon, 27 Nov 2000 14:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461473#M654284</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2000-11-27T14:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: good explanation of physical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461474#M654285</link>
      <description>You can use ioscan to display disks attached to the system and their device file names.then use pvcreate command to initialize the disk. After a disk is initialized ,it's called a physical volume. PVs are configured together as volume groups, each PV was devided into many Physical Extents, PEs are maped into Logical Extents, and Logical Volume is made up by LEs. And on LV will be a filesystem or swap area or raw data.&lt;BR /&gt;hope this will help .&lt;BR /&gt;regards.&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2000 07:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/good-explanation-of-physical-volumes/m-p/2461474#M654285</guid>
      <dc:creator>thinphony</dc:creator>
      <dc:date>2000-11-29T07:38:47Z</dc:date>
    </item>
  </channel>
</rss>

