<?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: /etc/lvmtab differences in a MC SG cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339389#M343293</link>
    <description># vgexport /dev/vgXX&lt;BR /&gt;# mkdir /dev/vgXX&lt;BR /&gt;# mknod /dev/vgXX/group c 64 0x0X0000&lt;BR /&gt;&amp;gt;&amp;gt; Same minor number (0x0X0000) as that on the other node&lt;BR /&gt;# vgimport -s -m /tmp/vgXX.map vgXX&lt;BR /&gt;# strings /etc/lvmtab</description>
    <pubDate>Fri, 16 Jan 2009 18:44:25 GMT</pubDate>
    <dc:creator>Avinash20</dc:creator>
    <dc:date>2009-01-16T18:44:25Z</dc:date>
    <item>
      <title>/etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339381#M343285</link>
      <description>I had done some work to increase the size of a LV.  That included adding another physical disk.  It appears I missed a step or 2.&lt;BR /&gt;&lt;BR /&gt;This is a 2-node MC SG cluster.&lt;BR /&gt;&lt;BR /&gt;I recently tried to failover to the passive node, but the failover fails.&lt;BR /&gt;&lt;BR /&gt;When I run this on both: strings /etc/lvmtab, I get 3 devices on the active, but only 2 on the passive.  The disk I added is not showing on the passive.&lt;BR /&gt;&lt;BR /&gt;What do I need to do to fix this?&lt;BR /&gt;&lt;BR /&gt;A vgexport -m from the active, and vgimport -m from the passive?  Can I do this somehow without having to umount the FS or some other service affecting set of commands?&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jan 2009 17:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339381#M343285</guid>
      <dc:creator>Marco Shaw_1</dc:creator>
      <dc:date>2009-01-16T17:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339382#M343286</link>
      <description>Yes, you could do a vgexport in preview mode in active mode and do a vgexport/mkdir/mknod/vgimport on the passive node where only two disk are visible in /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;This will not affect any services&lt;BR /&gt;&lt;BR /&gt;NOTE: The three disks you are taking about should be CLAIMED.</description>
      <pubDate>Fri, 16 Jan 2009 18:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339382#M343286</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-16T18:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339383#M343287</link>
      <description>#vgexport â  p â  s â  m /tmp/vgXX.map /dev/vgXX&lt;BR /&gt;Copy the file to passive server, and login into it&lt;BR /&gt;# vgexport /dev/vgXX&lt;BR /&gt;# mkdir /dev/vgXX&lt;BR /&gt;# mknod /dev/vgXX/group c 64 0x0X0000&lt;BR /&gt;&amp;gt;&amp;gt; Same minor number (0x0X0000)&lt;BR /&gt;# vgimport â  s â  m /tmp/vgXX.map vgXX&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;NOTE: Passive server is presently not having the package(belonging to the above VG) running&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jan 2009 18:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339383#M343287</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-16T18:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339384#M343288</link>
      <description>Dont know why its not viewable&lt;BR /&gt;Active node: &lt;BR /&gt;# vgexport -p -s -m /tmp/vgXX.map /dev/vgXX&lt;BR /&gt;Copy the file /tmp/vgXX.map to passive server, and login into it&lt;BR /&gt;# vgexport /dev/vgXX&lt;BR /&gt;# mkdir /dev/vgXX&lt;BR /&gt;# mknod /dev/vgXX/group c 64 0x0X0000&lt;BR /&gt;&amp;gt;&amp;gt; Same minor number (0x0X0000)&lt;BR /&gt;# vgimport -s -m /tmp/vgXX.map vgXX&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jan 2009 18:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339384#M343288</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-16T18:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339385#M343289</link>
      <description>This is what I'm returned with the flags "-p -s -m":&lt;BR /&gt;vgexport: Volume group "/dev/vg_foo" is still active.&lt;BR /&gt;&lt;BR /&gt;Is there a way to do this without taking the FS offline?&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jan 2009 18:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339385#M343289</guid>
      <dc:creator>Marco Shaw_1</dc:creator>
      <dc:date>2009-01-16T18:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339386#M343290</link>
      <description>Thats correct..&lt;BR /&gt;now the map file has been created&lt;BR /&gt;&lt;BR /&gt;You have to copy that to the other node</description>
      <pubDate>Fri, 16 Jan 2009 18:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339386#M343290</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-16T18:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339387#M343291</link>
      <description>Since the vg is active, we are running vgexport in preview mode, to get the list VGID and LVM information.&lt;BR /&gt;&lt;BR /&gt;For getting this information, we dont have to deactivate the VG.&lt;BR /&gt;&lt;BR /&gt;Now once the map file is created, just import it to the other node.&lt;BR /&gt;&lt;BR /&gt;No downtime is required</description>
      <pubDate>Fri, 16 Jan 2009 18:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339387#M343291</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-16T18:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339388#M343292</link>
      <description>Oh, OK, the message is just a warning.  The file is still created.&lt;BR /&gt;&lt;BR /&gt;I get this on the passive node:&lt;BR /&gt;vgimport: Volume group "/dev/vg_foo" already exists in the "/etc/lvmtab" file.&lt;BR /&gt;&lt;BR /&gt;Yes, the VG is already in lvmtab, but now, there's an extra device that needs to be added.&lt;BR /&gt;&lt;BR /&gt;Can vgimport be forced?  I don't see a flag for it.</description>
      <pubDate>Fri, 16 Jan 2009 18:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339388#M343292</guid>
      <dc:creator>Marco Shaw_1</dc:creator>
      <dc:date>2009-01-16T18:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339389#M343293</link>
      <description># vgexport /dev/vgXX&lt;BR /&gt;# mkdir /dev/vgXX&lt;BR /&gt;# mknod /dev/vgXX/group c 64 0x0X0000&lt;BR /&gt;&amp;gt;&amp;gt; Same minor number (0x0X0000) as that on the other node&lt;BR /&gt;# vgimport -s -m /tmp/vgXX.map vgXX&lt;BR /&gt;# strings /etc/lvmtab</description>
      <pubDate>Fri, 16 Jan 2009 18:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339389#M343293</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-16T18:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339390#M343294</link>
      <description>But I'm getting an error about a VG already existing...</description>
      <pubDate>Fri, 16 Jan 2009 19:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339390#M343294</guid>
      <dc:creator>Marco Shaw_1</dc:creator>
      <dc:date>2009-01-16T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339391#M343295</link>
      <description>Please execute vgexport first &lt;BR /&gt;&lt;BR /&gt;We need to remove the vg from lvmtab and again add it</description>
      <pubDate>Fri, 16 Jan 2009 19:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339391#M343295</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-16T19:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339392#M343296</link>
      <description>On Passive node&lt;BR /&gt;&lt;BR /&gt;# vgexport /dev/vg_foo&lt;BR /&gt;# mkdir /dev/vg_foo&lt;BR /&gt;# mknod /dev/vg_foo/group c 64 0x0X0000&lt;BR /&gt;&amp;gt;&amp;gt; "0x0X0000"  This is a minor number and should be same as that on the other node&lt;BR /&gt;You could find the minor on active node via&lt;BR /&gt;ll /dev/vg_foo/group&lt;BR /&gt;check for value 0x0X0000 &amp;lt;&amp;lt; Here X is a numeric value&lt;BR /&gt;# vgimport -s -m /tmp/vgXX.map vgXX&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jan 2009 19:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339392#M343296</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-16T19:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339393#M343297</link>
      <description>Hi Mate,&lt;BR /&gt;&lt;BR /&gt;Did you forget to assign points to this post :)</description>
      <pubDate>Sun, 18 Jan 2009 15:31:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339393#M343297</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-18T15:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339394#M343298</link>
      <description>Hi Marco,&lt;BR /&gt;&lt;BR /&gt;Are you still facing some other issue.&lt;BR /&gt;If not, please assign the point.</description>
      <pubDate>Tue, 20 Jan 2009 04:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339394#M343298</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-20T04:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339395#M343299</link>
      <description>Sorry, I was busy.  I need to research this:&lt;BR /&gt;&lt;BR /&gt;root@[foo]/etc&amp;gt; vgimport -s -m /tmp/vg_bar.map vg_bar&lt;BR /&gt;Warning: Logical Volume number "7" found on physical volume not found in "/tmp/vg_bar.map".&lt;BR /&gt;&lt;BR /&gt;LVOL7 exists on the active node currently and is valid.&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab is giving me one extra disk for vg_bar which I'll also need to research.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2009 13:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339395#M343299</guid>
      <dc:creator>Marco Shaw_1</dc:creator>
      <dc:date>2009-01-20T13:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab differences in a MC SG cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339396#M343300</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Check&lt;BR /&gt;# strings /tmp/vg_bar.map &lt;BR /&gt;&lt;BR /&gt;Check if this contains lvol7&lt;BR /&gt;Compare /tmp/vg_bar.map on both the nodes</description>
      <pubDate>Tue, 20 Jan 2009 15:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-differences-in-a-mc-sg-cluster/m-p/4339396#M343300</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-20T15:33:10Z</dc:date>
    </item>
  </channel>
</rss>

