Hi all, this is my first post at DRBD list, my name is Andres and i&#39;m noob at drbd.<br>I&#39;m trying to install a HA Debian Lenny cluster with Pacemaker + DRBD. <br>Is almost done, so i am testing it. My problem is that when I forced a split brain, drbd didn&#39;t send a notification email as I configured at drbd.conf :<br>
.....<br>    fence-peer &quot;/usr/lib/drbd/crm-fence-peer.sh&quot;;<br>    split-brain &quot;/usr/lib/drbd/notify-split-brain.sh <a href="mailto:andres@mymail.com">andres@mymail.com</a>&quot;;<br>}<br><br>If i try to run notify-split-brain.sh manually from command line I get the following error:<br>
# sh /usr/lib/drbd/notify-split-brain.sh <a href="mailto:andres@mymail.com">andres@mymail.com</a><br>      /usr/lib/drbd/notify-split-brain.sh: line 9: syntax error near unexpected token `&gt;&#39;<br>      /usr/lib/drbd/notify-split-brain.sh: line 9: `exec &gt; &gt;(2&gt;&amp;- ; logger -t &quot;$PROG[$$]&quot; -p <a href="http://local5.info">local5.info</a>) 2&gt;&amp;1&#39;<br>
<br>I&#39;m not a bash expert and line 9 is quite confusing for me.<br>Can someone help me at this point?<br>Thans in advance.<br>Andres.<br><br>