<?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/2762752#M643489</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check whether the user name is present in the /etc/passwd file and whether the home directory where you should come has been created or not.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
    <pubDate>Fri, 12 Jul 2002 13:36:54 GMT</pubDate>
    <dc:creator>PIYUSH D. PATEL</dc:creator>
    <dc:date>2002-07-12T13:36:54Z</dc:date>
    <item>
      <title>vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762746#M643483</link>
      <description>[wally:/] # mkdir /dev/vg01&lt;BR /&gt;[wally:/] # mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;[wally:/] # cd /dev/vg01&lt;BR /&gt;[wally:/dev/vg01] # ll&lt;BR /&gt;total 0&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x010000 Jul 12 09:50 group&lt;BR /&gt;[wally:/dev/vg01] # vgimport -m vg01.mapfile -p -v -s /dev/vg01&lt;BR /&gt;Creating "/etc/lvmtab".&lt;BR /&gt;Beginning the import process on Volume Group "/dev/vg01".&lt;BR /&gt;Logical volume "/dev/vg01/d02" has been successfully created&lt;BR /&gt;with lv number 1.&lt;BR /&gt;Logical volume "/dev/vg01/u01" has been successfully created&lt;BR /&gt;with lv number 2.&lt;BR /&gt;Logical volume "/dev/vg01/d01" has been successfully created&lt;BR /&gt;with lv number 3.&lt;BR /&gt;Logical volume "/dev/vg01/u02" has been successfully created&lt;BR /&gt;with lv number 4.&lt;BR /&gt;Logical volume "/dev/vg01/d03" has been successfully created&lt;BR /&gt;with lv number 5.&lt;BR /&gt;Logical volume "/dev/vg01/d0reports" has been successfully created&lt;BR /&gt;with lv number 6.&lt;BR /&gt;Logical volume "/dev/vg01/redolog1" has been successfully created&lt;BR /&gt;with lv number 7.&lt;BR /&gt;Logical volume "/dev/vg01/redolog2" has been successfully created&lt;BR /&gt;with lv number 8.&lt;BR /&gt;Logical volume "/dev/vg01/redolog3" has been successfully created&lt;BR /&gt;with lv number 9.&lt;BR /&gt;Logical volume "/dev/vg01/redolog4" has been successfully created&lt;BR /&gt;with lv number 10.&lt;BR /&gt;Logical volume "/dev/vg01/u03" has been successfully created&lt;BR /&gt;with lv number 11.&lt;BR /&gt;Logical volume "/dev/vg01/u04" has been successfully created&lt;BR /&gt;with lv number 12.&lt;BR /&gt;Volume group "/dev/vg01" has been successfully created.&lt;BR /&gt;&lt;BR /&gt;[wally:/dev/vg01] # vgchange -a y /dev/vg01&lt;BR /&gt;vgchange: Volume group "/dev/vg01" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;&lt;BR /&gt;[wally:/dev/vg01] # mkdir /d01&lt;BR /&gt;[wally:/] # mount /dev/vg01/lvol3 /d01&lt;BR /&gt;mount: /dev/vg01/lvol3: No such file or directory&lt;BR /&gt;&lt;BR /&gt;What's the problem here?&lt;BR /&gt;What are the steps I need to take from here after vgimport?&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 12 Jul 2002 12:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762746#M643483</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-07-12T12:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762747#M643484</link>
      <description>I think the problem is the use of -p with vgimport. This will only do a preview and will not do the actual task. Remove the option '-p' and try again.</description>
      <pubDate>Fri, 12 Jul 2002 12:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762747#M643484</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-07-12T12:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762748#M643485</link>
      <description>Hi Teck:&lt;BR /&gt;&lt;BR /&gt;Your problem is that yuo used the 'p' (preview) option!  Thus the /etc/lvmtab is not updated!!!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 12 Jul 2002 12:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762748#M643485</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-12T12:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762749#M643486</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;remove -p option in vgimport ( it only previews )&lt;BR /&gt;&lt;BR /&gt;The rest all things are fine.&lt;BR /&gt;You will be done.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Fri, 12 Jul 2002 13:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762749#M643486</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-12T13:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762750#M643487</link>
      <description>HI Tech,&lt;BR /&gt;&lt;BR /&gt;Drop the -p from the vgimport command &amp;amp; you'll be good to go.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 12 Jul 2002 13:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762750#M643487</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-07-12T13:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762751#M643488</link>
      <description>Thanks to all of you.  This problem has been resolved.&lt;BR /&gt;&lt;BR /&gt;The other thing is that, after I did a cold-install to HP-UX 11 from HP-UX 10.20, when I tried to log in as myself tsim/xxxx, the system says login incorrect.  &lt;BR /&gt;I can only log in as root/xxxx.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 12 Jul 2002 13:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762751#M643488</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-07-12T13:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762752#M643489</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check whether the user name is present in the /etc/passwd file and whether the home directory where you should come has been created or not.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Fri, 12 Jul 2002 13:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762752#M643489</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-12T13:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762753#M643490</link>
      <description>Hi Teck:&lt;BR /&gt;&lt;BR /&gt;Remember, a cold-install means *everything* is erased from your target disk (vg00).  You will need to copy-in and/or rebuild all of your configuration files -- /etc/passwd, etc. &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 12 Jul 2002 13:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762753#M643490</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-12T13:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762754#M643491</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You should restore all the configuration files from the backup carefully.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Fri, 12 Jul 2002 13:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762754#M643491</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-12T13:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762755#M643492</link>
      <description>Hi (again) Teck:&lt;BR /&gt;&lt;BR /&gt;I meant to add: Since your problem with 'vgimport' is resolved, please *open a new thread* for other problems, instead of adding to this one.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 12 Jul 2002 13:40:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/2762755#M643492</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-12T13:40:10Z</dc:date>
    </item>
  </channel>
</rss>

