<?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 failed? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343478#M625448</link>
    <description>vgimport will not create the VG directory/group file. You need to manually create the vg dir and group file&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg09&lt;BR /&gt;# mknod /dev/vg09/group c 64 0x090000&lt;BR /&gt;# vgimport /dev/vg09 /dev/dsk/c4t0d0 /dev/dsk/c4t1d0&lt;BR /&gt;# vgchange -a y /dev/vg09&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Jul 2004 10:28:56 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-07-28T10:28:56Z</dc:date>
    <item>
      <title>vgimport failed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343476#M625446</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have to import some physical volumes, but vgimport failed as you can see in below&lt;BR /&gt;&lt;BR /&gt;# vgscan -v -a&lt;BR /&gt;Creating "/etc/lvmtab".&lt;BR /&gt;Couldn't stat physical volume "/dev/dsk/c0t2d0":&lt;BR /&gt;Invalid argument&lt;BR /&gt;Physical Volume "/dev/dsk/c4t2d0" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c4t3d0" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c5t0d0" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c5t1d0" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c5t2d0" contains no LVM information&lt;BR /&gt;Physical Volume "/dev/dsk/c5t3d0" contains no LVM information&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c1t15d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Following Physical Volumes belong to one Volume Group.&lt;BR /&gt;Unable to match these Physical Volumes to a Volume Group.&lt;BR /&gt;Use the vgimport command to complete the process.&lt;BR /&gt;/dev/dsk/c4t0d0&lt;BR /&gt;/dev/dsk/c4t1d0&lt;BR /&gt;# vgimport /dev/vgoradata /dev/dsk/c4t0d0 /dev/dsk/c4t1d0&lt;BR /&gt;Volume group "/dev/vgoradata" is still active.&lt;BR /&gt;# vgchange -a n /dev/vgoradata&lt;BR /&gt;vgchange: Volume group "/dev/vgoradata" does not exist in the "/etc/lvmtab" file.&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So how can I import these 2 volumes&lt;BR /&gt;&lt;BR /&gt;Best Regards &lt;BR /&gt;Murat</description>
      <pubDate>Wed, 28 Jul 2004 10:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343476#M625446</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2004-07-28T10:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport failed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343477#M625447</link>
      <description>Did you do&lt;BR /&gt;mkdir /dev/vgxx&lt;BR /&gt;mknod /dev/vg00/group c 64 0x0y0000&lt;BR /&gt;Where y is appropriate vg number&lt;BR /&gt;&lt;BR /&gt;Before trying to import the pvs to vgxx??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 28 Jul 2004 10:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343477#M625447</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-07-28T10:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport failed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343478#M625448</link>
      <description>vgimport will not create the VG directory/group file. You need to manually create the vg dir and group file&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg09&lt;BR /&gt;# mknod /dev/vg09/group c 64 0x090000&lt;BR /&gt;# vgimport /dev/vg09 /dev/dsk/c4t0d0 /dev/dsk/c4t1d0&lt;BR /&gt;# vgchange -a y /dev/vg09&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jul 2004 10:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343478#M625448</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-28T10:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport failed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343479#M625449</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I am so sorry, I already created the &lt;BR /&gt;&lt;BR /&gt;/dev/vgoradata directory and&lt;BR /&gt;/dev/vgoradata/group file (with mknode) &lt;BR /&gt;&lt;BR /&gt;before the import operation&lt;BR /&gt;&lt;BR /&gt;/dev/vgoradata:&lt;BR /&gt;total 0&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x002000 Jul 28 17:18 group&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat SULUHAN</description>
      <pubDate>Wed, 28 Jul 2004 10:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343479#M625449</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2004-07-28T10:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport failed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343480#M625450</link>
      <description>crw-rw-rw- 1 root sys 64 0x002000 Jul 28 17:18 group&lt;BR /&gt;&lt;BR /&gt;I believe you have the wrong minor number for the group file. The last 4 digits of the group file's minor number should be 0.&lt;BR /&gt;&lt;BR /&gt;Try this&lt;BR /&gt;&lt;BR /&gt;# rm /dev/vgoradata/group&lt;BR /&gt;# mknod /dev/vgoradata/group c 64 0x020000&lt;BR /&gt;# vgimport ....&lt;BR /&gt;# vgchange -a y /dev/vgoradata</description>
      <pubDate>Wed, 28 Jul 2004 10:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343480#M625450</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-28T10:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport failed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343481#M625451</link>
      <description>oh my god &lt;BR /&gt;&lt;BR /&gt;I am so sorry, thank you so much&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Murat</description>
      <pubDate>Wed, 28 Jul 2004 10:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3343481#M625451</guid>
      <dc:creator>Murat SULUHAN</dc:creator>
      <dc:date>2004-07-28T10:57:01Z</dc:date>
    </item>
  </channel>
</rss>

