<?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: replacing shared drive under service guard question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-shared-drive-under-service-guard-question/m-p/3927771#M286911</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It seems this configuration has a single point of failure, which is this volume group and disks mounted in shared mode.&lt;BR /&gt;&lt;BR /&gt;Your situation is complex, but I can't see a way to replace a bad disk without bringing down the database.&lt;BR /&gt;&lt;BR /&gt;Volume groups mounted in shared mode limit your ability to even use mirror/ux to help.&lt;BR /&gt;&lt;BR /&gt;You might be able to use mirror/ux to make a mirror of this logical volume to another location. That way when you pull the disk, the system should stay running. But that other location probably needs to be shared storage and if the logical volume involved has a cluster lock disk on it, down goes the cluster.&lt;BR /&gt;&lt;BR /&gt;Still, to avoid downtime you might try mirroing the raw device to an emergency location. Warn the users first, downtime is probable.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 17 Jan 2007 14:24:29 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-01-17T14:24:29Z</dc:date>
    <item>
      <title>replacing shared drive under service guard question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-shared-drive-under-service-guard-question/m-p/3927770#M286910</link>
      <description>Trying to keep this as simple as possible... &lt;BR /&gt;&lt;BR /&gt;I have a shared volume group ($VGNAME) with two luns ($LUN1, $LUN2). Each lun is on an EMC Clariion on separate physical JBOD drives.  The volume group is shared between 3 servers with MC/Serviceguard (A.11.14) and Oracle. &lt;BR /&gt;&lt;BR /&gt;The lvol's of the volume group are used for Oracle redo logs (raw devices). Since Oracle software mirrors the redo logs, each lvol is on separate lun under the one volume group.&lt;BR /&gt;&lt;BR /&gt;Soft errors are being reported by EMC and they would like to swap out the drive. &lt;BR /&gt;&lt;BR /&gt;I understand that I may need to take the Oracle "mirrored" redo off line while the drive is being replaced. Is it possible to restore the disk configuration on one server while the cluster is up and running? If so, do I restore it like I would a non-shared drive, such as...&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n $VGNAME $LUN2&lt;BR /&gt;vgchange -a s $VGNAME&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It gets more complicated, as there are a total of 16 volume groups (one for each instance of Oracle) set up in the same manner.  So, it's possible that each of the JBOD drives has 16 LUNS. &lt;BR /&gt;&lt;BR /&gt;I'm assuming the "worse case" is to stop Oracle, bring the whole cluster down, replace the drive; restore the config for each of the volume groups; then bring the cluster and Oracle back up. &lt;BR /&gt;&lt;BR /&gt;Thoughts or experiences would be helpful.  As always, thanks for your input.</description>
      <pubDate>Wed, 17 Jan 2007 14:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-shared-drive-under-service-guard-question/m-p/3927770#M286910</guid>
      <dc:creator>VINCENT SPURGEON</dc:creator>
      <dc:date>2007-01-17T14:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: replacing shared drive under service guard question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-shared-drive-under-service-guard-question/m-p/3927771#M286911</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It seems this configuration has a single point of failure, which is this volume group and disks mounted in shared mode.&lt;BR /&gt;&lt;BR /&gt;Your situation is complex, but I can't see a way to replace a bad disk without bringing down the database.&lt;BR /&gt;&lt;BR /&gt;Volume groups mounted in shared mode limit your ability to even use mirror/ux to help.&lt;BR /&gt;&lt;BR /&gt;You might be able to use mirror/ux to make a mirror of this logical volume to another location. That way when you pull the disk, the system should stay running. But that other location probably needs to be shared storage and if the logical volume involved has a cluster lock disk on it, down goes the cluster.&lt;BR /&gt;&lt;BR /&gt;Still, to avoid downtime you might try mirroing the raw device to an emergency location. Warn the users first, downtime is probable.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Jan 2007 14:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-shared-drive-under-service-guard-question/m-p/3927771#M286911</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-01-17T14:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: replacing shared drive under service guard question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-shared-drive-under-service-guard-question/m-p/3927772#M286912</link>
      <description>After way too much thinking, here's my plan to solve the problem...&lt;BR /&gt;&lt;BR /&gt;Create new luns using RAID-5and new shared volume groups using these LUNS&lt;BR /&gt;&lt;BR /&gt;Create new raw devices (logical volumes)&lt;BR /&gt;&lt;BR /&gt;Have the Oracle DBA's add the new raw devices for redo and drop the old redo&lt;BR /&gt;&lt;BR /&gt;Then I'll update the control scripts for Serviceguard manually with the new volume groups and remove the old. &lt;BR /&gt;&lt;BR /&gt;Remove the old logical volumes, volume groups, LUNS etc. &lt;BR /&gt;&lt;BR /&gt;Deallocate the LUNS / drives on the EMC side; replace the drive... and use the drives for something other than RAID-0 / JBOD.</description>
      <pubDate>Thu, 18 Jan 2007 11:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-shared-drive-under-service-guard-question/m-p/3927772#M286912</guid>
      <dc:creator>VINCENT SPURGEON</dc:creator>
      <dc:date>2007-01-18T11:16:22Z</dc:date>
    </item>
  </channel>
</rss>

