<?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 track a missing vg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161494#M560482</link>
    <description>&amp;gt; How many System admin do u have who know the root password&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Also check in syslog/ (if rebooted OLDsyslog)&lt;BR /&gt;Path: /var/adm/syslog/syslog.log&lt;BR /&gt;/var/adm/syslog/OLDsyslog.log&lt;BR /&gt;&lt;BR /&gt;for LVM&lt;BR /&gt;&lt;BR /&gt;# cat /var/adm/syslog/syslog.log | grep LVM&lt;BR /&gt;# cat /var/adm/syslog/syslog.log | grep vgexport</description>
    <pubDate>Thu, 05 Mar 2009 15:19:31 GMT</pubDate>
    <dc:creator>Avinash20</dc:creator>
    <dc:date>2009-03-05T15:19:31Z</dc:date>
    <item>
      <title>How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161481#M560469</link>
      <description>Hello team,&lt;BR /&gt;Yesterday I was trying to extend a fs, with no good results, today I can't see that fs present on the OS, not even the vg. &lt;BR /&gt;&lt;BR /&gt;Is there any way to track if somebody delete it?&lt;BR /&gt;&lt;BR /&gt;Nancy&lt;BR /&gt;&lt;BR /&gt;Yesterday:&lt;BR /&gt;#vgdisplay -v /dev/vgapp06&lt;BR /&gt;&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vgapp06&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available                 &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      3      &lt;BR /&gt;Open LV                     3      &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      5      &lt;BR /&gt;Act PV                      5      &lt;BR /&gt;Max PE per PV               6475         &lt;BR /&gt;VGDA                        10  &lt;BR /&gt;PE Size (Mbytes)            32              &lt;BR /&gt;Total PE                    2965    &lt;BR /&gt;Alloc PE                    2783    &lt;BR /&gt;Free PE                     182     &lt;BR /&gt;Total PVG                   0        &lt;BR /&gt;Total Spare PVs             0              &lt;BR /&gt;Total Spare PVs in use      0                     &lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vgapp06/lvol1&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            57024           &lt;BR /&gt;   Current LE                  1782      &lt;BR /&gt;   Allocated PE                1782        &lt;BR /&gt;   Used PV                     3       &lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vgapp06/lvol3| more&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vgapp06/lvol3&lt;BR /&gt;VG Name                     /dev/vgapp06&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            2016            &lt;BR /&gt;Current LE                  63        &lt;BR /&gt;Allocated PE                63          &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   NONE         &lt;BR /&gt;Allocation                  PVG-strict/distributed&lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV  &lt;BR /&gt;   /dev/dsk/c105t3d5  32        32        &lt;BR /&gt;   /dev/dsk/c105t3d6  31        31        &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Today:&lt;BR /&gt;# bdf /apps/pedi&lt;BR /&gt;bdf: /apps/pedi: No such file or directory&lt;BR /&gt;&lt;BR /&gt;#  lvdisplay /dev/vgapps06/lvol3&lt;BR /&gt;lvdisplay: "/dev/vgapps06/lvol3": No such file or directory&lt;BR /&gt;Please find attached more vg , lv and disks info</description>
      <pubDate>Thu, 05 Mar 2009 14:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161481#M560469</guid>
      <dc:creator>Nancy Calderon</dc:creator>
      <dc:date>2009-03-05T14:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161482#M560470</link>
      <description>Hi Nancy,&lt;BR /&gt;&lt;BR /&gt;the allocation policy was distributed, so you need space on all 3 physical volumes in order to extend it.&lt;BR /&gt;&lt;BR /&gt;Some of your PVs have no free extends.&lt;BR /&gt;&lt;BR /&gt;vgapp06 is not listed in /etc/lvmtab.&lt;BR /&gt;&lt;BR /&gt;Do you still see the disk device files?&lt;BR /&gt;Any result if you run "vgscan -v -p"?</description>
      <pubDate>Thu, 05 Mar 2009 14:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161482#M560470</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-03-05T14:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161483#M560471</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Do you have a volume group named 'vgapps06'?  Is it activated?&lt;BR /&gt;&lt;BR /&gt;Does:&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/vgapps06&lt;BR /&gt;&lt;BR /&gt;...show device files?&lt;BR /&gt;&lt;BR /&gt;Did someone 'vgexport' the volume group?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 14:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161483#M560471</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-03-05T14:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161484#M560472</link>
      <description>Search the syslog file or (if rebooted last night) the OLDsyslog for related messages.&lt;BR /&gt;&lt;BR /&gt;LVM related messages are stored there.</description>
      <pubDate>Thu, 05 Mar 2009 14:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161484#M560472</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-03-05T14:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161485#M560473</link>
      <description>Bonjour Nancy,&lt;BR /&gt;&lt;BR /&gt;The LV you try to extend is PVG-strict/distributed. It means that extends are distributed over 2 or more disks (sometimes done for better performances). So you must have enough free space on all disks that compose the LV.&lt;BR /&gt;&lt;BR /&gt;Some solutions :&lt;BR /&gt;&lt;BR /&gt;- change pvg strict distributed allocation to non distributed with lvchange&lt;BR /&gt;- you have 5 disks in your VG. For exemple, maybe you have 3 disks with enough space to extend the LV and the two other ones are almost full. In this case modify (with vi) /etc/lvmpvg to restrict the PVG to the 3 disks.&lt;BR /&gt;- take a look at how the PVGs are constructed (/etc/lvmpvg), take a look at free space on the disks that compose the PVGs then restrict size of extension to the lowest free capacity x number of disk in PVG&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 05 Mar 2009 14:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161485#M560473</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-03-05T14:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161486#M560474</link>
      <description>Tks for your quick response:&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vgapp06&lt;BR /&gt;vgchange: Volume group "/dev/vgapp06" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;# ioscan -fnCdisk | grep /dev/dsk/c105t3d5&lt;BR /&gt;# ioscan -fnCdisk | grep /dev/dsk/c105t3d6&lt;BR /&gt;# ioscan -fnCdisk | grep /dev/dsk/c105t7d3&lt;BR /&gt;&lt;BR /&gt;No track of the disks&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 14:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161486#M560474</guid>
      <dc:creator>Nancy Calderon</dc:creator>
      <dc:date>2009-03-05T14:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161487#M560475</link>
      <description># vgscan -v -p&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c0t6d0" is already recorded in the "/etc/l&lt;BR /&gt;vmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c2t6d0" is already recorded in the "/etc/l&lt;BR /&gt;vmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t0d4" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t0d5" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t0d6" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t0d7" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t1d0" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t1d1" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t1d2" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t1d3" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t1d4" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t1d5" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t1d6" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t1d7" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t2d0" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t2d1" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t2d2" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t2d3" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t2d4" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t2d5" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t2d6" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t2d7" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t3d0" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t3d1" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t3d2" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t3d3" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c32t3d4" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t0d4" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t0d5" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t0d6" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t0d7" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t1d0" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t1d1" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t1d2" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t1d3" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t1d4" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t1d5" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t1d6" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t1d7" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t2d0" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t2d1" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t2d2" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t2d3" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t2d4" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t2d5" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t2d6" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t2d7" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t3d0" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t3d1" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t3d2" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t3d3" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;vgscan: The physical volume "/dev/dsk/c35t3d4" is already recorded in the "/etc/&lt;BR /&gt;lvmtab" file.&lt;BR /&gt;Current path "/dev/dsk/c35t0d4" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t0d5" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t0d6" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t0d7" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t1d0" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t1d1" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t1d2" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t1d3" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t1d4" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t1d5" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t1d6" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t1d7" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t2d0" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t2d1" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t2d2" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t2d3" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t2d4" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t2d5" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t2d6" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t2d7" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t3d0" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t3d1" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t3d2" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t3d3" is an alternate link, skip.&lt;BR /&gt;Current path "/dev/dsk/c35t3d4" is an alternate link, skip.&lt;BR /&gt;Couldn't stat physical volume "/dev/dsk/c1t2d0":&lt;BR /&gt;Invalid argument&lt;BR /&gt;Physical Volume "/dev/dsk/c32t0d1" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c32t0d2" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c32t0d3" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c35t0d1" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c35t0d2" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c35t0d3" contains no LVM information&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t6d0&lt;BR /&gt;/dev/dsk/c2t6d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/vgappsedi01&lt;BR /&gt;/dev/dsk/c32t0d4&lt;BR /&gt;/dev/dsk/c35t0d4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c32t0d5&lt;BR /&gt;/dev/dsk/c32t0d6&lt;BR /&gt;/dev/dsk/c32t0d7&lt;BR /&gt;/dev/dsk/c32t1d0&lt;BR /&gt;/dev/dsk/c32t1d1&lt;BR /&gt;/dev/dsk/c32t3d3&lt;BR /&gt;/dev/dsk/c32t3d4&lt;BR /&gt;/dev/dsk/c35t0d5&lt;BR /&gt;/dev/dsk/c35t0d6&lt;BR /&gt;/dev/dsk/c35t0d7&lt;BR /&gt;/dev/dsk/c35t1d0&lt;BR /&gt;/dev/dsk/c35t1d1&lt;BR /&gt;/dev/dsk/c35t3d3&lt;BR /&gt;/dev/dsk/c35t3d4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/vg02&lt;BR /&gt;/dev/dsk/c32t1d2&lt;BR /&gt;/dev/dsk/c32t1d3&lt;BR /&gt;/dev/dsk/c32t1d4&lt;BR /&gt;/dev/dsk/c32t1d5&lt;BR /&gt;/dev/dsk/c32t1d6&lt;BR /&gt;/dev/dsk/c32t1d7&lt;BR /&gt;/dev/dsk/c32t2d0&lt;BR /&gt;/dev/dsk/c32t2d1&lt;BR /&gt;/dev/dsk/c32t2d2&lt;BR /&gt;/dev/dsk/c32t2d3&lt;BR /&gt;/dev/dsk/c35t1d2&lt;BR /&gt;/dev/dsk/c35t1d3&lt;BR /&gt;/dev/dsk/c35t1d4&lt;BR /&gt;/dev/dsk/c35t1d5&lt;BR /&gt;/dev/dsk/c35t1d6&lt;BR /&gt;/dev/dsk/c35t1d7&lt;BR /&gt;/dev/dsk/c35t2d0&lt;BR /&gt;/dev/dsk/c35t2d1&lt;BR /&gt;/dev/dsk/c35t2d2&lt;BR /&gt;/dev/dsk/c35t2d3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/vg03&lt;BR /&gt;/dev/dsk/c32t2d4&lt;BR /&gt;/dev/dsk/c32t2d5&lt;BR /&gt;/dev/dsk/c32t2d6&lt;BR /&gt;/dev/dsk/c32t2d7&lt;BR /&gt;/dev/dsk/c32t3d0&lt;BR /&gt;/dev/dsk/c32t3d1&lt;BR /&gt;/dev/dsk/c32t3d2&lt;BR /&gt;/dev/dsk/c35t2d4&lt;BR /&gt;/dev/dsk/c35t2d5&lt;BR /&gt;/dev/dsk/c35t2d6&lt;BR /&gt;/dev/dsk/c35t2d7&lt;BR /&gt;/dev/dsk/c35t3d0&lt;BR /&gt;/dev/dsk/c35t3d1&lt;BR /&gt;/dev/dsk/c35t3d2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# &lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 14:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161487#M560475</guid>
      <dc:creator>Nancy Calderon</dc:creator>
      <dc:date>2009-03-05T14:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161488#M560476</link>
      <description>But you are on the right server?&lt;BR /&gt;&lt;BR /&gt;;-))&lt;BR /&gt;&lt;BR /&gt;Even the mount point is away.&lt;BR /&gt;&lt;BR /&gt;Someone was probably very accurate while removing it.&lt;BR /&gt;&lt;BR /&gt;Even yesterday it was not in lvmtab!</description>
      <pubDate>Thu, 05 Mar 2009 14:57:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161488#M560476</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-03-05T14:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161489#M560477</link>
      <description>I also thought if it was the right server and yes it is :(</description>
      <pubDate>Thu, 05 Mar 2009 14:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161489#M560477</guid>
      <dc:creator>Nancy Calderon</dc:creator>
      <dc:date>2009-03-05T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161490#M560478</link>
      <description>Hi Nancy,&lt;BR /&gt;&lt;BR /&gt;Please check your typo,&lt;BR /&gt;# lvdisplay /dev/vgapps06/lvol3&lt;BR /&gt;&lt;BR /&gt;Your LVM resides on vgapp06, not vgapps06.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 15:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161490#M560478</guid>
      <dc:creator>SivaOX</dc:creator>
      <dc:date>2009-03-05T15:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161491#M560479</link>
      <description>It cannot be vanished without a trace.&lt;BR /&gt;&lt;BR /&gt;Yesterday it was not in lvmtab - this cannot be. What are the timestamps of fstab and lvmtab files? Are the disk device files still there? There must be something in the syslog file.</description>
      <pubDate>Thu, 05 Mar 2009 15:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161491#M560479</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-03-05T15:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161492#M560480</link>
      <description>Hi all,&lt;BR /&gt;# vgdisplay vgapp06&lt;BR /&gt;vgdisplay: Volume group "/dev/vgapp06" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Cannot display volume group "vgapp06".&lt;BR /&gt;# vgdisplay /dev/vgapp06&lt;BR /&gt;vgdisplay: Volume group "/dev/vgapp06" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vgapp06".</description>
      <pubDate>Thu, 05 Mar 2009 15:05:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161492#M560480</guid>
      <dc:creator>Nancy Calderon</dc:creator>
      <dc:date>2009-03-05T15:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161493#M560481</link>
      <description>Oups ... my previous answer was based only on the first part of your attached document. Did not understood that this VG no more exists :-(&lt;BR /&gt;&lt;BR /&gt;By chance, does /.sh_history exists ? If yes keep it in a corner, and analyze it.</description>
      <pubDate>Thu, 05 Mar 2009 15:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161493#M560481</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-03-05T15:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161494#M560482</link>
      <description>&amp;gt; How many System admin do u have who know the root password&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Also check in syslog/ (if rebooted OLDsyslog)&lt;BR /&gt;Path: /var/adm/syslog/syslog.log&lt;BR /&gt;/var/adm/syslog/OLDsyslog.log&lt;BR /&gt;&lt;BR /&gt;for LVM&lt;BR /&gt;&lt;BR /&gt;# cat /var/adm/syslog/syslog.log | grep LVM&lt;BR /&gt;# cat /var/adm/syslog/syslog.log | grep vgexport</description>
      <pubDate>Thu, 05 Mar 2009 15:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161494#M560482</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-03-05T15:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161495#M560483</link>
      <description>Hi,&lt;BR /&gt;If the vg disapear that means somebody do an umount of you /apps/pedi, deactivate the vg and vgexport it. lots of command.&lt;BR /&gt;So you could have some log on syslog.log &lt;BR /&gt;Check the time of the vgexport [ if it occur by night it could be a script or batch, strange behaviour but in your case, all could be possible]. If you don't see the vgexport command, look at the .sh_history.&lt;BR /&gt;&lt;BR /&gt;For recovering it, look at the /etc/lvmconf.&lt;BR /&gt;check for you vgapps06.conf and mapfile and try to vgimport it.</description>
      <pubDate>Thu, 05 Mar 2009 15:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161495#M560483</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-05T15:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161496#M560484</link>
      <description>Hi guys,&lt;BR /&gt;There are some vgexports but not from vgapp06&lt;BR /&gt;&lt;BR /&gt; /dev/vg01  &lt;BR /&gt;Mar  3 17:30:01 pan LVM[25719]: vgexport -p -m /sys_tools/DRVGMAPS.d/vg02.pan -s&lt;BR /&gt; /dev/vg02  &lt;BR /&gt;Mar  3 17:30:02 pan LVM[25720]: vgexport -p -m /sys_tools/DRVGMAPS.d/vg03.pan -s&lt;BR /&gt; /dev/vg03  &lt;BR /&gt;Mar  3 17:30:02 pan LVM[25736]: vgexport -p -m /sys_tools/DRVGMAPS.d/vgappsedi01&lt;BR /&gt;.pan -s /dev/vgappsedi01  &lt;BR /&gt;Mar  4 05:32:52 pan LVM[17178]: vgexport -p -s -m vg00.maps.temp vg00  &lt;BR /&gt;Mar  4 05:32:56 pan LVM[17247]: vgexport -p -s -m vg01.maps.temp vg01  &lt;BR /&gt;Mar  4 05:33:00 pan LVM[17322]: vgexport -p -s -m vg02.maps.temp vg02  &lt;BR /&gt;Mar  4 05:33:03 pan LVM[17394]: vgexport -p -s -m vg03.maps.temp vg03  &lt;BR /&gt;Mar  4 05:33:05 pan LVM[17463]: vgexport -p -s -m vgappsedi01.maps.temp vgappsed&lt;BR /&gt;i01  &lt;BR /&gt;Mar  4 06:30:01 pan LVM[6546]: vgexport -p -m /sys_tools/DRVGMAPS.d/vg01.pan -s &lt;BR /&gt;/dev/vg01  &lt;BR /&gt;Mar  4 06:30:01 pan LVM[6559]: vgexport -p -m /sys_tools/DRVGMAPS.d/vg02.pan -s &lt;BR /&gt;/dev/vg02  &lt;BR /&gt;Mar  4 06:30:01 pan LVM[6563]: vgexport -p -m /sys_tools/DRVGMAPS.d/vg03.pan -s &lt;BR /&gt;/dev/vg03  &lt;BR /&gt;Mar  4 06:30:01 pan LVM[6565]: vgexport -p -m /sys_tools/DRVGMAPS.d/vgappsedi01.&lt;BR /&gt;pan -s /dev/vgappsedi01  &lt;BR /&gt;Mar  4 17:30:03 pan LVM[26564]: vgexport -p -m /sys_tools/DRVGMAPS.d/vg01.pan -s&lt;BR /&gt; /dev/vg01  &lt;BR /&gt;Mar  4 17:30:03 pan LVM[26638]: vgexport -p -m /sys_tools/DRVGMAPS.d/vg02.pan -s&lt;BR /&gt; /dev/vg02  &lt;BR /&gt;Mar  4 17:30:03 pan LVM[26642]: vgexport -p -m /sys_tools/DRVGMAPS.d/vg03.pan -s&lt;BR /&gt; /dev/vg03  &lt;BR /&gt;Mar  4 17:30:03 pan LVM[26662]: vgexport -p -m /sys_tools/DRVGMAPS.d/vgappsedi01&lt;BR /&gt;.pan -s /dev/vgappsedi01  &lt;BR /&gt;Mar  5 05:32:37 pan LVM[13427]: vgexport -p -s -m vg00.maps.temp vg00  &lt;BR /&gt;Mar  5 05:32:42 pan LVM[13499]: vgexport -p -s -m vg01.maps.temp vg01  &lt;BR /&gt;Mar  5 05:32:46 pan LVM[13581]: vgexport -p -s -m vg02.maps.temp vg02  &lt;BR /&gt;Mar  5 05:32:49 pan LVM[13651]: vgexport -p -s -m vg03.maps.temp vg03  &lt;BR /&gt;Mar  5 05:32:51 pan LVM[13723]: vgexport -p -s -m vgappsedi01.maps.temp vgappsed&lt;BR /&gt;i01  &lt;BR /&gt;Mar  5 06:30:00 pan LVM[2735]: vgexport -p -m /sys_tools/DRVGMAPS.d/vg01.pan -s &lt;BR /&gt;/dev/vg01  &lt;BR /&gt;Mar  5 06:30:01 pan LVM[2738]: vgexport -p -m /sys_tools/DRVGMAPS.d/vg02.pan -s &lt;BR /&gt;/dev/vg02  &lt;BR /&gt;Mar  5 06:30:01 pan LVM[2741]: vgexport -p -m /sys_tools/DRVGMAPS.d/vg03.pan -s &lt;BR /&gt;/dev/vg03  &lt;BR /&gt;Mar  5 06:30:01 pan LVM[2742]: vgexport -p -m /sys_tools/DRVGMAPS.d/vgappsedi01.&lt;BR /&gt;pan -s /dev/vgappsedi01</description>
      <pubDate>Thu, 05 Mar 2009 15:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161496#M560484</guid>
      <dc:creator>Nancy Calderon</dc:creator>
      <dc:date>2009-03-05T15:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161497#M560485</link>
      <description>Hi,&lt;BR /&gt;For all Gurus, Nancy vgscan -pv does not see the pv of the "vgapps06" normally &lt;BR /&gt;vgscan -pv examine the VGID of every disk on the system. I'm wrong ?&lt;BR /&gt;But the output does not see the pv of vgapps06. That means some pvcreate could be also do on this 3 pv? &lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 15:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161497#M560485</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-05T15:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161498#M560486</link>
      <description>Hi,&lt;BR /&gt;Just to be sure, could you do a pvdisplay of each pv of the disapear vgapps06?&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 15:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161498#M560486</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-05T15:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161499#M560487</link>
      <description>Hello guys,&lt;BR /&gt;I know now what happened,  some other sysadmin just told me he removed the vg.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your responses.</description>
      <pubDate>Thu, 05 Mar 2009 15:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161499#M560487</guid>
      <dc:creator>Nancy Calderon</dc:creator>
      <dc:date>2009-03-05T15:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to track a missing vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161500#M560488</link>
      <description>...</description>
      <pubDate>Thu, 05 Mar 2009 16:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-track-a-missing-vg/m-p/5161500#M560488</guid>
      <dc:creator>Nancy Calderon</dc:creator>
      <dc:date>2009-03-05T16:00:20Z</dc:date>
    </item>
  </channel>
</rss>

