<?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: shadow cost in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772560#M75655</link>
    <description>John,&lt;BR /&gt;&lt;BR /&gt;consider the speed of light trough glass: about 200.000 KM/sec, or 5 usec / km&lt;BR /&gt;Round trip = 20 KM = 0.1 msec extra latency (assuming the same components in the circuitry to local vs remote).&lt;BR /&gt;I very much doubt if that will be significant.&lt;BR /&gt;OTOH, IF extra switches or whatever are involved, find out THEIR latency, and calculate again.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost (maybe in May in Nashua?).&lt;BR /&gt;&lt;BR /&gt;jpe</description>
    <pubDate>Mon, 17 Apr 2006 13:23:17 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2006-04-17T13:23:17Z</dc:date>
    <item>
      <title>shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772554#M75649</link>
      <description>for a fibre channel san environment (using dark fibre) and an OpenVMS disaster tolerant cluster both seperated by roughly 10 miles, what values and when would I set the shadow sets for $ set shadow/read_cost. Assume seven 2member shadow sets.</description>
      <pubDate>Mon, 17 Apr 2006 10:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772554#M75649</guid>
      <dc:creator>John Eerenberg</dc:creator>
      <dc:date>2006-04-17T10:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772555#M75650</link>
      <description>The algorithm used by shadowing to determine which member to read is quite simple -- for each member determine the sum of the read cost and queue length.  Read from whichever member has the lowest sum.&lt;BR /&gt;&lt;BR /&gt;If you set the "remote" member to the highest possible read cost value, it'll only be read from if the "local" member is not available.&lt;BR /&gt;&lt;BR /&gt;You can, of course, set a much lower read cost on the remote member and get similar behaviour if the queue length on the "local" member does not get too high.&lt;BR /&gt;&lt;BR /&gt;You can the sample queue length for any device by using $GETDVI with the QLEN item code.&lt;BR /&gt;&lt;BR /&gt;                      -- Rob</description>
      <pubDate>Mon, 17 Apr 2006 10:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772555#M75650</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2006-04-17T10:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772556#M75651</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;A question and a thought. Is this a shadowset of mirrored volumes.&lt;BR /&gt;&lt;BR /&gt;If it is not, it is well worth considering. If you lose the fiber link, you will also lose your protection against HDA failure. Remember, the corrolary to Murphy's law states that "HDAs only fail when the DR site is inaccessible".&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 17 Apr 2006 10:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772556#M75651</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-04-17T10:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772557#M75652</link>
      <description>Each DGA device has a RAID1 behind the scenes. :)&lt;BR /&gt;&lt;BR /&gt;So what are practical values if one wants to localize more then half of the read IO (I know it is app dependent)? Are there guidelines when to localize read IO?&lt;BR /&gt;&lt;BR /&gt;Perhaps the following would work if I want to keep a read queue depth less then one local? Or do the default /read_costs already give me this?&lt;BR /&gt;&lt;BR /&gt;DSA35 has $1$dga1 and $1$dga101.&lt;BR /&gt;Node A and EVA4000 A are in datacenter A with $1$dga1.&lt;BR /&gt;Node B and EVA4000 B are in datacenter B with $1$dga101.&lt;BR /&gt;&lt;BR /&gt;NodeA$ Set Shadow/read_cost=2 $1$dga1&lt;BR /&gt;NodeA$ Set Shadow/read_cost=3 $1$dga101&lt;BR /&gt;&lt;BR /&gt;On the other node&lt;BR /&gt;NodeB$ Set Shadow/read_cost=3 $1$dga1&lt;BR /&gt;NodeB$ Set Shadow/read_cost=2 $1$dga101&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Apr 2006 11:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772557#M75652</guid>
      <dc:creator>John Eerenberg</dc:creator>
      <dc:date>2006-04-17T11:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772558#M75653</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;the default read cost algorithm helps, if the system can identify which device is local vs. remote. In case of a FC SAN disk, this is not possible, so you might want to help shadowing with the SET DEVICE/SITE algorithm.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 17 Apr 2006 11:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772558#M75653</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-04-17T11:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772559#M75654</link>
      <description>I guess I am trying to get a handle on whether or not the defaults are good enough *or* should I force keeping some/most of the read traffic local to a given datacenter. &lt;BR /&gt;&lt;BR /&gt;Thoughts anyone?&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Apr 2006 12:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772559#M75654</guid>
      <dc:creator>John Eerenberg</dc:creator>
      <dc:date>2006-04-17T12:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772560#M75655</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;consider the speed of light trough glass: about 200.000 KM/sec, or 5 usec / km&lt;BR /&gt;Round trip = 20 KM = 0.1 msec extra latency (assuming the same components in the circuitry to local vs remote).&lt;BR /&gt;I very much doubt if that will be significant.&lt;BR /&gt;OTOH, IF extra switches or whatever are involved, find out THEIR latency, and calculate again.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost (maybe in May in Nashua?).&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Mon, 17 Apr 2006 13:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772560#M75655</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-04-17T13:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772561#M75656</link>
      <description>John, why set any values ? We run a DT cluster which is completely symetric. Same work mix at both sites. Exact same configuration at both sites. Online sessions are exactly split, batch more or less. &lt;BR /&gt;&lt;BR /&gt;Thomas</description>
      <pubDate>Mon, 17 Apr 2006 18:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772561#M75656</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-04-17T18:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772562#M75657</link>
      <description>We define in sylogicals a logical defining the site (def/sys ING_SITE SITE1). Different for each site of course.&lt;BR /&gt;&lt;BR /&gt;After the mount of the shadow set, we do a set device/site=f$tr("ing_site") for the shadow set (so, each building gets its own site for the complete shadow set).&lt;BR /&gt;&lt;BR /&gt;Then for each disk of the shadow set, we do a set dev/site=x with x is being the site where the disk is located.&lt;BR /&gt;&lt;BR /&gt;Normally I would expect no big performance gain unless you only have FDDI between the 2 sites without FC (FDDI is much slower than FC). We do ...&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 18 Apr 2006 01:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772562#M75657</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-04-18T01:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772563#M75658</link>
      <description>Use the site settings as described by Jan and then VMS can tell which are local and which are remote and do the right thing. Reads will then mostly be from the local member disks at each sites.&lt;BR /&gt;&lt;BR /&gt;See Host Base Volume Shadowing in action presentation at&lt;BR /&gt;&lt;A href="http://www2.openvms.org/kparris/" target="_blank"&gt;http://www2.openvms.org/kparris/&lt;/A&gt;</description>
      <pubDate>Tue, 18 Apr 2006 04:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772563#M75658</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-04-18T04:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772564#M75659</link>
      <description>Prehaps I'm the one not understanding something.We run a 4 node disaster tolerant cluster. Completely symmetric. Two nodes at each site connected to HSG80 SANS. The only disks we have local to a node are the system disks, pagefile disks  and sortwork disks. Everthing else is on the SAN and accessed from both sites. All disks are shadowed and  some are mirrored and shadowed. &lt;BR /&gt;</description>
      <pubDate>Tue, 18 Apr 2006 18:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772564#M75659</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-04-18T18:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: shadow cost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772565#M75660</link>
      <description>Thomas,&lt;BR /&gt;&lt;BR /&gt;when talking about 'local' disks in a SAN multi-site configuration in the context of OpenVMS shadowing for the calculation of READ_COST, we refer to the disks in the HSG/EVA in the SAME SITE as the OpenVMS system.&lt;BR /&gt;&lt;BR /&gt;As all Fibre Channel disks appear 'local' to OpenVMS (as opposed to 'remote' MSCP-served disks), the shadowing software cannot determine, which disks are in the local site vs. the remote site and the SITE_ID algorithm allows the system manager to 'help' shadowing figure out the location (or distance to) the SAN disks.&lt;BR /&gt;&lt;BR /&gt;The idea of the READ_COST setting is to prefer disks in the same site (i.e. typically with a lower distance across the SAN and therefore a lower latency) when reading from a multisite shadowset.&lt;BR /&gt;&lt;BR /&gt;When you talk about 'local' disks in your cluster, you probably refer to SCSI disks in the box of your OpenVMS system.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 19 Apr 2006 00:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-cost/m-p/3772565#M75660</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-04-19T00:52:39Z</dc:date>
    </item>
  </channel>
</rss>

