<?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: Disk Shadow Copies in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936348#M72124</link>
    <description>There is a calculation based on the site weighting and the disk I/O queue length so local disks are favoured&lt;BR /&gt;&lt;BR /&gt;How are the disks connected to the VMS system?</description>
    <pubDate>Tue, 25 Oct 2005 11:06:02 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2005-10-25T11:06:02Z</dc:date>
    <item>
      <title>Disk Shadow Copies</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936347#M72123</link>
      <description>Question: Three member shadow set.&lt;BR /&gt;Two members at site one&lt;BR /&gt;Third member at site two.&lt;BR /&gt;10 miles between sites.&lt;BR /&gt;&lt;BR /&gt;Three node cluster - Two at site one &lt;BR /&gt;One at site two.&lt;BR /&gt;&lt;BR /&gt;(We run OpenVMS 7.2-1H1).&lt;BR /&gt;&lt;BR /&gt;Remove two members from shadow set (Both at Site one)  and leave off line for a few hours.&lt;BR /&gt;Add one of disks at site two into shadow set.&lt;BR /&gt;Now have two member shadow set with second member catching up via copy of data from site two full member of shadow set.&lt;BR /&gt;&lt;BR /&gt;Shadow set after period of time now has two complete members.&lt;BR /&gt;&lt;BR /&gt;Add third disk based at site one into shadow set. Shadow server is running on node at site one also. We have read weights set so that nodes at site one will try to read from disk at site one and nodes at site two will try to read from disk at site two.&lt;BR /&gt;&lt;BR /&gt;Will shadow copy take data from disk at site two or local disk at site one ?&lt;BR /&gt;&lt;BR /&gt;I.E. Does a shadow copy always take data from first member to be added to shadow set or disk nearest to disk being added (Site weighting set).&lt;BR /&gt;&lt;BR /&gt;Kevin Raven  &lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Tue, 25 Oct 2005 11:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936347#M72123</guid>
      <dc:creator>VMS Support</dc:creator>
      <dc:date>2005-10-25T11:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Shadow Copies</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936348#M72124</link>
      <description>There is a calculation based on the site weighting and the disk I/O queue length so local disks are favoured&lt;BR /&gt;&lt;BR /&gt;How are the disks connected to the VMS system?</description>
      <pubDate>Tue, 25 Oct 2005 11:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936348#M72124</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-10-25T11:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Shadow Copies</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936349#M72125</link>
      <description>Disks are hosted on HSG80 via SAN.&lt;BR /&gt;So in our case we would have:&lt;BR /&gt;&lt;BR /&gt;Member one - Site One - HSG pair One&lt;BR /&gt;Member two - Site One - HSG pair two&lt;BR /&gt;Member three - Site Two - HSG pair Three&lt;BR /&gt;&lt;BR /&gt;So if node one at site one was adding disk member two to shadow set ..reads should come from Memeber one. Unless member one had large I/O queue and in that case read would come from member three.</description>
      <pubDate>Tue, 25 Oct 2005 11:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936349#M72125</guid>
      <dc:creator>VMS Support</dc:creator>
      <dc:date>2005-10-25T11:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Shadow Copies</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936350#M72126</link>
      <description>Kevin,&lt;BR /&gt;&lt;BR /&gt;here is a pointer to a very detailled presentation by Keith Parris (HP) about OpenVMS shadowing:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.openvms.org/kparris/s2003_volshad_perf.ppt" target="_blank"&gt;http://www2.openvms.org/kparris/s2003_volshad_perf.ppt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The SET DEVICE/COPY_SOURCE command (if already available in V7.2-1H1) may be of interest here, as it allows you to specifiy from which source device the data should be copied during a full shadow copy in a 3-member shadowset.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 25 Oct 2005 11:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936350#M72126</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-10-25T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Shadow Copies</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936351#M72127</link>
      <description>Kevin wrote . . .&lt;BR /&gt;&lt;BR /&gt;(We run OpenVMS 7.2-1H1)&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Please upgrade to a supported version of OpenVMS Alpha.  As you appear to have a disaster-tolerant cluster, you will greatly benefit from many shadowing enhancements that&lt;BR /&gt;are available in V7.3-2, with appropriate patch kits.  Of particular interest to you will be Host-Based Minimerge (HBMM).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            -- Rob</description>
      <pubDate>Tue, 25 Oct 2005 12:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936351#M72127</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2005-10-25T12:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Shadow Copies</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936352#M72128</link>
      <description>I want to add a vote of support for Robert Brooks' suggestion. &lt;BR /&gt;&lt;BR /&gt;I have a site with very similar configuration and we use HBMM to make a quick recovery of shadowsets after breaking them to do backups.&lt;BR /&gt;&lt;BR /&gt;With HBMM I cut down the time that shadowset recovery used to take in hours down to around 15-20 minutes maximum.&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Tue, 25 Oct 2005 15:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936352#M72128</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-10-25T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Shadow Copies</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936353#M72129</link>
      <description>Robert wrote . . .&lt;BR /&gt;&lt;BR /&gt;I want to add a vote of support for Robert Brooks' suggestion.&lt;BR /&gt;&lt;BR /&gt;I have a site with very similar configuration and we use HBMM to make a quick recovery of shadowsets after breaking them to do backups.&lt;BR /&gt;&lt;BR /&gt;With HBMM I cut down the time that shadowset recovery used to take in hours down to around 15-20 minutes maximum.&lt;BR /&gt;&lt;BR /&gt;-----&lt;BR /&gt;&lt;BR /&gt;Not to rathole the discussion of the original problem, but my *guess* is that you are using Minicopy, not minimerge, to reconstitute your shadow sets.  Merges tend to take place in response to system crashes.  Minicopy is frequently used in a situation such as you described, where a shadow set is broken apart for a short time, such as a backup.&lt;BR /&gt;&lt;BR /&gt;Minicopy was first released for V7.3 and then backported to V7.2-2.&lt;BR /&gt;&lt;BR /&gt;               -- Rob</description>
      <pubDate>Tue, 25 Oct 2005 15:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936353#M72129</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2005-10-25T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Shadow Copies</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936354#M72130</link>
      <description>Oooops ... you're right Robert -- slight glitch there ... meant to say Minicopy -- I'll blame it on the fumes from construction materials in the computer room for the last few days.  Formaldehyde from temporary pressed wood walls.  It's either that or age ;-)&lt;BR /&gt;&lt;BR /&gt;It would be a relatively simple upgrade from 7.2-1H1 to 7.2-2 just to pick up the Minicopy capability.  Personally I prefer 7.3-2, but with 7.2-2 you don't even have to worry about relinking any applications.&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Tue, 25 Oct 2005 16:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936354#M72130</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-10-25T16:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Shadow Copies</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936355#M72131</link>
      <description>Thanks for the pointers and notes with reference to disk preference during disk shadow copies. We are looking at upgrading to OpenVMS 7.3-2. Sooner the better I think.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Kevin Raven</description>
      <pubDate>Wed, 26 Oct 2005 03:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-shadow-copies/m-p/4936355#M72131</guid>
      <dc:creator>VMS Support</dc:creator>
      <dc:date>2005-10-26T03:02:23Z</dc:date>
    </item>
  </channel>
</rss>

