<?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 errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484617#M654657</link>
    <description>Hi Patrick,&lt;BR /&gt;Thanks for the quick reply.  The vgimport with out the disk devices produced the same problem:# vgimport -s -v -m /mapfiles/Prod.map VG_PROD_DB&lt;BR /&gt;Beginning the import process on Volume Group "VG_PROD_DB".&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c4t2d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c4t3d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c7t1d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c7t2d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c7t3d0" is not a block special file.&lt;BR /&gt;Couldn't access the list of physical volumes for volume group "/dev/VG_PROD_DB".&lt;BR /&gt;&lt;BR /&gt;I'm not quite sure where to go from here..&lt;BR /&gt;cheers,&lt;BR /&gt;John &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 19 Jan 2001 15:48:21 GMT</pubDate>
    <dc:creator>John Dixon_1</dc:creator>
    <dc:date>2001-01-19T15:48:21Z</dc:date>
    <item>
      <title>vgimport errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484613#M654653</link>
      <description>Hi folks,&lt;BR /&gt;I'm having some problems trying to import some volume groups from another system.&lt;BR /&gt;&lt;BR /&gt;I created the map file as follows:&lt;BR /&gt;&lt;BR /&gt;vgexport -s -p -v -m Prod.map /dev/VG_PROD_DB&lt;BR /&gt;&lt;BR /&gt;copy the map file to the second system.&lt;BR /&gt;On the second system:&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/VG_PROD_DB&lt;BR /&gt;mknod /dev/VG_ORABACKUP/group c 64 0x0d0000&lt;BR /&gt;&lt;BR /&gt;I have checked that 0x0d0000 is unique.&lt;BR /&gt;&lt;BR /&gt;#vgimport -s -m /mapfiles/Prod.map VG_PROD_DB /dev/dsk/c4t2d0 /dev/dsk/c7t2d0&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c4t2d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c4t3d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c7t1d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c7t2d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c7t3d0" is not a block special file.&lt;BR /&gt;Couldn't access the list of physical volumes for volume group "/dev/VG_PROD_DB".&lt;BR /&gt;&lt;BR /&gt;If I do an ioscan -fun   the disks are there, for instance ioscan returns the following:&lt;BR /&gt;disk       20  14/0/4.2.0   sdisk     CLAIMED     DEVICE       StorCompOmniForce&lt;BR /&gt;                           /dev/dsk/c4t2d0   /dev/rdsk/c4t2d0&lt;BR /&gt;&lt;BR /&gt;I would rather not recreate the physical volumes as the disks have data on them (mirrored from the other system).&lt;BR /&gt;&lt;BR /&gt;Anyone got any ideas?&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2001 14:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484613#M654653</guid>
      <dc:creator>John Dixon_1</dc:creator>
      <dc:date>2001-01-19T14:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484614#M654654</link>
      <description>Hmm, I think you possibly made a typo;&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/VG_PROD_DB &lt;BR /&gt;mknod /dev/VG_ORABACKUP/group c  4 0x0d0000 &lt;BR /&gt;&lt;BR /&gt;Surely you want to make the group file in the same dir as you created for the VG (VG_PROD_DB), not VG_ORABACKUP&lt;BR /&gt;&lt;BR /&gt;Then vgimport to VG_PROD_DB</description>
      <pubDate>Fri, 19 Jan 2001 14:36:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484614#M654654</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-01-19T14:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484615#M654655</link>
      <description>Sorry Stefan,&lt;BR /&gt;I pasted this from my complete script incorrectly.  I was trying to cut down on the sixed of the message.  The full group script is as follows:&lt;BR /&gt;&lt;BR /&gt;# more createDRVG&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;echo Creating Volume Group Definitions&lt;BR /&gt;echo Please wait....&lt;BR /&gt;mkdir /dev/VG_ORABACKUP&lt;BR /&gt;mkdir /dev/VG_PROD_DB&lt;BR /&gt;mkdir /dev/VG_ARCHIVE_LOG&lt;BR /&gt;echo Directories Created&lt;BR /&gt;mknod /dev/VG_ORABACKUP/group c 64 0x0d0000&lt;BR /&gt;mknod /dev/VG_PROD_DB/group c 64 0x0c0000&lt;BR /&gt;mknod /dev/VG_ARCHIVE_LOG/group c 64 0x0b0000&lt;BR /&gt;echo Group files created...&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2001 14:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484615#M654655</guid>
      <dc:creator>John Dixon_1</dc:creator>
      <dc:date>2001-01-19T14:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484616#M654656</link>
      <description>If you did the vgexport with the -s option, then you do NOT have to specify the disk device files when you import.  That is the beauty of the -s.  Do the command below and I think you will have better luck.&lt;BR /&gt;&lt;BR /&gt;#vgimport -s -v -m /mapfiles/Prod.map VG_PROD_DB</description>
      <pubDate>Fri, 19 Jan 2001 15:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484616#M654656</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-19T15:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484617#M654657</link>
      <description>Hi Patrick,&lt;BR /&gt;Thanks for the quick reply.  The vgimport with out the disk devices produced the same problem:# vgimport -s -v -m /mapfiles/Prod.map VG_PROD_DB&lt;BR /&gt;Beginning the import process on Volume Group "VG_PROD_DB".&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c4t2d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c4t3d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c7t1d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c7t2d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c7t3d0" is not a block special file.&lt;BR /&gt;Couldn't access the list of physical volumes for volume group "/dev/VG_PROD_DB".&lt;BR /&gt;&lt;BR /&gt;I'm not quite sure where to go from here..&lt;BR /&gt;cheers,&lt;BR /&gt;John &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2001 15:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484617#M654657</guid>
      <dc:creator>John Dixon_1</dc:creator>
      <dc:date>2001-01-19T15:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484618#M654658</link>
      <description>When you move these volumes to another machine the actual device designations may not be the same (unless they are connected in the exact same bus location on a machine with the same architecture.  If you perform an ioscan I think that you will find that there may be some changes that need to be factored into the vgimport.</description>
      <pubDate>Fri, 19 Jan 2001 15:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484618#M654658</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2001-01-19T15:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484619#M654659</link>
      <description>Folks,&lt;BR /&gt;Thanks for the replies.  I have solved the problem.&lt;BR /&gt;&lt;BR /&gt;Further investigation via ioscan showed that the disks only had a raw device and not a "cooked" one as well, as can be seen below:&lt;BR /&gt;&lt;BR /&gt;disk     11  14/0/7.1.0   sdisk   CLAIMED     DEVICE       StorCompOmniRaid&lt;BR /&gt;                         /dev/rdsk/c7t1d0&lt;BR /&gt;disk     12  14/0/7.2.0   sdisk   CLAIMED     DEVICE       StorCompOmniRaid&lt;BR /&gt;                         /dev/rdsk/c7t2d0&lt;BR /&gt;disk     13  14/0/7.3.0   sdisk   CLAIMED     DEVICE       StorCompOmniRaid&lt;BR /&gt;                         /dev/rdsk/c7t3d0&lt;BR /&gt;disk     14  14/0/7.4.0   sdisk   CLAIMED     DEVICE       StorCompOmniRaid&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;disk     26  14/0/7.1.0   sdisk   CLAIMED     DEVICE       StorCompOmniForce&lt;BR /&gt;                         /dev/dsk/c7t1d0   /dev/rdsk/c7t1d0&lt;BR /&gt;disk     27  14/0/7.2.0   sdisk   CLAIMED     DEVICE       StorCompOmniForce&lt;BR /&gt;                         /dev/dsk/c7t2d0   /dev/rdsk/c7t2d0&lt;BR /&gt;disk     28  14/0/7.3.0   sdisk   CLAIMED     DEVICE       StorCompOmniForce&lt;BR /&gt;                         /dev/dsk/c7t3d0   /dev/rdsk/c7t3d0&lt;BR /&gt;&lt;BR /&gt;I'm not quite sure why this happened, but a reboot solved the problem.&lt;BR /&gt;&lt;BR /&gt;Once again, thanks for all your help.&lt;BR /&gt;Cheers,&lt;BR /&gt;John</description>
      <pubDate>Fri, 19 Jan 2001 16:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484619#M654659</guid>
      <dc:creator>John Dixon_1</dc:creator>
      <dc:date>2001-01-19T16:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484620#M654660</link>
      <description>the command insf -e would most likely have also fixed the problem. Since you were missing the "cooked" device files. The insf -e installs all special files.</description>
      <pubDate>Fri, 19 Jan 2001 22:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484620#M654660</guid>
      <dc:creator>Patrick Gorman</dc:creator>
      <dc:date>2001-01-19T22:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484621#M654661</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You have to create group file in the same VG, if ur VG is vg01 &lt;BR /&gt;You have to do the following.&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/vg01&lt;BR /&gt;#mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;#vgimport -v -m vgmapfile /dev/vg01 /dev/dsk/c0t4d0&lt;BR /&gt;#vgchange -a y /dev/vg01&lt;BR /&gt;#mount -a&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Amir&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jan 2001 06:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484621#M654661</guid>
      <dc:creator>Mr Amir Mujtabain</dc:creator>
      <dc:date>2001-01-22T06:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484622#M654662</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Verify the maxvg kernel parameter.&lt;BR /&gt;default = 10 - minor num = 01 to 09 not accept strings.&lt;BR /&gt;if you need's to use string char up to maxvg kernel parameter to 20 or more.&lt;BR /&gt;&lt;BR /&gt;# sysdef | grep vg&lt;BR /&gt;maxvgs    10&lt;BR /&gt;&lt;BR /&gt;- creating a new kernel:&lt;BR /&gt;# cp /stand/system /stand/system.prev&lt;BR /&gt;# cp /stand/vmunix /stand/vmunix.prev&lt;BR /&gt;# vi /stand/system&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;* Tunable parameters&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;maxvgs      20   # include this line&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;!save file&lt;BR /&gt;# mk_kernel -s /stand/system -o /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Done!&lt;BR /&gt;Now you is read to use 0x0d0000 minor number.&lt;BR /&gt;&lt;BR /&gt;Best regards!</description>
      <pubDate>Mon, 22 Jan 2001 18:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-errors/m-p/2484622#M654662</guid>
      <dc:creator>Andre Machado_1</dc:creator>
      <dc:date>2001-01-22T18:57:35Z</dc:date>
    </item>
  </channel>
</rss>

