<?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: LVM commands in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783339#M23219</link>
    <description>pvscan got it...&lt;BR /&gt;&lt;BR /&gt;Thanks for all the suggestions.</description>
    <pubDate>Fri, 05 May 2006 08:36:30 GMT</pubDate>
    <dc:creator>TJ Toedebusch</dc:creator>
    <dc:date>2006-05-05T08:36:30Z</dc:date>
    <item>
      <title>LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783333#M23213</link>
      <description>Looking for the Linux LVM command that will show me what disk(s) we have under LVM control.&lt;BR /&gt;&lt;BR /&gt;For example, another team builds our servers and we get them when they go into production.  So there is a mirrored local pair of disks under LVM but I don't know which disk that is... &lt;BR /&gt;&lt;BR /&gt;Surely there is a lvm command to list the disk names currently under lvm control.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Fri, 05 May 2006 07:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783333#M23213</guid>
      <dc:creator>TJ Toedebusch</dc:creator>
      <dc:date>2006-05-05T07:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783334#M23214</link>
      <description>Hi TJ,&lt;BR /&gt;&lt;BR /&gt;Would pvscan provide the info you need?&lt;BR /&gt;&lt;BR /&gt;Bryan</description>
      <pubDate>Fri, 05 May 2006 07:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783334#M23214</guid>
      <dc:creator>Bryan Eley</dc:creator>
      <dc:date>2006-05-05T07:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783335#M23215</link>
      <description>Hm, perhaps the command 'pvdisplay'&lt;BR /&gt;&lt;BR /&gt;#lvm&lt;BR /&gt;lvm&amp;gt; pvdisplaylvm&amp;gt; pvdisplay&lt;BR /&gt;&lt;BR /&gt;Example (though I only have one drive here):&lt;BR /&gt;  --- Physical volume ---&lt;BR /&gt;  PV Name               /dev/hda2&lt;BR /&gt;  VG Name               VolGroup00&lt;BR /&gt;  PV Size               12.53 GB / not usable 0&lt;BR /&gt;  Allocatable           yes&lt;BR /&gt;  PE Size (KByte)       32768&lt;BR /&gt;  Total PE              401&lt;BR /&gt;  Free PE               1&lt;BR /&gt;  Allocated PE          400&lt;BR /&gt;  PV UUID               A4Byu5-96m4-x0Je-0dEZ-5Egs-Ox1j-z5jImV&lt;BR /&gt;&lt;BR /&gt;Bryan</description>
      <pubDate>Fri, 05 May 2006 07:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783335#M23215</guid>
      <dc:creator>Bryan Eley</dc:creator>
      <dc:date>2006-05-05T07:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783336#M23216</link>
      <description>Hi TJ,&lt;BR /&gt;try to look in /etc/lvmtab or use 'vgdisplay' command. Maybe this link will help u.&lt;BR /&gt;&lt;A href="http://www.sfvlug.org/Talks/LVM/cheat_sheet.txt" target="_blank"&gt;http://www.sfvlug.org/Talks/LVM/cheat_sheet.txt&lt;/A&gt;&lt;BR /&gt;s.</description>
      <pubDate>Fri, 05 May 2006 07:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783336#M23216</guid>
      <dc:creator>Stanislav Bocinec</dc:creator>
      <dc:date>2006-05-05T07:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783337#M23217</link>
      <description>Sorry, I somehow double-pasted.  The command should be:&lt;BR /&gt;&lt;BR /&gt;#lvm&lt;BR /&gt;lvm&amp;gt; pvdisplay</description>
      <pubDate>Fri, 05 May 2006 08:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783337#M23217</guid>
      <dc:creator>Bryan Eley</dc:creator>
      <dc:date>2006-05-05T08:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783338#M23218</link>
      <description>In linux, normally, mirror is not done through LVM, but using md devices. The pvdisplay will list the disks/partitions with lvm, vgdisplay -v will list the volume groups and they physical disk correspondence.</description>
      <pubDate>Fri, 05 May 2006 08:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783338#M23218</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-05-05T08:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783339#M23219</link>
      <description>pvscan got it...&lt;BR /&gt;&lt;BR /&gt;Thanks for all the suggestions.</description>
      <pubDate>Fri, 05 May 2006 08:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lvm-commands/m-p/3783339#M23219</guid>
      <dc:creator>TJ Toedebusch</dc:creator>
      <dc:date>2006-05-05T08:36:30Z</dc:date>
    </item>
  </channel>
</rss>

