<?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 to find out the vgid of san disk on 11.31 hpux in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-the-vgid-of-san-disk-on-11-31-hpux/m-p/4261558#M588606</link>
    <description>Hi Rajesh,&lt;BR /&gt;&lt;BR /&gt;Run the below command.&lt;BR /&gt;&lt;BR /&gt;# vgexport -s -p -m /tmp/vgname.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;This will create a map file which will have the VGID of that particular VG. Repeat for all VGs.&lt;BR /&gt;Then cat the file to read the VGID.&lt;BR /&gt;&lt;BR /&gt;# cat /tmp/vgname.map&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vihang.</description>
    <pubDate>Tue, 02 Sep 2008 08:35:00 GMT</pubDate>
    <dc:creator>Vihang.</dc:creator>
    <dc:date>2008-09-02T08:35:00Z</dc:date>
    <item>
      <title>how to find out the vgid of san disk on 11.31 hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-the-vgid-of-san-disk-on-11-31-hpux/m-p/4261557#M588605</link>
      <description>we have 11.31 hpux os running on system.&lt;BR /&gt;I want to find the vgid of the storage disk.&lt;BR /&gt;&lt;BR /&gt;can anybody help ?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Rajesh</description>
      <pubDate>Tue, 02 Sep 2008 08:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-the-vgid-of-san-disk-on-11-31-hpux/m-p/4261557#M588605</guid>
      <dc:creator>Rajesh Devada</dc:creator>
      <dc:date>2008-09-02T08:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out the vgid of san disk on 11.31 hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-the-vgid-of-san-disk-on-11-31-hpux/m-p/4261558#M588606</link>
      <description>Hi Rajesh,&lt;BR /&gt;&lt;BR /&gt;Run the below command.&lt;BR /&gt;&lt;BR /&gt;# vgexport -s -p -m /tmp/vgname.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;This will create a map file which will have the VGID of that particular VG. Repeat for all VGs.&lt;BR /&gt;Then cat the file to read the VGID.&lt;BR /&gt;&lt;BR /&gt;# cat /tmp/vgname.map&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vihang.</description>
      <pubDate>Tue, 02 Sep 2008 08:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-the-vgid-of-san-disk-on-11-31-hpux/m-p/4261558#M588606</guid>
      <dc:creator>Vihang.</dc:creator>
      <dc:date>2008-09-02T08:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out the vgid of san disk on 11.31 hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-the-vgid-of-san-disk-on-11-31-hpux/m-p/4261559#M588607</link>
      <description>run this command&lt;BR /&gt;&lt;BR /&gt;# echo 0x2010?2X|adb /dev/dsk/cXtYdZ|expand|tr -d " "|sed "s/2010:/VGID /"</description>
      <pubDate>Tue, 02 Sep 2008 08:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-the-vgid-of-san-disk-on-11-31-hpux/m-p/4261559#M588607</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-09-02T08:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out the vgid of san disk on 11.31 hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-the-vgid-of-san-disk-on-11-31-hpux/m-p/4261560#M588608</link>
      <description>Thanks Vihang !&lt;BR /&gt;&lt;BR /&gt;But in 11.23 I use to use xd command to see the vgid of the disk that doesnt require to export vg in preview mode.&lt;BR /&gt;&lt;BR /&gt;Looking for the same kind of command in 11.31.&lt;BR /&gt;&lt;BR /&gt;Anyway,&lt;BR /&gt;Thanks for quick reply&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rajesh</description>
      <pubDate>Tue, 02 Sep 2008 08:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-the-vgid-of-san-disk-on-11-31-hpux/m-p/4261560#M588608</guid>
      <dc:creator>Rajesh Devada</dc:creator>
      <dc:date>2008-09-02T08:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to find out the vgid of san disk on 11.31 hpux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-the-vgid-of-san-disk-on-11-31-hpux/m-p/4261561#M588609</link>
      <description>vihang,&lt;BR /&gt;want to check vgid on disk.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Rajesh</description>
      <pubDate>Tue, 02 Sep 2008 11:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-out-the-vgid-of-san-disk-on-11-31-hpux/m-p/4261561#M588609</guid>
      <dc:creator>Rajesh Devada</dc:creator>
      <dc:date>2008-09-02T11:17:22Z</dc:date>
    </item>
  </channel>
</rss>

