<?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: getting error in vgimport in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380601#M348562</link>
    <description>ok ,&lt;BR /&gt;&lt;BR /&gt;can please post the setps you are trying to vgimport&lt;BR /&gt;&lt;BR /&gt;can "hints" from Syslog&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
    <pubDate>Tue, 17 Mar 2009 05:02:16 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2009-03-17T05:02:16Z</dc:date>
    <item>
      <title>getting error in vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380595#M348556</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I had added disks in VG in a cluster environment, it was added successfully. But now when I try to import the vg information to adoptive node I am getting these error "# vgimport -p -v -s -m /tmp/vgxp_d01_ODSPD.map vgxp_d01_ODSPD&lt;BR /&gt;&lt;BR /&gt;"Beginning the import process on Volume Group "vgxp_d01_ODSPD".&lt;BR /&gt;Verification of unique LVM disk id on each disk in the volume group&lt;BR /&gt;/dev/vgxp_d01_ODSPD failed.". Please help&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;madan&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Mar 2009 03:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380595#M348556</guid>
      <dc:creator>Madan Kumar</dc:creator>
      <dc:date>2009-03-17T03:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380596#M348557</link>
      <description>Hi Madan,&lt;BR /&gt;&lt;BR /&gt;Example:-&lt;BR /&gt;&lt;BR /&gt;On the other node:&lt;BR /&gt;1. Export the VG&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;vgexport /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;2. Recreate the directory&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;mkdir -p /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;3. Recreate the VG group file&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;mknod /dev/vgxx/group c 64 0xMM0000&lt;BR /&gt;where MM is a unique identifier (ex 01 for vg01)&lt;BR /&gt;&lt;BR /&gt;4. Preview the vgimport to check for any possible error&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;vgimport -pvs -m &lt;MAPFILE&gt; /dev/vgxx&lt;BR /&gt;where mapfile is the one copied from the first node&lt;BR /&gt;&lt;BR /&gt;5. If no error, remove the preview mode&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;vgimport -vs -m &lt;MAPFILE&gt; /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;6. Activate in share mode&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;vgchange -a s /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;&lt;/MAPFILE&gt;&lt;/MAPFILE&gt;</description>
      <pubDate>Tue, 17 Mar 2009 03:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380596#M348557</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-17T03:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380597#M348558</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;The minor number of the volume group "vgxp_d01_ODSPD" should be same on both the nodes .&lt;BR /&gt;&lt;BR /&gt;Example :-&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/vg01/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x010000 Nov 15 09:41 /dev/vg01/group&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;In the above volume group vg01 the minor is "0x010000" , .For proper sharing with the second node I should create a group file using "0x010000".&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aneesh</description>
      <pubDate>Tue, 17 Mar 2009 04:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380597#M348558</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2009-03-17T04:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380598#M348559</link>
      <description>Anish/Johnson, thanks for your help but I have tried all given steps still I am getting same error.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;madan</description>
      <pubDate>Tue, 17 Mar 2009 04:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380598#M348559</guid>
      <dc:creator>Madan Kumar</dc:creator>
      <dc:date>2009-03-17T04:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380599#M348560</link>
      <description>can please check the "syslog.log" file for some tips,&lt;BR /&gt;&lt;BR /&gt;can you see those newly add disk in you adoptive node&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk &lt;SECONDARY_NODE&gt;&lt;BR /&gt;&lt;BR /&gt;Tks,&lt;BR /&gt;Johnson&lt;/SECONDARY_NODE&gt;</description>
      <pubDate>Tue, 17 Mar 2009 04:46:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380599#M348560</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-17T04:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380600#M348561</link>
      <description>yes those disks are in adoptive node.</description>
      <pubDate>Tue, 17 Mar 2009 04:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380600#M348561</guid>
      <dc:creator>Madan Kumar</dc:creator>
      <dc:date>2009-03-17T04:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380601#M348562</link>
      <description>ok ,&lt;BR /&gt;&lt;BR /&gt;can please post the setps you are trying to vgimport&lt;BR /&gt;&lt;BR /&gt;can "hints" from Syslog&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Tue, 17 Mar 2009 05:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380601#M348562</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-17T05:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380602#M348563</link>
      <description>&amp;gt;&amp;gt;adoptive node &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;can you compare the "lvmtab" on both primary node and adoptive Node&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;looks like your lvmtab , give problem,&lt;BR /&gt;&lt;BR /&gt;# cp -p /etc/lvmtab /etc/lvmtab.org &lt;BACKUP the="" current="" lvmtab="" file=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;run vgscan -pva first, then if required run vgscan -a. Also backup old file first.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson&lt;/BACKUP&gt;</description>
      <pubDate>Tue, 17 Mar 2009 05:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380602#M348563</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-03-17T05:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380603#M348564</link>
      <description>As suggested by Johnson , first check the /etc/lvmtab consistency using  vgscan â  pva and resolve the issues before proceeding to the vgimport steps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sample steps:-&lt;BR /&gt; &lt;BR /&gt;Node 1:-&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/vg02/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x020000 Nov 29 05:30 /dev/vg02/group&lt;BR /&gt;# vgexport -v -s -p -f /tmp/vg02.out -m /tmp/vg02.map vg02&lt;BR /&gt;Beginning the export process on Volume Group "vg02".&lt;BR /&gt;/dev/dsk/c4t0d2&lt;BR /&gt;# cat /tmp/vg02.out&lt;BR /&gt;/dev/dsk/c4t0d2&lt;BR /&gt;# cat /tmp/vg02.map&lt;BR /&gt;VGID 30a2e08949995b37&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Copy the files /tmp/vg02.out and /tmp/vg02.map to the node 2 using ftp or scp .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Node 2:-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;oprtest2:root:/ =&amp;gt;mkdir /dev/vg02&lt;BR /&gt;oprtest2:root:/ =&amp;gt;mknod /dev/vg02/group c 64 0x020000&lt;BR /&gt;oprtest2:root:/ =&amp;gt;vgimport -v -f /tmp/vg02.out -m /tmp/vg02.map vg02&lt;BR /&gt;Beginning the import process on Volume Group "vg02".&lt;BR /&gt;Volume group "/dev/vg02" has been successfully created.&lt;BR /&gt;Warning: A backup of this volume group may not exist on this machine.&lt;BR /&gt;Please remember to take a backup using the vgcfgbackup command after activating the volume group.&lt;BR /&gt;oprtest2:root:/ =&amp;gt;vgchange -a r vg02&lt;BR /&gt;Activated volume group&lt;BR /&gt;Volume group "vg02" has been successfully changed.&lt;BR /&gt;oprtest2:root:/ =&amp;gt;vgcfgbackup vg02&lt;BR /&gt;Volume Group configuration for /dev/vg02 has been saved in /etc/lvmconf/vg02.conf&lt;BR /&gt;oprtest2:root:/ =&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aneesh&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Mar 2009 05:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380603#M348564</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2009-03-17T05:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380604#M348565</link>
      <description>Hi Madan&lt;BR /&gt;&lt;BR /&gt;You can try this also&lt;BR /&gt;&lt;BR /&gt;#xd -j 8200 -N16 -tu (/dev/rdsk/c?t?d? ) do this for all disks in VG &amp;amp; Check if VGID is same in all disks.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sanjeev</description>
      <pubDate>Tue, 17 Mar 2009 07:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-error-in-vgimport/m-p/4380604#M348565</guid>
      <dc:creator>Sharma Sanjeev</dc:creator>
      <dc:date>2009-03-17T07:41:59Z</dc:date>
    </item>
  </channel>
</rss>

