<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
After doing some searching on setting up "PGPool-HA" to limit pgpool being a single point of failure it looks like development on the heartbeat project has reduced greatly and development has shifted to corosync  (backed by RedHat and Suse) that is recommend
 by pacemaker. <o:p></o:p></div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
I've found an article here <a href="http://masteinhauser.github.com/blog/2011/09/24/pacemaker-pgpool2/" style="color: blue; text-decoration: underline; ">http://masteinhauser.github.com/blog/2011/09/24/pacemaker-pgpool2/</a> that explains using pacemaker with
 pgpool-II.  In the post a resource agent is provided.  There was a quick tweak I had to make with the PGPool-II path created by the installed RPMs obtained from <a href="http://yum.postgresql.org/9.1/redhat/rhel-$releasever-$basearch" style="color: blue; text-decoration: underline; ">http://yum.postgresql.org/9.1/redhat/rhel-$releasever-$basearch</a>.
  I modified the below marked in bold from <b>/var/run/pgpool/</b> to<b>/var/run/pgpool-II-91</b><o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
pgpool2_status() {<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
    if [ ! -r "/<b>var/run/pgpool-II-91/pgpool.pid</b>" ]; then<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
        return $OCF_NOT_RUNNING<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
    fi<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
    ps_info=$(ps ax | grep "pgpool" | grep $(cat <b>/var/run/pgpool-II-91/pgpool.pid</b>))<o:p></o:p></div>
</div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
I used the following parameters to created the resource<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">crm configure primitive pgPool ocf:heartbeat:pgpool2 </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); "><o:p></o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">pcp_admin_username</span><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">postgres </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); "><o:p></o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">pcp_admin_password</span><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">password </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); "><o:p></o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">pcp_admin_port</span><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">9898 </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); "><o:p></o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">pcp_admin_host</span><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">localhost </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); "><o:p></o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">pgpool_bin</span><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">/usr/bin/pgpool </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); "><o:p></o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">pcp_attach_node_bin</span><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">/usr/bin/pcp_attach_node </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); "><o:p></o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">pcp_detach_node_bin</span><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">/usr/bin/pcp_detach_node </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); "><o:p></o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">pcp_node_count_bin</span><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">/usr/bin/pcp_node_count </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); "><o:p></o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">pcp_node_info_bin</span><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">/usr/bin/pcp_node_info </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); "><o:p></o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">stop_mode</span><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">f </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); "><o:p></o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">auto_reconnect</span><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">t </span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); "><o:p></o:p></span></div>
</div>
<div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 13.5pt; font-family: Helvetica, sans-serif; color: rgb(147, 161, 161); ">params </span><span style="font-size: 13.5pt; font-family: Helvetica, sans-serif; color: rgb(38, 139, 210); ">fail_on_detached</span><b><span style="font-size: 13.5pt; font-family: Helvetica, sans-serif; color: rgb(147, 161, 161); ">=</span></b><span style="font-size: 13.5pt; font-family: Helvetica, sans-serif; color: rgb(147, 161, 161); ">true </span><span style="font-size: 13.5pt; font-family: Helvetica, sans-serif; color: rgb(220, 50, 47); ">\</span><span style="font-size: 13.5pt; font-family: Helvetica, sans-serif; color: rgb(38, 139, 210); "><o:p></o:p></span></div>
</div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span class="apple-style-span"><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">op monitor </span></span><span class="apple-style-span"><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); ">interval</span></span><span class="apple-style-span"><b><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">=</span></b></span><span class="apple-style-span"><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(147, 161, 161); ">1min</span></span><span style="font-size: 9pt; font-family: Menlo, serif; color: rgb(38, 139, 210); "><o:p></o:p></span></div>
</div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<span style="font-size: 9pt; font-family: Menlo, serif; "><o:p> </o:p></span></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
The resource is looks to be created correctly but when I (re)start the corosync service and look at crm_mon I see some failed actions<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
============<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Last updated: Tue Apr 24 08:31:08 2012<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Last change: Tue Apr 24 08:02:31 2012 via cibadmin on <a href="http://pg1.stage.arin.net/" style="color: blue; text-decoration: underline; ">pg1.stage.arin.net</a><o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Stack: openais<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Current DC: <a href="http://pg2.stage.arin.net/" style="color: blue; text-decoration: underline; ">pg2.stage.arin.net</a> - partition with quorum<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Version: 1.1.6-3.el6-a02c0f19a00c1eb2527ad38f146ebc0834814558<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
2 Nodes configured, 2 expected votes<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
2 Resources configured.<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
============<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Online: [ <a href="http://pg1.stage.net/" style="color: blue; text-decoration: underline; ">pg1.stage.net</a> <a href="http://pg2.stage.net/" style="color: blue; text-decoration: underline; ">pg2.stage.net</a> ]<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
ClusterIP<span class="apple-tab-span"> </span>(ocf::heartbeat:IPaddr2):<span class="apple-tab-span"><o:p></o:p></span></div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Started <a href="http://pg2.stage.net/" style="color: blue; text-decoration: underline; ">pg2.stage.net</a><o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Failed actions:<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
    pgPool_monitor_0 (node=pg1.stage.net, call=3, rc=2, status=complete): invalid parameter<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
    pgPool_monitor_0 (node=pg2.stage.net, call=3, rc=2, status=complete): invalid parameter<o:p></o:p></div>
</div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
When I look in the /var/log/cluster/corosync.log I see this error <b>Apr 24 08:23:48 <a href="http://pg1.stage.net/" style="color: blue; text-decoration: underline; ">pg1.stage.net</a> lrmd: [28471]: WARN: Managed pgPool:monitor process 28484 exited with return
 code 2</b><o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
Has anyone ran into a similar experience or have suggestions for a cluster solution with pgpool-II.<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p> </div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
v/r<o:p></o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
<o:p> </o:p></div>
</div>
<div>
<div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; ">
STEVE</div>
</div>
</body>
</html>