<?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: How can I find out all active volume groups at my system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025461#M609573</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I know this command, but the output is not usable for me, I need only the name of the volume group, vgdisplay is too much output.&lt;BR /&gt;&lt;BR /&gt;Bye</description>
    <pubDate>Tue, 30 Jan 2007 09:33:30 GMT</pubDate>
    <dc:creator>Mirko Schmidt</dc:creator>
    <dc:date>2007-01-30T09:33:30Z</dc:date>
    <item>
      <title>How can I find out all active volume groups at my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025459#M609571</link>
      <description>Hi @ All,&lt;BR /&gt;&lt;BR /&gt;How can I find out all active volume groups at my system. I need the output for checkup script (like: vgxy1, vgxy2, vgxy3,....)&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Mirko</description>
      <pubDate>Tue, 30 Jan 2007 09:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025459#M609571</guid>
      <dc:creator>Mirko Schmidt</dc:creator>
      <dc:date>2007-01-30T09:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out all active volume groups at my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025460#M609572</link>
      <description>Hi Mirko:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay&lt;BR /&gt;&lt;BR /&gt;...without any arguments.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 30 Jan 2007 09:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025460#M609572</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-30T09:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out all active volume groups at my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025461#M609573</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I know this command, but the output is not usable for me, I need only the name of the volume group, vgdisplay is too much output.&lt;BR /&gt;&lt;BR /&gt;Bye</description>
      <pubDate>Tue, 30 Jan 2007 09:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025461#M609573</guid>
      <dc:creator>Mirko Schmidt</dc:creator>
      <dc:date>2007-01-30T09:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out all active volume groups at my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025462#M609574</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think following command could be useful&lt;BR /&gt;&lt;BR /&gt;vgdisplay 2&amp;gt;/dev/null | more | grep "VG Name"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds.</description>
      <pubDate>Tue, 30 Jan 2007 09:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025462#M609574</guid>
      <dc:creator>Yarek</dc:creator>
      <dc:date>2007-01-30T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out all active volume groups at my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025463#M609575</link>
      <description>Hi (again) Mirko:&lt;BR /&gt;&lt;BR /&gt;OK, if you only want the vgname:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay |awk '/VG Name/ {print $3}'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 30 Jan 2007 09:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025463#M609575</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-30T09:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out all active volume groups at my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025464#M609576</link>
      <description>&lt;BR /&gt;or something similar:&lt;BR /&gt;&lt;BR /&gt;vgdisplay 2&amp;gt;/dev/null | grep "VG Name" | awk -F"/" '{print $3}'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025464#M609576</guid>
      <dc:creator>Yarek</dc:creator>
      <dc:date>2007-01-30T09:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out all active volume groups at my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025465#M609577</link>
      <description>&lt;BR /&gt;or something very similar:&lt;BR /&gt;&lt;BR /&gt;vgdisplay 2&amp;gt;/dev/null | awk -F"/" '/VG Name/ {print $3}'&lt;BR /&gt;&lt;BR /&gt;you should obtain only VG names without '/dev' prefix&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jan 2007 09:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025465#M609577</guid>
      <dc:creator>Yarek</dc:creator>
      <dc:date>2007-01-30T09:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out all active volume groups at my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025466#M609578</link>
      <description>Or a combo of James and Yarek's:&lt;BR /&gt;&lt;BR /&gt;vgdisplay 2&amp;gt;/dev/null | awk -F"/" '/VG Name/ {print $3}'&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 30 Jan 2007 09:48:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025466#M609578</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-01-30T09:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out all active volume groups at my system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025467#M609579</link>
      <description>Hi @ All,&lt;BR /&gt;thanks for the informations.&lt;BR /&gt;&lt;BR /&gt;Bye &lt;BR /&gt;Mirko</description>
      <pubDate>Tue, 30 Jan 2007 09:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-find-out-all-active-volume-groups-at-my-system/m-p/5025467#M609579</guid>
      <dc:creator>Mirko Schmidt</dc:creator>
      <dc:date>2007-01-30T09:51:17Z</dc:date>
    </item>
  </channel>
</rss>

