###Listing 17: Fehlerszenarien testen

Ressourcenausfall:
vmserver1:~ # xm destroy sles11_2
vmserver2:~ # xm destroy sles11_1
vmserver1:~ # crm_mon -r -f -i2

Knotenausfall:
vmserver2:~ # sync; reboot -nf
vmserver1:~ # crm_mon -r -f -i2

Kommunikationsausfall:
vmserver1:~ # iptables -I INPUT -p udp --dport 4000 -j DROP
vmserver1:~ # iptables -I OUTPUT -p udp --sport 4000 -j DROP
vmserver1:~ # crm_mon -r -f
vmserver1:~ # iptables -D INPUT 1
vmserver1:~ # iptables -D INPUT 1
