<?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: Problem with vgimport in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105608#M444983</link>
    <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;1st/ search if you have a large file (&amp;gt;2Go) on /dev&lt;BR /&gt;&lt;BR /&gt;2nd/ what is your LVM patch level?&lt;BR /&gt;PHCO_33310 fix this defect for 11.11:&lt;BR /&gt;  ( SR:8606410321 CR:JAGaf70203 )&lt;BR /&gt;  On a system installed with PHCO_24809 or any of its&lt;BR /&gt;  superseding patches, and when files with sizes larger than&lt;BR /&gt;  MAX_SMALL_FILE (2147483647) exist under the /dev directory,&lt;BR /&gt;  vgcreate(1M), vgimport(1M) and vgscan(1M) might fail with&lt;BR /&gt;  error messages as shown below.&lt;BR /&gt;  vgcreate(1M) and vgimport(1M) logs message similar to:&lt;BR /&gt;  "Minor number of /dev/xxx/xxx is not unique. /dev/xxx/xxx&lt;BR /&gt;  has the same minor number".&lt;BR /&gt;  and vgscan(1M) logs messages similar to:&lt;BR /&gt;  "Error getting path name of volume group with group file&lt;BR /&gt;  minor number 0x0.&lt;BR /&gt;  Value too large to be stored in data type".&lt;BR /&gt;On 11.23 it's corrected by PHCO_34421.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Apr 2008 15:46:56 GMT</pubDate>
    <dc:creator>Mounaam</dc:creator>
    <dc:date>2008-04-25T15:46:56Z</dc:date>
    <item>
      <title>Problem with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105604#M444979</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I have a 2 node cluster, and I need a VG to be added.&lt;BR /&gt;&lt;BR /&gt;I created the VG in the first node without problem. Then:&lt;BR /&gt;&lt;BR /&gt;vgexport -p -m vgoraarch01.map vgoraarch01&lt;BR /&gt;&lt;BR /&gt;In the second node, when I tried  to impor, i have the annoying message:&lt;BR /&gt;&lt;BR /&gt;root@brcsfpbd01:/tmp &amp;gt;vgimport -v -m vgoraarch01.map -f disk.infile vgoraarch01&lt;BR /&gt;Beginning the import process on Volume Group "vgoraarch01".&lt;BR /&gt;vgimport: Minor number of /dev/vgoraarch01/group is not unique. /dev/vgoraarch01/group has the same minor number.&lt;BR /&gt;&lt;BR /&gt;Then Iroot@brcsfpbd01:/tmp &amp;gt;vgimport -v -m vgoraarch01.map -f disk.infile vgoraarch01&lt;BR /&gt;Beginning the import process on Volume Group "vgoraarch01".&lt;BR /&gt;vgimport: Minor number of /dev/vgoraarch01/group is not unique. /dev/vgoraarch01/group has the same minor number.&lt;BR /&gt;&lt;BR /&gt;With vgscan -p, please check the attached file. I can not create any other VG, with any other minor. I tested a lot of minor numer, from oe to 5e, but I cant make it.&lt;BR /&gt;&lt;BR /&gt;Please, help me.</description>
      <pubDate>Fri, 25 Apr 2008 15:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105604#M444979</guid>
      <dc:creator>Wilder Mellotto</dc:creator>
      <dc:date>2008-04-25T15:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105605#M444980</link>
      <description>Just a guess, but check the value of kernel parameter maxvgs.&lt;BR /&gt;&lt;BR /&gt;on 11.11:&lt;BR /&gt;&lt;BR /&gt;kmtune -q maxvgs&lt;BR /&gt;&lt;BR /&gt;on 11.23:&lt;BR /&gt;&lt;BR /&gt;kctune -q maxvgs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Obviously you need it to be higher than the number of VGs you have.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 25 Apr 2008 15:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105605#M444980</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-04-25T15:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105606#M444981</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Make sure that you have unique same minor numbers for all shared volume groups across the nodes in cluster.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;I would always create map file with "-s" option to get VGID on map file.&lt;BR /&gt;&lt;BR /&gt;#vgexport -p -v -s -m &lt;MAP file=""&gt; &lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Copy the map file to another node&lt;BR /&gt;&lt;BR /&gt;#mkdir /de/&lt;VGNAME&gt;&lt;BR /&gt;#mknod /dev/&lt;VGNAME&gt;/group c 64 0x0X0000 ( unique same minor number )&lt;BR /&gt;&lt;BR /&gt;#vgimport -v -s -m &lt;MAP file=""&gt; &lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ramesh&lt;/VGNAME&gt;&lt;/MAP&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/MAP&gt;</description>
      <pubDate>Fri, 25 Apr 2008 15:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105606#M444981</guid>
      <dc:creator>Ramesh S</dc:creator>
      <dc:date>2008-04-25T15:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105607#M444982</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;It sound like the minor number is incorrect.&lt;BR /&gt;&lt;BR /&gt;To change the minor numbers we did:&lt;BR /&gt;        unmount the filesystem&lt;BR /&gt;        vgchange -a n /dev/vgXX&lt;BR /&gt;        vgexport -v -s -m vgXX.map /dev/vgXX&lt;BR /&gt;        mkdir /dev/vgXX&lt;BR /&gt;        chmod as necessary for /dev/vgXX &lt;BR /&gt;        mknod /dev/vgXX/group c 64 0xwhatever-it-should-be&lt;BR /&gt;        vgimport&lt;BR /&gt;        vgchange -c y /dev/vgXX&lt;BR /&gt;        vgchange -a e /dev/vgXX&lt;BR /&gt;        mount the filesystem&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;sp,&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2008 15:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105607#M444982</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2008-04-25T15:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105608#M444983</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;1st/ search if you have a large file (&amp;gt;2Go) on /dev&lt;BR /&gt;&lt;BR /&gt;2nd/ what is your LVM patch level?&lt;BR /&gt;PHCO_33310 fix this defect for 11.11:&lt;BR /&gt;  ( SR:8606410321 CR:JAGaf70203 )&lt;BR /&gt;  On a system installed with PHCO_24809 or any of its&lt;BR /&gt;  superseding patches, and when files with sizes larger than&lt;BR /&gt;  MAX_SMALL_FILE (2147483647) exist under the /dev directory,&lt;BR /&gt;  vgcreate(1M), vgimport(1M) and vgscan(1M) might fail with&lt;BR /&gt;  error messages as shown below.&lt;BR /&gt;  vgcreate(1M) and vgimport(1M) logs message similar to:&lt;BR /&gt;  "Minor number of /dev/xxx/xxx is not unique. /dev/xxx/xxx&lt;BR /&gt;  has the same minor number".&lt;BR /&gt;  and vgscan(1M) logs messages similar to:&lt;BR /&gt;  "Error getting path name of volume group with group file&lt;BR /&gt;  minor number 0x0.&lt;BR /&gt;  Value too large to be stored in data type".&lt;BR /&gt;On 11.23 it's corrected by PHCO_34421.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Apr 2008 15:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105608#M444983</guid>
      <dc:creator>Mounaam</dc:creator>
      <dc:date>2008-04-25T15:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105609#M444984</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Yes, Duncan is correct. It could be a issue with maxvgs. Defaukt value is 10. Check that , if you have 10 vg's already, you may need to increase that value and reboot that node.&lt;BR /&gt;&lt;BR /&gt;Good things is .. In 11iv3, maxvgs kernel parameter is been removed. &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 25 Apr 2008 15:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105609#M444984</guid>
      <dc:creator>Ramesh S</dc:creator>
      <dc:date>2008-04-25T15:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105610#M444985</link>
      <description>Its not a problem with nimor number. ALL my minor number seems to be in use, please read my attached file in first post.&lt;BR /&gt;&lt;BR /&gt;kmtune -q maxvgs&lt;BR /&gt;Tunable  Value  Expression&lt;BR /&gt;maxvgs     100  100&lt;BR /&gt;&lt;BR /&gt;PHCO_35063            1.0            LVM commands patch</description>
      <pubDate>Fri, 25 Apr 2008 15:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105610#M444985</guid>
      <dc:creator>Wilder Mellotto</dc:creator>
      <dc:date>2008-04-25T15:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105611#M444986</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;For 11iv2, Latest LVM commad patch is PHCO_36744 and it fixes this issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;( SR:8606399189 CR:JAGaf59154 )&lt;BR /&gt; When files of size greater than MAX_SMALL_FILE (2147483647&lt;BR /&gt;  bytes) exist under the /dev directory,&lt;BR /&gt; vgcreate(1M) and vgimport(1M) throw error messages similar&lt;BR /&gt; to:&lt;BR /&gt; "Minor number of /dev/dsk/file1 is not unique.&lt;BR /&gt; /dev/dsk/file2 has the same minor number".&lt;BR /&gt;&lt;BR /&gt; vgscan(1M) throws messages similar to:&lt;BR /&gt; "Error getting path name of volume group with&lt;BR /&gt; group file minor number 0x0.Value too large to be stored&lt;BR /&gt; in data type".&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 25 Apr 2008 15:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105611#M444986</guid>
      <dc:creator>Ramesh S</dc:creator>
      <dc:date>2008-04-25T15:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105612#M444987</link>
      <description>Hi Wilder&lt;BR /&gt;&lt;BR /&gt;post your ll /dev/*/group output of every node.</description>
      <pubDate>Fri, 25 Apr 2008 16:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105612#M444987</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-25T16:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105613#M444988</link>
      <description>Thanks a lot Ramesh PHCO_36744 resolved my problem.&lt;BR /&gt;&lt;BR /&gt;After the reboot, I imported the VG using my minor number 0x0e without problem.&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Sat, 26 Apr 2008 17:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vgimport/m-p/5105613#M444988</guid>
      <dc:creator>Wilder Mellotto</dc:creator>
      <dc:date>2008-04-26T17:30:25Z</dc:date>
    </item>
  </channel>
</rss>

