<?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 to import VG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649398#M620392</link>
    <description>Well this looks as though the system has not created any special files, or more likely you have not created a group file for the VG.&lt;BR /&gt;Did you do a mknod /dev/vgBINPP/group on the system?&lt;BR /&gt;</description>
    <pubDate>Fri, 14 Oct 2005 02:47:39 GMT</pubDate>
    <dc:creator>melvyn burnard</dc:creator>
    <dc:date>2005-10-14T02:47:39Z</dc:date>
    <item>
      <title>Problem to import VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649395#M620389</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have some problem to vgexport/vgimport some VGs.&lt;BR /&gt;Source server is rp8400 HPUX11i&lt;BR /&gt;Destination server is rp5400 HPUX11i&lt;BR /&gt;HP VA7400 LUNs&lt;BR /&gt;&lt;BR /&gt;I tried with : vgexport â  m vgBINPP.map /dev/vgBINPP&lt;BR /&gt;with : vgexport â  v â  s â  m vgBINPP.map /dev/vgBINPP&lt;BR /&gt;and with SAM.&lt;BR /&gt;&lt;BR /&gt;Export seams OK.&lt;BR /&gt;&lt;BR /&gt;Then I change my LUN presentation rules on the array to show LUNs to destination server.&lt;BR /&gt;&lt;BR /&gt;After an ioscan â  fnC disk, I first tried to import with SAM.&lt;BR /&gt;It sees the LUNs but does not see them to import.&lt;BR /&gt;&lt;BR /&gt;I succeed to do it with 2 VGs, but for 2 other VGs it does not work.&lt;BR /&gt;&lt;BR /&gt;There are 2 VGs. The first one was imported correctly (vgDOLLARUPP), but it did not work for the second one (vgBINPP).&lt;BR /&gt;See attachment for vgdisplay.&lt;BR /&gt;&lt;BR /&gt;Then I tried to import manually on destination server, ioscan, vgscan then :&lt;BR /&gt;&lt;BR /&gt;smcit11:/&amp;gt;vgimport -v -s -m vgBINPP.map -p /dev/vgBINPP     &lt;BR /&gt;Beginning the import process on Volume Group "/dev/vgBINPP".&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c5t13d7" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c5t14d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c5t14d1" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c5t14d2" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c5t14d3" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c5t14d4" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c6t0d6" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c8t13d7" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c8t14d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c8t14d1" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c8t14d2" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c8t14d3" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c8t14d4" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c9t0d6" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c15t13d7" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c15t14d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c15t14d1" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c15t14d2" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c15t14d3" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c15t14d4" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c16t0d6" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c18t13d7" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c18t14d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c18t14d1" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c18t14d2" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c18t14d3" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c18t14d4" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c19t0d6" is not a block special file.&lt;BR /&gt;Couldn't access the list of physical volumes for volume group "/dev/vgBINPP".&lt;BR /&gt;&lt;BR /&gt;If I put back my LUN presentation, I can do the same command on the original server, and it works.&lt;BR /&gt;&lt;BR /&gt;Any ideas guys ?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Ben.</description>
      <pubDate>Fri, 14 Oct 2005 02:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649395#M620389</guid>
      <dc:creator>Benoît</dc:creator>
      <dc:date>2005-10-14T02:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to import VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649396#M620390</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It looks that the device files for the disk aren't in place on the second server.&lt;BR /&gt;did you do insf -e if not please do to be sure run this command twice.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Fri, 14 Oct 2005 02:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649396#M620390</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-10-14T02:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to import VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649397#M620391</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=95939" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=95939&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=57376" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=57376&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Similar threads, may be useful &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Fri, 14 Oct 2005 02:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649397#M620391</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-14T02:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to import VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649398#M620392</link>
      <description>Well this looks as though the system has not created any special files, or more likely you have not created a group file for the VG.&lt;BR /&gt;Did you do a mknod /dev/vgBINPP/group on the system?&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Oct 2005 02:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649398#M620392</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-10-14T02:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to import VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649399#M620393</link>
      <description>hello&lt;BR /&gt;have u done ll /dev/vg*/group ?&lt;BR /&gt;write down the hexdezimal &lt;BR /&gt;mkdir /dev/vg?&lt;BR /&gt;mknod /dev/vg?/group c64 (the hexcode)&lt;BR /&gt;vgimport -s -m /ur vg.mapfile vg?&lt;BR /&gt;regards gga</description>
      <pubDate>Fri, 14 Oct 2005 02:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649399#M620393</guid>
      <dc:creator>GGA</dc:creator>
      <dc:date>2005-10-14T02:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to import VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649400#M620394</link>
      <description>Solution : insf -e&lt;BR /&gt;Thanks Mark !&lt;BR /&gt;&lt;BR /&gt;Melvyn, GGA, I've done those mkdir, mknod etc ...&lt;BR /&gt;&lt;BR /&gt;Arunvijai, I'll check those links anyway.&lt;BR /&gt;&lt;BR /&gt;Thanks guys, it was very quick !</description>
      <pubDate>Fri, 14 Oct 2005 03:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649400#M620394</guid>
      <dc:creator>Benoît</dc:creator>
      <dc:date>2005-10-14T03:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to import VG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649401#M620395</link>
      <description>Conversely, you could do an insf -C disk if you don't want to wait for the whole check. insf -e can sometimes take extra time while creating all those ptys and ttys.</description>
      <pubDate>Fri, 14 Oct 2005 14:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-to-import-vg/m-p/3649401#M620395</guid>
      <dc:creator>Andy Torres</dc:creator>
      <dc:date>2005-10-14T14:30:33Z</dc:date>
    </item>
  </channel>
</rss>

