<?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: strange vgimport error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429555#M205504</link>
    <description>Hi,&lt;BR /&gt;Try to recreate lvmtab.&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;vgscan -v&lt;BR /&gt;or maybe try to recreate the device drivers with&lt;BR /&gt;insf -e&lt;BR /&gt;Then proceed with installation.&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
    <pubDate>Wed, 24 Nov 2004 07:35:29 GMT</pubDate>
    <dc:creator>Borislav Perkov</dc:creator>
    <dc:date>2004-11-24T07:35:29Z</dc:date>
    <item>
      <title>strange vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429552#M205501</link>
      <description>Hi everybody!&lt;BR /&gt;&lt;BR /&gt;I'm experiencing a strange errore while vgimporting a bcv disk&lt;BR /&gt;----------&lt;BR /&gt;The error is:&lt;BR /&gt;Couldn't attach to the volum group /dev/....&lt;BR /&gt;file exists&lt;BR /&gt;&lt;BR /&gt;vgchange: File exists&lt;BR /&gt;------------&lt;BR /&gt;The error is the File exist line...&lt;BR /&gt;&lt;BR /&gt;At the end of the vgchange command I still haven't imported the single physical disk indicated in the error below.&lt;BR /&gt;&lt;BR /&gt;Does anybody have any suggestion?&lt;BR /&gt;&lt;BR /&gt;Emanuele</description>
      <pubDate>Wed, 24 Nov 2004 06:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429552#M205501</guid>
      <dc:creator>Emanuele_4</dc:creator>
      <dc:date>2004-11-24T06:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: strange vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429553#M205502</link>
      <description>Emanuele,&lt;BR /&gt;&lt;BR /&gt;The normal sequence of events is:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgNN&lt;BR /&gt;mknod /dev/vgNN/group c 64 0xNN0000&lt;BR /&gt;vgimport . . . .&lt;BR /&gt;&lt;BR /&gt;Assuming you've followed those steps then we need to look at the possibility of duplicates - either a duplicate vgNN or a duplicate minor number 0xNN0000.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 24 Nov 2004 06:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429553#M205502</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-11-24T06:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: strange vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429554#M205503</link>
      <description>Yes...I did mkdir, mknod, etc etc...all as usual...&lt;BR /&gt;&lt;BR /&gt;I verified vg name and minor number...and they are univocal...&lt;BR /&gt;&lt;BR /&gt;;-(&lt;BR /&gt;&lt;BR /&gt;Thanks anyway&lt;BR /&gt;&lt;BR /&gt;Emanuele</description>
      <pubDate>Wed, 24 Nov 2004 06:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429554#M205503</guid>
      <dc:creator>Emanuele_4</dc:creator>
      <dc:date>2004-11-24T06:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: strange vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429555#M205504</link>
      <description>Hi,&lt;BR /&gt;Try to recreate lvmtab.&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;vgscan -v&lt;BR /&gt;or maybe try to recreate the device drivers with&lt;BR /&gt;insf -e&lt;BR /&gt;Then proceed with installation.&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
      <pubDate>Wed, 24 Nov 2004 07:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429555#M205504</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2004-11-24T07:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: strange vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429556#M205505</link>
      <description>Hi Emanuele,&lt;BR /&gt;Try doing this on the node where you r importing:&lt;BR /&gt;&lt;BR /&gt;1. vgexport vgNN (remove if it has done it half way)&lt;BR /&gt;2. mkdir /dev/vgnn&lt;BR /&gt;3. mknod /dev/vgnn/group c 64 &lt;MINOR no.=""&gt;&lt;BR /&gt;4. vgimport -s -v -m &lt;MAPFILE&gt; vgnn &lt;PV1&gt; &lt;PV2&gt; &amp;lt;..&amp;gt; &amp;lt;..&amp;gt;&lt;BR /&gt;&lt;BR /&gt;5. vgchange -a y vgnn&lt;BR /&gt;&lt;BR /&gt;I hope this should work.&lt;BR /&gt;&lt;BR /&gt;If not check whether you are able to see PV's properly and you r referring to the ones which u r suppose to. Use diskinfo command to see status of the PV's.&lt;BR /&gt;# diskinfo &lt;PVPATH&gt;&lt;BR /&gt;&lt;BR /&gt;See if you are able to get the info of all PV's related to VGnn&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;/PVPATH&gt;&lt;/PV2&gt;&lt;/PV1&gt;&lt;/MAPFILE&gt;&lt;/MINOR&gt;</description>
      <pubDate>Wed, 24 Nov 2004 07:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429556#M205505</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-11-24T07:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: strange vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429557#M205506</link>
      <description>Emanuele,&lt;BR /&gt;&lt;BR /&gt;the error you are seeing happens if a physical volume with a different VGID is still attached (kernel-wise) to the volume group. This is a somewhat weird situation, since the the VG is supposed to be deactivated... a deactivated VG with a PV attached? Not ok, indeed.&lt;BR /&gt;You can provoke this symptom by fiddling around with vgchgid. :) I don't go into details here.&lt;BR /&gt; &lt;BR /&gt;Unfortunately there no easy way to get this situation cleared without rebooting.&lt;BR /&gt;&lt;BR /&gt;But only the single VG slot in the kernel's structures should be affected. So you could workaround this problem by importing the VG to another free VG minor number. Activation should work fine then.&lt;BR /&gt;&lt;BR /&gt;After reboot all should be fine again. LVM is supposed be enhanced in this area.&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Wed, 24 Nov 2004 08:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429557#M205506</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-11-24T08:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: strange vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429558#M205507</link>
      <description>I resolvede the problem!&lt;BR /&gt;&lt;BR /&gt;The error was very atipical!&lt;BR /&gt;&lt;BR /&gt;There was 2 different disks with the same physical volume group number!&lt;BR /&gt;&lt;BR /&gt;I'm pvmoving data on another disk....restoring situation and I hope everything will go fine!&lt;BR /&gt;&lt;BR /&gt;thanks to everything&lt;BR /&gt;&lt;BR /&gt;Emanuele</description>
      <pubDate>Wed, 24 Nov 2004 09:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-vgimport-error/m-p/3429558#M205507</guid>
      <dc:creator>Emanuele_4</dc:creator>
      <dc:date>2004-11-24T09:23:19Z</dc:date>
    </item>
  </channel>
</rss>

