<?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: Ghost LVM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825805#M637951</link>
    <description>Hi, Tim.&lt;BR /&gt;&lt;BR /&gt;Try the following steps:&lt;BR /&gt;&lt;BR /&gt;1.- mv /etc/lvmtab /etc/lvmtab.orig&lt;BR /&gt;&lt;BR /&gt;2.- vgscan -a -v&lt;BR /&gt;&lt;BR /&gt;Best regards.</description>
    <pubDate>Tue, 15 Oct 2002 07:49:23 GMT</pubDate>
    <dc:creator>Xavier Gutierrez_1</dc:creator>
    <dc:date>2002-10-15T07:49:23Z</dc:date>
    <item>
      <title>Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825802#M637948</link>
      <description>I have two mount points with phantom VG. Vgdisplay shows no entry in the /etc/lvmtab.&lt;BR /&gt;However, there are two VG existing in the /etc/lvmtab with no LV. &lt;BR /&gt;&lt;BR /&gt;Any ideas how I realign the LV mount points to the VG in the /etc/lvmtab?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Oct 2002 07:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825802#M637948</guid>
      <dc:creator>Ade Odimayo_1</dc:creator>
      <dc:date>2002-10-15T07:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825803#M637949</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Do you mean that some lvols are currently mounted while they don't exist in the lvmtab ? If yes, you could try to recreate the lvmtab using vgscan. Are the special files still presents ?&lt;BR /&gt;If you can umount them, you could also try to export and reimport the VGs.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jean-Louis.</description>
      <pubDate>Tue, 15 Oct 2002 07:24:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825803#M637949</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-10-15T07:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825804#M637950</link>
      <description>Hi&lt;BR /&gt; lvmtab doesnot contains any lv naes. It got only VG and PV informations.&lt;BR /&gt; If you feel that lvmtab is corrupted you can move the existing lvmtab and do a vgscan whcih will recreate lvmtab.&lt;BR /&gt; lv mount point are in /etc/fstab, not in /etc/lvmtab.&lt;BR /&gt; you can edit /etc/fstab file and add the entry for the new file systems.&lt;BR /&gt;&lt;BR /&gt;-Rajesh&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Oct 2002 07:44:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825804#M637950</guid>
      <dc:creator>RAJESH GANGADHARAN</dc:creator>
      <dc:date>2002-10-15T07:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825805#M637951</link>
      <description>Hi, Tim.&lt;BR /&gt;&lt;BR /&gt;Try the following steps:&lt;BR /&gt;&lt;BR /&gt;1.- mv /etc/lvmtab /etc/lvmtab.orig&lt;BR /&gt;&lt;BR /&gt;2.- vgscan -a -v&lt;BR /&gt;&lt;BR /&gt;Best regards.</description>
      <pubDate>Tue, 15 Oct 2002 07:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825805#M637951</guid>
      <dc:creator>Xavier Gutierrez_1</dc:creator>
      <dc:date>2002-10-15T07:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825806#M637952</link>
      <description>&lt;BR /&gt;If they are not part of a group you can try running 'vgscan'&lt;BR /&gt;&lt;BR /&gt;Save your existing /etc/lvmtab file first&lt;BR /&gt;&lt;BR /&gt;# vgscan -a</description>
      <pubDate>Tue, 15 Oct 2002 07:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825806#M637952</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-10-15T07:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825807#M637953</link>
      <description>I have run the vgscan several times, amended the /etc/fstab with the new LV with no luck.&lt;BR /&gt;&lt;BR /&gt;Jean could you explain how the export and imports works?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Oct 2002 08:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825807#M637953</guid>
      <dc:creator>Ade Odimayo_1</dc:creator>
      <dc:date>2002-10-15T08:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825808#M637954</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;When you export the vg, you delete lvmtab contents concerning this vg, but nothing is written to disks. When you reimport the vg specifyings disks, it reads the VGRA on the disks and finds out whichs lvols have to be created.&lt;BR /&gt;&lt;BR /&gt;BUT ...&lt;BR /&gt;- if the vgscan has already been done it has already read the VGRA&lt;BR /&gt;- Rajesh was right, there is no lvol information in the lvmtab. The available lvols are defined in the vgra and by the existence of the special files (/dev/vgxx/[r]lvolyy)&lt;BR /&gt;&lt;BR /&gt;Are these lvols really currently mounted ? Could you give us the output of bdf, ll /dev/vg* and strings /etc/lvmtab ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jean-Louis.</description>
      <pubDate>Tue, 15 Oct 2002 08:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825808#M637954</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-10-15T08:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825809#M637955</link>
      <description>Make sure that when using vgexport/vgimport that you *must* have the volume group off-line.&lt;BR /&gt;To do so you need to run 'vgchange -a n /dev/myvolgrp'</description>
      <pubDate>Tue, 15 Oct 2002 08:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825809#M637955</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-10-15T08:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825810#M637956</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is the /etc/lvmtab, /etc/fstab and bdf output requested for the problem LVs.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Oct 2002 08:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825810#M637956</guid>
      <dc:creator>Ade Odimayo_1</dc:creator>
      <dc:date>2002-10-15T08:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825811#M637957</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;What about a 'll /dev/vg70 /dev/vg32' ? In fact /etc/lvmtab is only used when activating, deactivating the vg or modifying the structures. After activation, LVM keeps a table in kernel. So you could have gone in this situation by using for example a vgscan while some disks where not present, or by restoring an old lvmtab. SO exporting these vg will fail and you will not be able to reactivate the vg after next reboot for example.&lt;BR /&gt;&lt;BR /&gt;Did you see that current mount points are not those specified in the fstab ?&lt;BR /&gt;&lt;BR /&gt;Please give us also a vgdisplay -v on both vgs.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jean-Louis</description>
      <pubDate>Tue, 15 Oct 2002 09:16:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825811#M637957</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-10-15T09:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825812#M637958</link>
      <description>Jean,&lt;BR /&gt;&lt;BR /&gt;I noticed the VG is not the same with the /etc/fstab. This is one of bizarreness.&lt;BR /&gt;&lt;BR /&gt;Here is the ll /dev/vg** output for the VGs.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Oct 2002 09:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825812#M637958</guid>
      <dc:creator>Ade Odimayo_1</dc:creator>
      <dc:date>2002-10-15T09:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ghost LVM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825813#M637959</link>
      <description>Hello tim,&lt;BR /&gt;&lt;BR /&gt;I think that the problem is here ... Your lvmtab has really been recreated with vgscan.&lt;BR /&gt;&lt;BR /&gt;When you run vgscan AND a vg is activated it takes the first 'group' file with the corresponding minor number. This is a known problem when using vgscan on a system running MCSG (if /dev/slvmvg exists, it create a '/dev/' entry in lvmtab instead of '/dev/vg00').&lt;BR /&gt;&lt;BR /&gt;In your case, vgscan found minor 0x030000 for /dev/vg05/group before /dev/vg070/group. Same for vg32 and vg21. So I think that you just have to DELETE (DON'T rename) directories /dev/vg05 and /dev/vg21 (I suppose that they are not used), then use vgscan again.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jean-Louis.</description>
      <pubDate>Tue, 15 Oct 2002 09:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-lvm/m-p/2825813#M637959</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-10-15T09:54:52Z</dc:date>
    </item>
  </channel>
</rss>

