<?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: vgimport with a different minor number in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-a-different-minor-number/m-p/4304713#M338474</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can. Just export the VG on primary node with map file. Create new minor file and import it.&lt;BR /&gt;&lt;BR /&gt;#vgexport -v -s -m /tmp/vg.map /dev/vgname&lt;BR /&gt;#mkdir /dev/vgname&lt;BR /&gt;#mknode /dev/vgname/group c 64 0x__0000&lt;BR /&gt;#vgimport -v -m /tmp/vg.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 12 Nov 2008 08:42:26 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2008-11-12T08:42:26Z</dc:date>
    <item>
      <title>vgimport with a different minor number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-a-different-minor-number/m-p/4304712#M338473</link>
      <description>guys,&lt;BR /&gt;&lt;BR /&gt;I have recently created a cluster aware VG in a hurry. But later I realised that the minor number which I have used on the primary node is already in use on the secondary node..&lt;BR /&gt;&lt;BR /&gt;Now I want to know than can i vgexport the current vg configuration on a map file,  and then vgimport it using a different minor number..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2008 08:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-a-different-minor-number/m-p/4304712#M338473</guid>
      <dc:creator>raiden</dc:creator>
      <dc:date>2008-11-12T08:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport with a different minor number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-a-different-minor-number/m-p/4304713#M338474</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can. Just export the VG on primary node with map file. Create new minor file and import it.&lt;BR /&gt;&lt;BR /&gt;#vgexport -v -s -m /tmp/vg.map /dev/vgname&lt;BR /&gt;#mkdir /dev/vgname&lt;BR /&gt;#mknode /dev/vgname/group c 64 0x__0000&lt;BR /&gt;#vgimport -v -m /tmp/vg.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2008 08:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-a-different-minor-number/m-p/4304713#M338474</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-11-12T08:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport with a different minor number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-a-different-minor-number/m-p/4304714#M338475</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Minor number does not effect the ability to do a vgimport.&lt;BR /&gt;&lt;BR /&gt;You have to use mknod to establish this so that you can do the import.&lt;BR /&gt;&lt;BR /&gt;export/import is commonly used to correct errors made in volume group setup, including minor number issues.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://unix.derkeiler.com/Newsgroups/comp.sys.hp.hpux/2003-10/0365.html" target="_blank"&gt;http://unix.derkeiler.com/Newsgroups/comp.sys.hp.hpux/2003-10/0365.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 12 Nov 2008 08:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-a-different-minor-number/m-p/4304714#M338475</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-11-12T08:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport with a different minor number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-a-different-minor-number/m-p/4304715#M338476</link>
      <description>Hi Raiden,&lt;BR /&gt;&lt;BR /&gt;Typo error in my previous post.&lt;BR /&gt;&lt;BR /&gt;#mknode /dev/vgname/group c 64 0x__0000&lt;BR /&gt;&lt;BR /&gt;should be&lt;BR /&gt;&lt;BR /&gt;#mknod /dev/vgname/group c 64 0x__0000&lt;BR /&gt;&lt;BR /&gt;My sincere apologize for the mistake...</description>
      <pubDate>Wed, 12 Nov 2008 09:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-a-different-minor-number/m-p/4304715#M338476</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2008-11-12T09:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport with a different minor number</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-a-different-minor-number/m-p/4304716#M338477</link>
      <description>thanks Ganesan and Steven...This clears my doubt</description>
      <pubDate>Wed, 12 Nov 2008 09:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-with-a-different-minor-number/m-p/4304716#M338477</guid>
      <dc:creator>raiden</dc:creator>
      <dc:date>2008-11-12T09:08:54Z</dc:date>
    </item>
  </channel>
</rss>

