Tests that the system can survive a network crash/stop and resume operation after the becomes available
Disable the network/switch/DC for some minutes and see that all batch processes reconnects and continue after restart
- login on to kb-test-adm-001 as root and stop the networkinterface by installing a cron-job that does this for you:
Install script restartNetworkWithWait.sh as root cronjob
#!/bin/bash # stopping network /etc/init.d/network stop # waiting 3 minutes /bin/sleep 3m # starting network /etc/init.d/network start
Go to the jconsole and reconnect again and verify that the processes continues go to the bitarchivemonitor in systemoverview and verify that there are still jobs running and uploads continues