<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107168#M731063</link>
    <description>I think you set vgs (in kernel parameter) to 10  and then you create group file with minor number is 0x110000 so system does not recognize&lt;BR /&gt;Pls increate vgs to 15 or 20 or change minor number below 9&lt;BR /&gt;#mknod /dev/vg02/group c 64 0x080000&lt;BR /&gt;HTH&lt;BR /&gt;tienna</description>
    <pubDate>Mon, 26 Nov 2007 11:32:30 GMT</pubDate>
    <dc:creator>Nguyen Anh Tien</dc:creator>
    <dc:date>2007-11-26T11:32:30Z</dc:date>
    <item>
      <title>vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107158#M731053</link>
      <description>How can i fix this problem?&lt;BR /&gt;# Beginning the import process on Volume Group "/dev/vgu22".&lt;BR /&gt;vgimport: Cannot open the control file "/dev/vgu22/group":&lt;BR /&gt;No such device&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Nov 2007 22:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107158#M731053</guid>
      <dc:creator>Alexander Yereshenko</dc:creator>
      <dc:date>2007-11-24T22:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107159#M731054</link>
      <description>I guess you need to have device name into command not volume group name.&lt;BR /&gt;&lt;BR /&gt;you need to input the device name like this&lt;BR /&gt;&lt;BR /&gt;vgimport -v -m mapfile &lt;FILE&gt; /dev/dsk/cXtXdX&lt;/FILE&gt;</description>
      <pubDate>Sat, 24 Nov 2007 22:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107159#M731054</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2007-11-24T22:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107160#M731055</link>
      <description>Where map file consist of which Logical Volume&lt;BR /&gt;names and numbers are to be read. See manpage for details.</description>
      <pubDate>Sat, 24 Nov 2007 23:02:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107160#M731055</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2007-11-24T23:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107161#M731056</link>
      <description>i have not imported volume groups</description>
      <pubDate>Sat, 24 Nov 2007 23:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107161#M731056</guid>
      <dc:creator>Alexander Yereshenko</dc:creator>
      <dc:date>2007-11-24T23:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107162#M731057</link>
      <description>&amp;gt; i have not imported volume groups&lt;BR /&gt;&lt;BR /&gt;What you mean by this? You havnt runned any command? then from where you got above error.... From log files??</description>
      <pubDate>Sat, 24 Nov 2007 23:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107162#M731057</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2007-11-24T23:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107163#M731058</link>
      <description>Before executing vgimport, you must first create a directory (/dev/vgu22 in this case) and a device node, /dev/vgu22/group.&lt;BR /&gt;&lt;BR /&gt;First, do an "ls -l /dev/vg*/group" and note all the minor device numbers in use. Choose a unused one, e.g. 0x090000 and make the device node.&lt;BR /&gt;&lt;BR /&gt;mknod /dev/vgu22/group c 64 0x090000&lt;BR /&gt;&lt;BR /&gt;You can them execute vgimport. The map file is optional if the LVOL names are standard and you know the disk device nodes.</description>
      <pubDate>Sat, 24 Nov 2007 23:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107163#M731058</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-11-24T23:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107164#M731059</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Agree to what Clay has said, the man page of vgimport is clear about it .....&lt;BR /&gt;&lt;BR /&gt;From #man vgimport ---&amp;gt;&lt;BR /&gt;The command works much like vgcreate by requiring that the volume group device directory and the group special file be created before the command is executed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;RD</description>
      <pubDate>Sat, 24 Nov 2007 23:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107164#M731059</guid>
      <dc:creator>rajdev</dc:creator>
      <dc:date>2007-11-24T23:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107165#M731060</link>
      <description># mknod /dev/vgu12/group c 64 0x110000&lt;BR /&gt;# vgimport -v /dev/vgu12 /dev/dsk/c14t1d3&lt;BR /&gt;Beginning the import process on Volume Group "/dev/vgu12".&lt;BR /&gt;vgimport: Cannot open the control file "/dev/vgu12/group":&lt;BR /&gt;No such device&lt;BR /&gt;&lt;BR /&gt;--it still same situation</description>
      <pubDate>Sat, 24 Nov 2007 23:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107165#M731060</guid>
      <dc:creator>Alexander Yereshenko</dc:creator>
      <dc:date>2007-11-24T23:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107166#M731061</link>
      <description>hi alexander;&lt;BR /&gt;&lt;BR /&gt;hp-ux has a kenel parameter, maxvgs, you cannot  give group number greater than this value. look at maxvg parameter by "kctune maxvg" and give a value less than this value.&lt;BR /&gt;&lt;BR /&gt;Hasan.</description>
      <pubDate>Sun, 25 Nov 2007 02:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107166#M731061</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2007-11-25T02:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107167#M731062</link>
      <description>Hi Alexander,&lt;BR /&gt;&lt;BR /&gt;1. check maxvgs as told by hasan and increase it if its the default (10 ).&lt;BR /&gt;&lt;BR /&gt;2. how many Volume groups do you already have&lt;BR /&gt;&lt;BR /&gt;   cd /dev&lt;BR /&gt;   ls -lR|grep group|sort -n -k6&lt;BR /&gt;   &lt;BR /&gt;   then add 1 to the minor number of the last entry and create the group file with that number ..&lt;BR /&gt;&lt;BR /&gt;  a) see that you don't have a vgu22 volume group already existing ...!&lt;BR /&gt;  b) mkdir -p /dev/vgu22&lt;BR /&gt;  c) mknod /dev/vgu22/group c 64 0x??0000&lt;BR /&gt;&lt;BR /&gt;     replace ?? with the number you calculated in step 2 above&lt;BR /&gt;&lt;BR /&gt;  d) now try the import -- use the verbose option &lt;BR /&gt;  e) if you still have problem .. use tusc command when running vgimport &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;RD&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2007 11:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107167#M731062</guid>
      <dc:creator>rajdev</dc:creator>
      <dc:date>2007-11-26T11:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107168#M731063</link>
      <description>I think you set vgs (in kernel parameter) to 10  and then you create group file with minor number is 0x110000 so system does not recognize&lt;BR /&gt;Pls increate vgs to 15 or 20 or change minor number below 9&lt;BR /&gt;#mknod /dev/vg02/group c 64 0x080000&lt;BR /&gt;HTH&lt;BR /&gt;tienna</description>
      <pubDate>Mon, 26 Nov 2007 11:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107168#M731063</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2007-11-26T11:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107169#M731064</link>
      <description>... and note that rather than using 0x110000 you probably want to use 0x0b0000 but you need to choose an unused minor device number that is less than maxvgs (and note that maxvgs is usually specified as a decimal number).</description>
      <pubDate>Mon, 26 Nov 2007 11:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4107169#M731064</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-11-26T11:54:04Z</dc:date>
    </item>
  </channel>
</rss>

