<?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 Cannot export /import Logical volumes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845889#M711501</link>
    <description>Hi, &lt;BR /&gt;Cluster. MS-SG. &lt;BR /&gt;I try to export the volume group from NodeA and then import it in NodeB. But, it is not able to import the logical volumes for somereason.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Karthik&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Nov 2002 15:37:31 GMT</pubDate>
    <dc:creator>Karthik Narayanan_4</dc:creator>
    <dc:date>2002-11-15T15:37:31Z</dc:date>
    <item>
      <title>Cannot export /import Logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845889#M711501</link>
      <description>Hi, &lt;BR /&gt;Cluster. MS-SG. &lt;BR /&gt;I try to export the volume group from NodeA and then import it in NodeB. But, it is not able to import the logical volumes for somereason.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Karthik&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Nov 2002 15:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845889#M711501</guid>
      <dc:creator>Karthik Narayanan_4</dc:creator>
      <dc:date>2002-11-15T15:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export /import Logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845890#M711502</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;What are the errors ?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 15 Nov 2002 15:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845890#M711502</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2002-11-15T15:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export /import Logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845891#M711503</link>
      <description>What exact steps are you taking and what kind of errors are you getting?</description>
      <pubDate>Fri, 15 Nov 2002 15:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845891#M711503</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-11-15T15:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export /import Logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845892#M711504</link>
      <description>It gives me error:&lt;BR /&gt;On vgchange on the node where i try to export, couldnt resynchronise stale partitions of the logical volume.&lt;BR /&gt;&lt;BR /&gt;On vgimport , it gives  me erros, &lt;BR /&gt;Logical Vol is not defines on any physical volume.&lt;BR /&gt;"/dev/svg/slv1" is missing physical volume&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;karthik&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Nov 2002 15:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845892#M711504</guid>
      <dc:creator>Karthik Narayanan_4</dc:creator>
      <dc:date>2002-11-15T15:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export /import Logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845893#M711505</link>
      <description>What are you  trying to accomplish?&lt;BR /&gt;&lt;BR /&gt;What EXACT steps are you taking?</description>
      <pubDate>Fri, 15 Nov 2002 15:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845893#M711505</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-11-15T15:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export /import Logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845894#M711506</link>
      <description>1. Make sure you vg is configured in cluster mode, i.e. do:&lt;BR /&gt;vgchange -a n vgXX&lt;BR /&gt;vgchange -c y vgXX&lt;BR /&gt;vgchange -a e vgXX&lt;BR /&gt;&lt;BR /&gt;2 Review steps for HA like options you use in vgexport, i.e :&lt;BR /&gt;vgexport -v -p -s -m vgXX.map /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;3. rcp vgXX.map to nodeB&lt;BR /&gt;&lt;BR /&gt;on node B:&lt;BR /&gt;4 .re-create vgXX, i.e:&lt;BR /&gt;vgexport vgXX&lt;BR /&gt;mkdir /dev/vgXX&lt;BR /&gt;mknod /dev/vgXX/group c 64 0xXX0000&lt;BR /&gt;&lt;BR /&gt;5. import your volumes:&lt;BR /&gt;vgimport -v -s -m vgXX.map /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;If all of above is not working, you might not have visibility from the host to the drives used in vgXX. (if you have EMC or XP).&lt;BR /&gt;to check this in case of EMC run:&lt;BR /&gt;on node A:&lt;BR /&gt;sympd -sid AAAA list &amp;gt; /tmp/sympd.log&lt;BR /&gt;(AAAA - last 4 digits of SN for frame).&lt;BR /&gt;grep cXtXdX /tmp/sympd.log&lt;BR /&gt;check for 2nd column to identify HVE id.&lt;BR /&gt;(for example 1A0)&lt;BR /&gt;do above sympd command on nodeB for the same sid.&lt;BR /&gt;grep 1A0 /tmp/sympd.log&lt;BR /&gt;You should see corresponding disk. If not - you wont be able to import vg.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Nov 2002 18:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845894#M711506</guid>
      <dc:creator>Oleg Zieaev_1</dc:creator>
      <dc:date>2002-11-15T18:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export /import Logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845895#M711507</link>
      <description>Hello Karthik,&lt;BR /&gt;&lt;BR /&gt;Before considering importing the VG, first correct the reason for the error message you reported:&lt;BR /&gt;&lt;BR /&gt;Couldn't re-synchronize stale partitions of the logical volume: [error type]&lt;BR /&gt;&lt;BR /&gt;Do a vgdisplay on the VG to see if 'Cur PV' = 'Act PV'.  If not, the system may be missing a disk, or a disk was removed from the VG improperly.  &lt;BR /&gt;Also do an 'lvdisplay on the logical volume and see what errors come back.&lt;BR /&gt;&lt;BR /&gt;Correct the LVM problem, -then- the vgexport should work.&lt;BR /&gt;&lt;BR /&gt;By the way, could this have something to do with the message you posted on Nov 14?&lt;BR /&gt; &lt;BR /&gt;-s.</description>
      <pubDate>Wed, 20 Nov 2002 13:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845895#M711507</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2002-11-20T13:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export /import Logical volumes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845896#M711508</link>
      <description>YOu have got stale partitions on your original node . First try to fix that problem . Then your vgexport and import should work .</description>
      <pubDate>Wed, 20 Nov 2002 14:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-export-import-logical-volumes/m-p/2845896#M711508</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2002-11-20T14:33:57Z</dc:date>
    </item>
  </channel>
</rss>

