Hi all, this is my first post at DRBD list, my name is Andres and i'm noob at drbd.<br>I'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't send a notification email as I configured at drbd.conf :<br>
.....<br> fence-peer "/usr/lib/drbd/crm-fence-peer.sh";<br> split-brain "/usr/lib/drbd/notify-split-brain.sh <a href="mailto:andres@mymail.com">andres@mymail.com</a>";<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 `>'<br> /usr/lib/drbd/notify-split-brain.sh: line 9: `exec > >(2>&- ; logger -t "$PROG[$$]" -p <a href="http://local5.info">local5.info</a>) 2>&1'<br>
<br>I'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>