Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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
  1. login on to kb-test-adm-001 as root and stop the networkinterface by installing a cron-job that does this for you:
  2.  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
  3. Verify that the GUI pages are working properly.
  4. Create a new active selective harvest definition and verify that a new job is created and started.
  5. Run a batch job or two and verify these work correctly.
  • No labels