Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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

    Code Block
    #!/bin/bash
    
    # stopping network
    /etc/init.d/network stop
    # waiting 3 minutes
    /bin/sleep 3m
    # starting network
    /etc/init.d/network start
  3.  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 continuesVerify 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.