<?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 vgimport in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999590#M612072</link>
    <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I have (had) a server with 3 external disks (forming 1 VG).&lt;BR /&gt;The server passed away and I want to put the data on the disks. (the 3 disks are attached to the new server). &lt;BR /&gt;Do I use vgimport to create the VG on the new server. There is no mapfile. And do I need to vreate /dev/vg.... and the goup file first?&lt;BR /&gt;&lt;BR /&gt;Regards, Alfons</description>
    <pubDate>Fri, 25 Aug 2006 06:45:43 GMT</pubDate>
    <dc:creator>A.G.M. Velthof</dc:creator>
    <dc:date>2006-08-25T06:45:43Z</dc:date>
    <item>
      <title>vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999590#M612072</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I have (had) a server with 3 external disks (forming 1 VG).&lt;BR /&gt;The server passed away and I want to put the data on the disks. (the 3 disks are attached to the new server). &lt;BR /&gt;Do I use vgimport to create the VG on the new server. There is no mapfile. And do I need to vreate /dev/vg.... and the goup file first?&lt;BR /&gt;&lt;BR /&gt;Regards, Alfons</description>
      <pubDate>Fri, 25 Aug 2006 06:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999590#M612072</guid>
      <dc:creator>A.G.M. Velthof</dc:creator>
      <dc:date>2006-08-25T06:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999591#M612073</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;When connected, does the external disk array show up on ioscan?&lt;BR /&gt;&lt;BR /&gt;Without the mapfile, life is harder, you will not be able to preserve -n lvname information.&lt;BR /&gt;&lt;BR /&gt;You should however still be able to create a directory /dev/vgsomething mknod and vgimport the disks, if they are compatible with the new OS and system.&lt;BR /&gt;&lt;BR /&gt;What is the OS and version and what type of device is this? It could be relavent. More detail is better when writing such cases.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 25 Aug 2006 06:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999591#M612073</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-25T06:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999592#M612074</link>
      <description>The map file is only required if you used non-standard LVol names (lvol1, lvol2, etc. are standard).&lt;BR /&gt;&lt;BR /&gt;The procedure to do the import is:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;vgimport /dev/vg01 /dev/dsk/c0t1d0 /dev/dsk/c0t3d0 /dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Note:  the minor number (01 in 0x010000) must be unique and usually matches the vg number.  Also, change the device files in the vgimport command to match yours.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 25 Aug 2006 06:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999592#M612074</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-08-25T06:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999593#M612075</link>
      <description>Hi Alfons:&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgNN&lt;BR /&gt;# mknod /dev/vgNN/group c 64 0xNN0000&lt;BR /&gt;# vgimport -v vgNN /dev/dsk/c0t0d0 /dev/dsk/c0t0d1 /dev/dsk/c0t0d2&lt;BR /&gt;# vgchange -a y vgNN&lt;BR /&gt;&lt;BR /&gt;...Choose a value for NN that is unique and is less than your kernel 'maxvgs' parameter.&lt;BR /&gt;&lt;BR /&gt;Since you don't have a mapfile, your logical volume names will default to the format "lvolN'.  If you know the names you want, you can construct a map file for use with the '-m mapfile' argument to the 'vgimport'.  The mapfile would simply look like:&lt;BR /&gt;&lt;BR /&gt;1 mylvola&lt;BR /&gt;2 mylvolb&lt;BR /&gt;3 mylvolc&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2006 06:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999593#M612075</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-25T06:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999594#M612076</link>
      <description>The disk show with an ioscan and the device files are also present.&lt;BR /&gt;The OS is 10.20 and there are 3 seagate disks, together forming a VG.&lt;BR /&gt;&lt;BR /&gt;Regards, Alfons</description>
      <pubDate>Fri, 25 Aug 2006 06:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999594#M612076</guid>
      <dc:creator>A.G.M. Velthof</dc:creator>
      <dc:date>2006-08-25T06:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999595#M612077</link>
      <description>It worked.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 25 Aug 2006 07:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport/m-p/4999595#M612077</guid>
      <dc:creator>A.G.M. Velthof</dc:creator>
      <dc:date>2006-08-25T07:46:52Z</dc:date>
    </item>
  </channel>
</rss>

