<?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 Lagging Replications report in Array Performance and Data Protection</title>
    <link>https://community.hpe.com/t5/array-performance-and-data/lagging-replications-report/m-p/6983000#M400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone find a way besides staying on the "Replication - Send" screen to report on the Time Lag'd replications?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an API/SNMP that can be used.&amp;nbsp; We use PRTG to monitor and I would like to bring this info into this application to be seen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2015 16:46:55 GMT</pubDate>
    <dc:creator>jerry_bogart</dc:creator>
    <dc:date>2015-11-18T16:46:55Z</dc:date>
    <item>
      <title>Lagging Replications report</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/lagging-replications-report/m-p/6983000#M400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone find a way besides staying on the "Replication - Send" screen to report on the Time Lag'd replications?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an API/SNMP that can be used.&amp;nbsp; We use PRTG to monitor and I would like to bring this info into this application to be seen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 16:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/lagging-replications-report/m-p/6983000#M400</guid>
      <dc:creator>jerry_bogart</dc:creator>
      <dc:date>2015-11-18T16:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lagging Replications report</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/lagging-replications-report/m-p/6983001#M401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking to see exactly what information you are after?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CLI will allow you to see which state Replications are in usig the snapcoll command and calling any volcoll from it e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.hpe.com/legacyfs/online/2620_pastedImage_21.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This indicates that the volcoll ESX-Synch is lagging (Pending) as the previous one is still running, the GUI also shows this:&lt;/P&gt;&lt;P&gt;And yes, you can also get this information via the RestfulAPI in NOS 2.3.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.hpe.com/legacyfs/online/2619_pastedImage_7.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plenty of other posts/blogs on how to use the API&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 10:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/lagging-replications-report/m-p/6983001#M401</guid>
      <dc:creator>pdavies34</dc:creator>
      <dc:date>2015-11-24T10:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lagging Replications report</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/lagging-replications-report/m-p/6983002#M402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a bash script that I run from zenoss to graph (and alert) on my replication delay for each of my volume collections.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I don't see a "code" format in this chat.&amp;nbsp; Also, this is a "code judgement free zone", I whipped this up in 5 min, and it works, so I haven't messed with it since &lt;IMG src="https://community.hpe.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It uses the nagios plugin output format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;##################################&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;#&amp;nbsp;&amp;nbsp; nimbleRepl.sh&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;##################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#requires that the zenoss user is created on the array, with the ssh key for zenoss&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#check that volCOLL is passed in&lt;/P&gt;&lt;P&gt;if [ $# -ne 2 ]; then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo "You must pass in the volCollection to check, as well as the array"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo "$0 volCOLLECTION ARRAY1.example.local"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit 1&lt;/P&gt;&lt;P&gt;fi&lt;/P&gt;&lt;P&gt;VOLCOLL=$1&lt;/P&gt;&lt;P&gt;ARRAY=$2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CURTIME=`date +%s`&lt;/P&gt;&lt;P&gt;CURRENT=`date +%Y%m%d%H%M`&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LASTREPL=`ssh zenoss@${ARRAY} volcoll --info ${VOLCOLL} | grep 'Latest collection replicated' | awk '{print $4}' | cut -d - -f 2`&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAST=`date -d "${LASTREPL:0:4}-${LASTREPL:4:2}-${LASTREPL:6:2} ${LASTREPL:8:2}:${LASTREPL:10:2}" +%s`&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPDELAY=$((( $CURTIME - $LAST) / 60))&lt;/P&gt;&lt;P&gt;#echo "$VOLCOLL replicated at $LASTREPL which is at $REPDELAY minutes behind $CURRENT"&lt;/P&gt;&lt;P&gt;echo "nimbleRepl.sh | RepDelay=$REPDELAY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 15:11:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/lagging-replications-report/m-p/6983002#M402</guid>
      <dc:creator>briffle52</dc:creator>
      <dc:date>2015-12-17T15:11:11Z</dc:date>
    </item>
  </channel>
</rss>

