<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319433#M628206</link>
    <description>ioscan -fnC disk to make sure that the target host can see the disks and that your device files have been created.  If they are new LUNs on an array then insf -H [hardware path] will create the raw and block devices for you.&lt;BR /&gt;&lt;BR /&gt;dbimporting in shared mode may require the device files to be the same on both machines.  If they aren't, then try the suggestion above about specifying a disk device filename.&lt;BR /&gt;&lt;BR /&gt;If that fails, then deactivate the volume group on the current node and dbimport without the shared option (remove the VGID).  You can always activate it in shared mode later.&lt;BR /&gt;&lt;BR /&gt;You also have non-standard LV names, so it helps to tar up /dev/vg01 on the current server and un-tar it on the target before you vgimport, otherwise myswap1 will become lv01, lv01 will become lv02 and so on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Jun 2004 11:12:25 GMT</pubDate>
    <dc:creator>Steve Lewis</dc:creator>
    <dc:date>2004-06-30T11:12:25Z</dc:date>
    <item>
      <title>vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319429#M628202</link>
      <description>in the source server&lt;BR /&gt;&lt;BR /&gt;#vgexport -s -p -m /tmp/vg01.map /dev/vg01&lt;BR /&gt;and then cp the map file to the target server&lt;BR /&gt;&lt;BR /&gt;in target server&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg01&lt;BR /&gt;# mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;# vgimport -s -m /tmp/vg01.map /dev/vg01&lt;BR /&gt;&lt;BR /&gt;and then I got the following error.&lt;BR /&gt;&lt;BR /&gt;Beginning the import process on Volume Group "/dev/vg01".&lt;BR /&gt;Couldn't access the list of physical volumes for volume group "/dev/vg01".&lt;BR /&gt;&lt;BR /&gt;The content of vg01.map file &lt;BR /&gt;&lt;BR /&gt;VGID e3e3398a3fd8f0af&lt;BR /&gt;1 myswap1&lt;BR /&gt;2 lvol2&lt;BR /&gt;3 lvol3&lt;BR /&gt;4 lvol4&lt;BR /&gt;5 lvol5&lt;BR /&gt;6 lvol6&lt;BR /&gt;7 lvol7&lt;BR /&gt;8 lvol8&lt;BR /&gt;9 lvol9&lt;BR /&gt;10 lvol10&lt;BR /&gt;11 lvol11&lt;BR /&gt;12 lvol12&lt;BR /&gt;13 lvol13&lt;BR /&gt;14 lvol14&lt;BR /&gt;15 lvol15&lt;BR /&gt;16 lvol16&lt;BR /&gt;17 lvol17&lt;BR /&gt;18 lvol18&lt;BR /&gt;19 lvol19&lt;BR /&gt;20 lvol20&lt;BR /&gt;21 myswap2&lt;BR /&gt;22 lvol22&lt;BR /&gt;&lt;BR /&gt;Please help me out.</description>
      <pubDate>Wed, 30 Jun 2004 10:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319429#M628202</guid>
      <dc:creator>Brian Lee_4</dc:creator>
      <dc:date>2004-06-30T10:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319430#M628203</link>
      <description>Hi,&lt;BR /&gt;Check whether the shared storage is accessible from the server. Also check whether all the LUN's on shared storage are visible from both the server. Looks like the server is not able to see the desired PV's.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 30 Jun 2004 11:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319430#M628203</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-06-30T11:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319431#M628204</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like the target server is not able to see all the disks required to import this VG. If this is a new configuration, then do,&lt;BR /&gt;&lt;BR /&gt;ioscan -f&lt;BR /&gt;insf&lt;BR /&gt;&lt;BR /&gt;and see if you get any new disks. If not,&lt;BR /&gt;&lt;BR /&gt;compare the outputs of 'ioscan -fnC disk' on both the systems and see if the disks are missing.&lt;BR /&gt;&lt;BR /&gt;Also try&lt;BR /&gt;&lt;BR /&gt;#vgexport -p -v -m /tmp/vgxx.map -f /tmp/vgxx.disks vgxx&lt;BR /&gt;&lt;BR /&gt;on the first node. Above command will produce a file /tmp/vgxx.disks with them list of all disks belonging to this VG. See if they are there in the 'ioscan -fnC disk' output on the target server. You may see a difference in only the controller numbers - txdy should remain the same.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 30 Jun 2004 11:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319431#M628204</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-06-30T11:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319432#M628205</link>
      <description>Both the above posts were right on. the system is having difficulties accessing the shared storage.&lt;BR /&gt;&lt;BR /&gt;which is the storage box you use ?&lt;BR /&gt;&lt;BR /&gt;If EMC, you can use the inq command to list the EMC volumes visible to the host and compare the output from both the hosts.&lt;BR /&gt;&lt;BR /&gt;could be some problem with Lun masking/Zoning.</description>
      <pubDate>Wed, 30 Jun 2004 11:11:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319432#M628205</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-06-30T11:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319433#M628206</link>
      <description>ioscan -fnC disk to make sure that the target host can see the disks and that your device files have been created.  If they are new LUNs on an array then insf -H [hardware path] will create the raw and block devices for you.&lt;BR /&gt;&lt;BR /&gt;dbimporting in shared mode may require the device files to be the same on both machines.  If they aren't, then try the suggestion above about specifying a disk device filename.&lt;BR /&gt;&lt;BR /&gt;If that fails, then deactivate the volume group on the current node and dbimport without the shared option (remove the VGID).  You can always activate it in shared mode later.&lt;BR /&gt;&lt;BR /&gt;You also have non-standard LV names, so it helps to tar up /dev/vg01 on the current server and un-tar it on the target before you vgimport, otherwise myswap1 will become lv01, lv01 will become lv02 and so on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2004 11:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319433#M628206</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2004-06-30T11:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319434#M628207</link>
      <description>I meant vgimport wherever I said dbimport above (got informix on the brain).&lt;BR /&gt;&lt;BR /&gt;Another option is to specify the disk devices on the end of the vgimport command.&lt;BR /&gt;&lt;BR /&gt;- by removing the VGID I meant to try taking it out of the map file.</description>
      <pubDate>Wed, 30 Jun 2004 11:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/3319434#M628207</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2004-06-30T11:18:00Z</dc:date>
    </item>
  </channel>
</rss>

