<?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: Cannot open the control file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-cannot-open-the-control-file/m-p/4439126#M561402</link>
    <description>Dear Friend&lt;BR /&gt;&lt;BR /&gt;Make VG directories and group control files for all VGs on second node and then import the the map filles. &lt;BR /&gt;mkdir /dev/vggtdwase2&lt;BR /&gt;ls -l /dev/*/group&lt;BR /&gt;mknod /dev/vggtdwase2/group c 64 0x##0000&lt;BR /&gt;(minor number should be unique in system)&lt;BR /&gt;&lt;BR /&gt;vgimport -v -s -m /tmp/gca/gtdwase2 /dev/vggtdwase2&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir&lt;BR /&gt;</description>
    <pubDate>Sun, 14 Jun 2009 07:36:48 GMT</pubDate>
    <dc:creator>Sajjad Sahir</dc:creator>
    <dc:date>2009-06-14T07:36:48Z</dc:date>
    <item>
      <title>vgimport: Cannot open the control file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-cannot-open-the-control-file/m-p/4439122#M561398</link>
      <description>Why am I getting this kind of error?&lt;BR /&gt;&lt;BR /&gt;root:/dev/vggtdwase2&amp;gt; vgimport -v -s -m /tmp/gca/gtdwase2 /dev/vggtdwase2&lt;BR /&gt;Beginning the import process on Volume Group "/dev/vggtdwase2".&lt;BR /&gt;vgimport: Cannot open the control file "/dev/vggtdwase2/group":&lt;BR /&gt;No such device&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I try to activate this volume group: /dev/vggtdwase2 it says:&lt;BR /&gt;&lt;BR /&gt;vgchange: Volume group "/dev/vggtdwase2" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;&lt;BR /&gt;I need help badly on this one.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Jun 2009 05:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-cannot-open-the-control-file/m-p/4439122#M561398</guid>
      <dc:creator>sysad_boy</dc:creator>
      <dc:date>2009-06-14T05:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport: Cannot open the control file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-cannot-open-the-control-file/m-p/4439123#M561399</link>
      <description>Hi  ,&lt;BR /&gt;&lt;BR /&gt;You need to create vg group file before proceeding with vgimport&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/vggtdwase2&lt;BR /&gt;#mknod /dev/vggtdwase2/group c 64 0xYY0000&lt;BR /&gt;replace YY with uniq minor number &lt;BR /&gt;&lt;BR /&gt;Then do vgimport &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Johnson</description>
      <pubDate>Sun, 14 Jun 2009 05:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-cannot-open-the-control-file/m-p/4439123#M561399</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2009-06-14T05:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport: Cannot open the control file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-cannot-open-the-control-file/m-p/4439124#M561400</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; vgimport: Cannot open the control file "/dev/vggtdwase2/group":&lt;BR /&gt;No such device&lt;BR /&gt;This warning is self explainatory, vgimport expects group device file :/dev/vggtdwase2/group&lt;BR /&gt;&lt;BR /&gt;In addition:&lt;BR /&gt;Your command would have been running successfully if you would have LVM2.0 which don't need other steps provided above.&lt;BR /&gt;&lt;BR /&gt;Check this URL:&lt;BR /&gt;&lt;A href="http://parwatraj-naidu.blogspot.com/2009/06/whats-happening-part-i-hpux-lvm-2x.html" target="_blank"&gt;http://parwatraj-naidu.blogspot.com/2009/06/whats-happening-part-i-hpux-lvm-2x.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck!!</description>
      <pubDate>Sun, 14 Jun 2009 06:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-cannot-open-the-control-file/m-p/4439124#M561400</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-06-14T06:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport: Cannot open the control file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-cannot-open-the-control-file/m-p/4439125#M561401</link>
      <description>Either your map file is missing or not spelled right&lt;BR /&gt;&lt;BR /&gt;/tmp/gca/gtdwase2 &lt;BR /&gt;&lt;BR /&gt;or this vg doesn't exist.&lt;BR /&gt;/dev/vggtdwase2&lt;BR /&gt;&lt;BR /&gt;check with strings /etc/lvmtab | grep vggtdwase2&lt;BR /&gt;&lt;BR /&gt;if the above 2 are correct, then do&lt;BR /&gt;kctune |grep maxvgs&lt;BR /&gt;&lt;BR /&gt;if it reports 10,  then you increase this by&lt;BR /&gt;kctune maxvgs=256 and then reboot&lt;BR /&gt;&lt;BR /&gt;if maxvgs is &amp;gt; 10, then&lt;BR /&gt;did you do&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vggtdwase2&lt;BR /&gt;mknod /dev/vggtdwase2/group c 64 0x##0000&lt;BR /&gt;(make sure ## is same as the one from where you exported)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Jun 2009 07:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-cannot-open-the-control-file/m-p/4439125#M561401</guid>
      <dc:creator>Basheer_2</dc:creator>
      <dc:date>2009-06-14T07:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport: Cannot open the control file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-cannot-open-the-control-file/m-p/4439126#M561402</link>
      <description>Dear Friend&lt;BR /&gt;&lt;BR /&gt;Make VG directories and group control files for all VGs on second node and then import the the map filles. &lt;BR /&gt;mkdir /dev/vggtdwase2&lt;BR /&gt;ls -l /dev/*/group&lt;BR /&gt;mknod /dev/vggtdwase2/group c 64 0x##0000&lt;BR /&gt;(minor number should be unique in system)&lt;BR /&gt;&lt;BR /&gt;vgimport -v -s -m /tmp/gca/gtdwase2 /dev/vggtdwase2&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir&lt;BR /&gt;</description>
      <pubDate>Sun, 14 Jun 2009 07:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-cannot-open-the-control-file/m-p/4439126#M561402</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-06-14T07:36:48Z</dc:date>
    </item>
  </channel>
</rss>

