<?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 Info on LVM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-lvm/m-p/2826888#M87832</link>
    <description>I need some info. on LVM, please.&lt;BR /&gt;&lt;BR /&gt;I can get a list of the volume groups with vgdisplay and I can get a list of the logical volumes with lvdisplay&lt;BR /&gt;&lt;BR /&gt;1. What command gives me a list of all the physical disks in a volume group?&lt;BR /&gt;2. How can I check if the disks in the volume group are mirriored or not?&lt;BR /&gt;3. Can you point me to some LVM docs that are brief enough to give me an understanding of LVM and how to use it?&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;Vinesh</description>
    <pubDate>Wed, 16 Oct 2002 09:54:17 GMT</pubDate>
    <dc:creator>Vinesh Dhevcharran</dc:creator>
    <dc:date>2002-10-16T09:54:17Z</dc:date>
    <item>
      <title>Info on LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-lvm/m-p/2826888#M87832</link>
      <description>I need some info. on LVM, please.&lt;BR /&gt;&lt;BR /&gt;I can get a list of the volume groups with vgdisplay and I can get a list of the logical volumes with lvdisplay&lt;BR /&gt;&lt;BR /&gt;1. What command gives me a list of all the physical disks in a volume group?&lt;BR /&gt;2. How can I check if the disks in the volume group are mirriored or not?&lt;BR /&gt;3. Can you point me to some LVM docs that are brief enough to give me an understanding of LVM and how to use it?&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;Vinesh</description>
      <pubDate>Wed, 16 Oct 2002 09:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/info-on-lvm/m-p/2826888#M87832</guid>
      <dc:creator>Vinesh Dhevcharran</dc:creator>
      <dc:date>2002-10-16T09:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Info on LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-lvm/m-p/2826889#M87833</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. &lt;BR /&gt;vgdisplay -v &lt;VGNAME&gt;&lt;BR /&gt;and see the PV Name.&lt;BR /&gt;or &lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;2. VG's are not mirrored. LV's are mirrored. Correct me if i am  worng.&lt;BR /&gt;lvdisplay &lt;LVNAME&gt; and see the Mirror Copies column.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. Not pretty sure but there is one "HP-UX System Administration Tasks" manual from HP which gives some good amount of info about LVM. docs.hp.com might be ur friend.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-balaji&lt;/LVNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Wed, 16 Oct 2002 10:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/info-on-lvm/m-p/2826889#M87833</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2002-10-16T10:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Info on LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-lvm/m-p/2826890#M87834</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;1. What command gives me a list of all the physical disks in a volume group? &lt;BR /&gt;&lt;BR /&gt;Use pvdisplay -v&lt;BR /&gt;&lt;BR /&gt;2. How can I check if the disks in the volume group are mirriored or not? &lt;BR /&gt;&lt;BR /&gt;Use lvdisplay -v&lt;BR /&gt;&lt;BR /&gt;E.G.&lt;BR /&gt;&lt;BR /&gt;--- Logical volumes ---                      &lt;BR /&gt;LV Name                     /dev/avro/avro   &lt;BR /&gt;VG Name                     /dev/avro        &lt;BR /&gt;LV Permission               read/write       &lt;BR /&gt;LV Status                   available/syncd  &lt;BR /&gt;Mirror copies               2                &lt;BR /&gt;Consistency Recovery        MWC              &lt;BR /&gt;Schedule                    parallel         &lt;BR /&gt;LV Size (Mbytes)            17356            &lt;BR /&gt;Current LE                  4339             &lt;BR /&gt;Allocated PE                13017            &lt;BR /&gt;Stripes                     0                &lt;BR /&gt;Stripe Size (Kbytes)        0                &lt;BR /&gt;Bad block                   on               &lt;BR /&gt;Allocation                  strict           &lt;BR /&gt;IO Timeout (Seconds)        default          &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The manual is the bst starting point on lvm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 16 Oct 2002 10:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/info-on-lvm/m-p/2826890#M87834</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-10-16T10:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Info on LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-lvm/m-p/2826891#M87835</link>
      <description>Hi Vinesh,&lt;BR /&gt;1. vgdisplay -v&lt;BR /&gt;2. lvdisplay -v can give you this   &lt;BR /&gt;Note that it's not disks that are mirrored, but logical volumes !&lt;BR /&gt;3. I would NOT go for a brief doc Vinesh, this is one thing you want to understand completely !</description>
      <pubDate>Wed, 16 Oct 2002 10:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/info-on-lvm/m-p/2826891#M87835</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-10-16T10:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Info on LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-lvm/m-p/2826892#M87836</link>
      <description>why don't you just use SAM&lt;BR /&gt;disk and File Systems section.&lt;BR /&gt;&lt;BR /&gt;For beginners to LVM, it useful.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Wed, 16 Oct 2002 10:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/info-on-lvm/m-p/2826892#M87836</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-10-16T10:58:22Z</dc:date>
    </item>
  </channel>
</rss>

