<?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 Problems with mounting volume group in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205245#M629862</link>
    <description>Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;Last week the PDC was updated on our L3000.  The controller number for our EMC disks changed.  We modified the scripts to match the new number and tried to mount the EMC BCVs.  7 out of 8 worked.  With the one that didn't work, it created the directory /dev/vgsapdb1_bcv, but didn't create any of the logical volumes.&lt;BR /&gt;&lt;BR /&gt;We have tried everything we can think of.  Has anyone experienced anything similar?  Any ideas?  I do award points.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Jo</description>
    <pubDate>Sun, 29 Feb 2004 15:25:13 GMT</pubDate>
    <dc:creator>Joanne Keegan</dc:creator>
    <dc:date>2004-02-29T15:25:13Z</dc:date>
    <item>
      <title>Problems with mounting volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205245#M629862</link>
      <description>Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;Last week the PDC was updated on our L3000.  The controller number for our EMC disks changed.  We modified the scripts to match the new number and tried to mount the EMC BCVs.  7 out of 8 worked.  With the one that didn't work, it created the directory /dev/vgsapdb1_bcv, but didn't create any of the logical volumes.&lt;BR /&gt;&lt;BR /&gt;We have tried everything we can think of.  Has anyone experienced anything similar?  Any ideas?  I do award points.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Jo</description>
      <pubDate>Sun, 29 Feb 2004 15:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205245#M629862</guid>
      <dc:creator>Joanne Keegan</dc:creator>
      <dc:date>2004-02-29T15:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mounting volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205246#M629863</link>
      <description>Hi Jo,&lt;BR /&gt;&lt;BR /&gt;Could you check the output from&lt;BR /&gt;&lt;BR /&gt;# ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;Ceck for unique minor numbers.&lt;BR /&gt;&lt;BR /&gt;Did you vgimport the other volume groups ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sun, 29 Feb 2004 15:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205246#M629863</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-02-29T15:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mounting volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205247#M629864</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What I'd do in this instance is to check if the  new disk device (c8t3d0) is seen by the OS and by EMC. Can you try the following:&lt;BR /&gt;- Run a powermt display dev=all and check for the number you think EMC uses for the disk.&lt;BR /&gt;- Run an ioscan -fnCdisk and see if you can find the same one.&lt;BR /&gt;&lt;BR /&gt;Whilst running the ioscan, also check if there are any disks there that don't have a devicename assigned to them. If they exist you'll want to run a insf -a and create all the devices. (this is non-destructive). Then you'll probably need to change the scripts and add the new disk device number to them.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Sun, 29 Feb 2004 15:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205247#M629864</guid>
      <dc:creator>Robert Binkhorst</dc:creator>
      <dc:date>2004-02-29T15:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mounting volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205248#M629865</link>
      <description>Thanks for the replies so far...&lt;BR /&gt;&lt;BR /&gt;All the volume groups are vgimported - though it works for 7 out of 8 of them vgs.&lt;BR /&gt;&lt;BR /&gt;The mknod numbers are unique, and the EMC and OS device files are correct.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Jo</description>
      <pubDate>Sun, 29 Feb 2004 15:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205248#M629865</guid>
      <dc:creator>Joanne Keegan</dc:creator>
      <dc:date>2004-02-29T15:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mounting volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205249#M629866</link>
      <description>Hi Jo,&lt;BR /&gt;&lt;BR /&gt;Have you tried to run the script(s) manually? What messages are being given?&lt;BR /&gt;&lt;BR /&gt;We do this type of thing (mounting BCV's) on a regular basis, but usually manually. What is the sequence of events? &lt;BR /&gt;&lt;BR /&gt;Is it possible that you can try a fresh copy off your R1/R2?&lt;BR /&gt;vgchange off&lt;BR /&gt;vgexport&lt;BR /&gt;establish --&amp;gt; split&lt;BR /&gt;vgchgid&lt;BR /&gt;mkdir /dev/???&lt;BR /&gt;mknod /dev/???/group c 64 0x0?0000&lt;BR /&gt;vgimport in preview mode&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
      <pubDate>Sun, 29 Feb 2004 16:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205249#M629866</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-02-29T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with mounting volume group</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205250#M629867</link>
      <description>Try to vgimport the volume group manually, just in case there is a problem with your script.&lt;BR /&gt;&lt;BR /&gt;Get to the point where you have your 7 out of the 8 vgs mounted.&lt;BR /&gt;&lt;BR /&gt;Use symmir -g &lt;GROUP_NAME&gt; to ensure that all of your BCV's have split successfully. A bad split will give you problems.&lt;BR /&gt;&lt;BR /&gt;Manually create your mount point ready to import the volume group&lt;BR /&gt;mkdir /dev/vgsapdb1_bcv&lt;BR /&gt;mknod /dev/vgsapdb1_bcv c 64 &lt;UNIQUE number=""&gt;&lt;BR /&gt;vgimport /dev/vgsapdb1_bcv &lt;LIST of="" disk="" devices="" in="" vg=""&gt;&lt;BR /&gt;&lt;BR /&gt;If the import is fine (ie no errors) then you should find yourself with lvol and rlvol files in the /dev/vgsapdb1_bcv directory.&lt;BR /&gt;&lt;BR /&gt;If not, post the output from symmir and the error you see when doing the manual import.&lt;BR /&gt;&lt;BR /&gt;If it worked, and you had the default naming for your lvols, then you can continue by activating your volumegroup:&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vgsapdb1_bcv&lt;BR /&gt;&lt;BR /&gt;then mount the filesystems where ever they need to be.&lt;BR /&gt;&lt;BR /&gt;If you use specific names for the lvols, then you'll need to determine what each one is by mounting it somewhere and looking at the contents. Note them down, because you'll need to change the lvol names to what they should be. Personally I'd vgexport the volume group again using the -f and -m flags:&lt;BR /&gt;&lt;BR /&gt;vgexport -f /tmp/pv_map -m /tmp/lv_map /dev/vgsapdb1_bcv&lt;BR /&gt;&lt;BR /&gt;Edit the /tmp/lv_map and put in the new names as you noted previously.&lt;BR /&gt;Do you mkdir and mknod as detailed above.&lt;BR /&gt;&lt;BR /&gt;vgiport -f /tmp/pv_map -m /tmp/lv_map /dev/vgsapdb1_bcv&lt;BR /&gt;vgchange -a y /dev/vgsapdb1_bcv&lt;BR /&gt;mount your filesystems.&lt;BR /&gt;&lt;BR /&gt;Phew! If that all worked, but still fails when using your script, then I hate to say it but you have a bug in there somewhere.&lt;/LIST&gt;&lt;/UNIQUE&gt;&lt;/GROUP_NAME&gt;</description>
      <pubDate>Sun, 29 Feb 2004 19:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-mounting-volume-group/m-p/3205250#M629867</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2004-02-29T19:20:04Z</dc:date>
    </item>
  </channel>
</rss>

