<?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: programming lvm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467460#M774682</link>
    <description>You should have a look at Xvg (see attachment) and at its VgCollect script. Maybe this can help you.&lt;BR /&gt;&lt;BR /&gt;You can always retrieve the latest version under :&lt;BR /&gt;&lt;BR /&gt;ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/xvg&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
    <pubDate>Tue, 28 Nov 2000 18:16:05 GMT</pubDate>
    <dc:creator>Frederic Soriano</dc:creator>
    <dc:date>2000-11-28T18:16:05Z</dc:date>
    <item>
      <title>programming lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467453#M774675</link>
      <description>how can i get information about the location of a logical volume without using a systemcommand like lvdisplay. i need this for a small programm and i would not scan the output of a systemcommand.  &lt;BR /&gt;&lt;BR /&gt;thanks   &lt;BR /&gt;&lt;BR /&gt;  stefan koch</description>
      <pubDate>Mon, 27 Nov 2000 12:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467453#M774675</guid>
      <dc:creator>Stefan Koch</dc:creator>
      <dc:date>2000-11-27T12:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: programming lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467454#M774676</link>
      <description>You can search under /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;Patrice.</description>
      <pubDate>Mon, 27 Nov 2000 14:19:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467454#M774676</guid>
      <dc:creator>MARTINACHE</dc:creator>
      <dc:date>2000-11-27T14:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: programming lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467455#M774677</link>
      <description>Would you say a little more about why you don't want to use lvdisplay?&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 27 Nov 2000 18:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467455#M774677</guid>
      <dc:creator>Richard Mertz</dc:creator>
      <dc:date>2000-11-27T18:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: programming lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467456#M774678</link>
      <description>Hi Stefan,&lt;BR /&gt;&lt;BR /&gt;you can try &lt;BR /&gt;&lt;BR /&gt;find /dev -name &lt;LVOLNAME&gt;&lt;BR /&gt;&lt;BR /&gt;that spits out only the line of the file eg.&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;Steffi Jones&lt;/LVOLNAME&gt;</description>
      <pubDate>Mon, 27 Nov 2000 21:19:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467456#M774678</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2000-11-27T21:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: programming lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467457#M774679</link>
      <description>i want to know on which physical volume the known logical volume is located. i don't want to use a skript because i need this information in a c/c++-programm. i solved the same problem on AIX. there i can use systemcalls like "lvm_queryvg" or "lvm_querypv" i hope now you know what i mean&lt;BR /&gt;&lt;BR /&gt;thanks for your help</description>
      <pubDate>Tue, 28 Nov 2000 09:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467457#M774679</guid>
      <dc:creator>Stefan Koch</dc:creator>
      <dc:date>2000-11-28T09:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: programming lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467458#M774680</link>
      <description>Hi Stefan,&lt;BR /&gt;&lt;BR /&gt;Have you looked at the system call 'pstat_getlv'?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 28 Nov 2000 09:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467458#M774680</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-11-28T09:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: programming lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467459#M774681</link>
      <description>now i have the problem if a logical volume is located on more than one physical volume. the systemcall pstat_getlv helps me very much, but for my problem it helps not enough&lt;BR /&gt;&lt;BR /&gt;thanks john</description>
      <pubDate>Tue, 28 Nov 2000 16:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467459#M774681</guid>
      <dc:creator>Stefan Koch</dc:creator>
      <dc:date>2000-11-28T16:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: programming lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467460#M774682</link>
      <description>You should have a look at Xvg (see attachment) and at its VgCollect script. Maybe this can help you.&lt;BR /&gt;&lt;BR /&gt;You can always retrieve the latest version under :&lt;BR /&gt;&lt;BR /&gt;ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/xvg&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 28 Nov 2000 18:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/programming-lvm/m-p/2467460#M774682</guid>
      <dc:creator>Frederic Soriano</dc:creator>
      <dc:date>2000-11-28T18:16:05Z</dc:date>
    </item>
  </channel>
</rss>

