<?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>Operating System - HP-UX의 주제 Re: vgimport error !</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689424#M55084</link>
    <description>Hi Shiju,&lt;BR /&gt;&lt;BR /&gt;I'm not familiar with the -s option but what I just read makes it sound as though the disk(s) found by using -s were not the one(s) you formerly used for your vg02.&lt;BR /&gt;&lt;BR /&gt;Is it possible for you to specify the disks you want instead of using -s?  Do you need the sharable option?&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
    <pubDate>Fri, 22 Mar 2002 19:28:08 GMT</pubDate>
    <dc:creator>Darrell Allen</dc:creator>
    <dc:date>2002-03-22T19:28:08Z</dc:date>
    <item>
      <title>vgimport error !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689420#M55080</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am trying to import a VG after a cold install (upgrade) HP-UX 11.0. The vgname is vg02, and has one lvol1 and is mirrored. Now when I am trying this command:&lt;BR /&gt;&lt;BR /&gt;#  vgimport -m /tmp/vg02.map -s -p -v /dev/vg02&lt;BR /&gt;&lt;BR /&gt;Beginning the import process on Volume Group "/dev/vg02".&lt;BR /&gt;Logical volume "/dev/vg02/lvol1" has been successfully created with lv number 3.&lt;BR /&gt;Warning: Logical Volume number "1" found on physical volume not found in "/tmp/vg02.map".&lt;BR /&gt;Logical volume "/dev/vg02/lvol1" has been successfully created with lv number 1.&lt;BR /&gt;Warning: Logical Volume number "2" found on physical volume not found in "/tmp/vg02.map".&lt;BR /&gt;Logical volume "/dev/vg02/lvol2" has been successfully created with lv number 2.&lt;BR /&gt;Volume group "/dev/vg02" has been successfully created.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is it going to create a problem while I do the 'vgimport' without -p ? Mirror/UX is already installed on the server. &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Mar 2002 18:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689420#M55080</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-22T18:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689421#M55081</link>
      <description>Unfortunately, I have never been able to use the vgexport and vgimport with success.  If you only have one lvol in the volume group.  I would recommend recreating it over again.  Because even if you do get it to come back it sounds like it may be corrupted.&lt;BR /&gt;&lt;BR /&gt;Donna Powell-Berry</description>
      <pubDate>Fri, 22 Mar 2002 18:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689421#M55081</guid>
      <dc:creator>Donna Powell</dc:creator>
      <dc:date>2002-03-22T18:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689422#M55082</link>
      <description>Have you tried without the -s option but put in the PV-paths in the arguments, run in preview mode and see if there is any error ?&lt;BR /&gt;&lt;BR /&gt;You seems to do everything right, -s option gives you the flexibility of not having to specify the PV-paths and yet it still complain, I assume you used -s also in your vgexport command ?</description>
      <pubDate>Fri, 22 Mar 2002 19:02:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689422#M55082</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-22T19:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689423#M55083</link>
      <description>Hi S.K Chan,&lt;BR /&gt;&lt;BR /&gt;I would love to assign 100 points to you ! &lt;BR /&gt;&lt;BR /&gt;The vgimport without -s option worked, but not in a proper manner ! However I did that and activated the VG and I can see the lvol1 is mirrored. This was the error:&lt;BR /&gt;&lt;BR /&gt;# vgimport -m /tmp/vg02.map -v /dev/vg02 /dev/dsk/c1t13d0 /dev/dsk/c0t13d0&lt;BR /&gt;Beginning the import process on Volume Group "/dev/vg02".&lt;BR /&gt;Logical volume "/dev/vg02/VGID" has been successfully created with lv number 1.&lt;BR /&gt;Logical Volume is not defined on any physical volume. "/dev/vg02/e026d534db273c" is missing Physical Volumes.&lt;BR /&gt;Logical volume "/dev/vg02/lvol1" has been successfully created with lv number 3.&lt;BR /&gt;Volume group "/dev/vg02" has been successfully created.&lt;BR /&gt;Warning: A backup of this volume group may not exist on this machine.&lt;BR /&gt;Please remember to take a backup using the vgcfgbackup command after activating the volume group.&lt;BR /&gt;&lt;BR /&gt;Now I don't know from where the VGID came ? Is this another error ? I think I can safely remove this lv from the vg (?)&lt;BR /&gt;&lt;BR /&gt;Thanks again .. points to follow&lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 22 Mar 2002 19:25:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689423#M55083</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-22T19:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689424#M55084</link>
      <description>Hi Shiju,&lt;BR /&gt;&lt;BR /&gt;I'm not familiar with the -s option but what I just read makes it sound as though the disk(s) found by using -s were not the one(s) you formerly used for your vg02.&lt;BR /&gt;&lt;BR /&gt;Is it possible for you to specify the disks you want instead of using -s?  Do you need the sharable option?&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 22 Mar 2002 19:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689424#M55084</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-03-22T19:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689425#M55085</link>
      <description>Hi Darrell,&lt;BR /&gt;&lt;BR /&gt;Thanks for the heads up !&lt;BR /&gt;&lt;BR /&gt;1) The disks which found by -s option are the same which I specified. I did check this when I exported tha VG.&lt;BR /&gt;&lt;BR /&gt;2) I don't need the sharable option, but I was assuming that using -s is a good choice while vgimport/export.&lt;BR /&gt;&lt;BR /&gt;3) I think it is possible to specify the disks withou using -s, because it worked for me now.&lt;BR /&gt;&lt;BR /&gt;Any idea about the new logical volume- VGID ? Does this is an effect of using -s in vgexport, but not using with vgimport ? Any issues if I delete this ?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 22 Mar 2002 19:47:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689425#M55085</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-22T19:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689426#M55086</link>
      <description>Wish I could help you with that.  Sorry.&lt;BR /&gt;&lt;BR /&gt;I use the -m option for a mapfile with vgexport and vgimport.  I also use the -f option to let the system create a list of PVs for the VG and I don't have to type them in.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 22 Mar 2002 20:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689426#M55086</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-03-22T20:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689427#M55087</link>
      <description>Hi Shiju, I'm glad it worked out, though not what should be expected out of it. I have not been using -s option for all the vgexport experience that I've done. The reason is I don't need it to be shared plus when I import it, I'd prefer to defined my PV-path. This is just a personal choice. "-s" is simplified way and it create an additional field called VGID in your map file and later uses that VGID in the vgimport process which allow you NOT NEEDING to specify the PV-path. If you vgexport without the "-s" option akll the map file contain is the name of the lvol, no VGID, so later to import it, you got to define the PV-paths. Try this ,, you'll know what I mean ...&lt;BR /&gt;# vgexport -m mapfile -s -p /dev/vg00&lt;BR /&gt;# vgexport -m mapfile2 -p /dev/vg00&lt;BR /&gt;and take a look at both map files.</description>
      <pubDate>Fri, 22 Mar 2002 20:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689427#M55087</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-22T20:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689428#M55088</link>
      <description>So ( man I'm long winded ) in your case since your map file got "VGID" and some id numbers next to it, when you vgimport without -s option it'll think VGID and "that number" are lvol names and hence try to create these lvols for you which you can then safely remove later.</description>
      <pubDate>Fri, 22 Mar 2002 20:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689428#M55088</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-22T20:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689429#M55089</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks everybody ! It worked fine for me. Here is the conclusion:&lt;BR /&gt;&lt;BR /&gt;1) The 'VGID' logical volume created because the vgimport was executed without -s option ( as S.K. Chan said)&lt;BR /&gt;&lt;BR /&gt;2) I have removed the VGID with lvremove:&lt;BR /&gt;&lt;BR /&gt;# lvremove /dev/vg02/VGID&lt;BR /&gt;# vgchange -a n vg02&lt;BR /&gt;# vgchange -a y vg02&lt;BR /&gt;&lt;BR /&gt;and looks fine now. &lt;BR /&gt;&lt;BR /&gt;3) The reason why it was not working with '-s' option ( I think):  I could find some mismatches in the 'vgdisplay' output which I took before the upgrade. The lv defenitions (current lv, open lv etc) were not matching, and this might have been created a problem while importing the vg with -s. The logical volume number was 3, but there was only one LV.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your time and inputs.&lt;BR /&gt;&lt;BR /&gt;Have a good weekend !&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 22 Mar 2002 20:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error/m-p/2689429#M55089</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-22T20:48:39Z</dc:date>
    </item>
  </channel>
</rss>

