<?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: Shadowing with IP Cluster in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-with-ip-cluster/m-p/4786285#M101770</link>
    <description>Rob:&lt;BR /&gt;&lt;BR /&gt;Actually I was just looking for someone that has tried it and was just looking for a general response.</description>
    <pubDate>Tue, 10 May 2011 18:17:25 GMT</pubDate>
    <dc:creator>Allan Large</dc:creator>
    <dc:date>2011-05-10T18:17:25Z</dc:date>
    <item>
      <title>Shadowing with IP Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-with-ip-cluster/m-p/4786283#M101768</link>
      <description>Has anyone tried enabling disk shadowing with Clustering over IP under VMS 8.4 ?&lt;BR /&gt;&lt;BR /&gt;So far our experience is that it is way too slow to be functional.</description>
      <pubDate>Tue, 10 May 2011 17:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-with-ip-cluster/m-p/4786283#M101768</guid>
      <dc:creator>Allan Large</dc:creator>
      <dc:date>2011-05-10T17:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing with IP Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-with-ip-cluster/m-p/4786284#M101769</link>
      <description>You might generate more useful discussion if you mention the relevant hardware involved, and other useful information (using a separate network for IPCI?, jumbo frames enabled?, MSCP-serving disks?, etc...).&lt;BR /&gt;&lt;BR /&gt;Are your complaints with the speed of steady-state operation, or with copies/merges?&lt;BR /&gt;&lt;BR /&gt;In general, for direct-attached storage on every cluster member, there will be little cluster traffic generated by HBVS for steady-state use, other than lock manager stuff.&lt;BR /&gt;&lt;BR /&gt;As I've read somewhere before, terse questions beget terse answers.&lt;BR /&gt;&lt;BR /&gt;-- Rob</description>
      <pubDate>Tue, 10 May 2011 18:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-with-ip-cluster/m-p/4786284#M101769</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2011-05-10T18:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing with IP Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-with-ip-cluster/m-p/4786285#M101770</link>
      <description>Rob:&lt;BR /&gt;&lt;BR /&gt;Actually I was just looking for someone that has tried it and was just looking for a general response.</description>
      <pubDate>Tue, 10 May 2011 18:17:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-with-ip-cluster/m-p/4786285#M101770</guid>
      <dc:creator>Allan Large</dc:creator>
      <dc:date>2011-05-10T18:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing with IP Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-with-ip-cluster/m-p/4786286#M101771</link>
      <description>Think about what's happening here.&lt;BR /&gt;&lt;BR /&gt;HBVS does synchronous writes, ie all writes will complete before the IO operation returns completion to the user.&lt;BR /&gt;&lt;BR /&gt;The limit to maximum achievable IO rate is IO latency.&lt;BR /&gt;&lt;BR /&gt;Take a local EVA on direct path from a rx6600. You can typically achieve a raw disc write latency of just under 1 millisecnd - that's around 1000-1500 IOs / second, maximum, to that disc.&lt;BR /&gt;&lt;BR /&gt;Add HBVS to that with multiple local direct path EVAs (say 3 way) and given how HBVS work, you'll probably achieve around 1.5 milliseconds at best, say 2 milliseconds. That's around 500 IOs/second, maximum, to that DSA device.&lt;BR /&gt;&lt;BR /&gt;Now pull the EVAs apart to say 100 mile separation and add distance latency - it's easy to drop to around 100 IOs/sec max, with direct path fibre.&lt;BR /&gt;&lt;BR /&gt;MSCP serving over IPCI is not direct path. You have the extra overhead of MSCP transactions and you have the extra overhead of the IP stack and the fact that an IP / ethernet network behaves completely differently to fibrechannel direct path. It's easy to double or triple the IO latency.&lt;BR /&gt;&lt;BR /&gt;So, it's really easy to end up with a quite small maximum achievable IO write rate. Sometimes that's too small for your applications to cope with.&lt;BR /&gt;&lt;BR /&gt;MSCP serving over IPCI will work, but, as you've found, it will have worse IO write latency than direct path fibrechannel.&lt;BR /&gt;&lt;BR /&gt;More overhead = worse latency = what you think of as poor performance under your specific circumstances relative to your expectations.&lt;BR /&gt;&lt;BR /&gt;Now think how that affects normal operations (which are generally small block count individual IO writes) and shadow copy / merge operations (which sensibly try to group up IOs into large block count IO writes) - and the effect hat has on both the latency and throughput. Latency governs IO response and thus IO rate, bandwidth (and things like transmit window size in the network) govern IO throughput.&lt;BR /&gt;&lt;BR /&gt;This stuff is complex under the hood with all the different effects at the different levels of the assortment of protocol stacks and drivers - a lot more complex than most people consider.&lt;BR /&gt;&lt;BR /&gt;The laws of physics are inconvenient, but real. That's why testing in your specific circumstances matters and it's why good design matters.&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin (&lt;A href="http://www.xdelta.co.uk)." target="_blank"&gt;http://www.xdelta.co.uk).&lt;/A&gt;</description>
      <pubDate>Wed, 11 May 2011 05:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-with-ip-cluster/m-p/4786286#M101771</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2011-05-11T05:23:18Z</dc:date>
    </item>
  </channel>
</rss>

