...
A number of Jobs has been run creating content in the archive., or files have been uploaded to the archive
Delete files on replicaA
Login in sb-test-bar-001.statsbiblioteket.dk as netarkdv
Code Block $ ssh netarkdv@sb-test-bar-001.statsbiblioteket.dk
Set the TESTX variable:
Code Block $ export TESTX=XXXX
Delete all files in the replica:
Code Block $ ${TESTX}/conf/killall.sh $ rm -rf /netarkiv/0001/netarkdv/${TESTX}/filedir/* $ rm -rf /netarkiv/0002/netarkdv/${TESTX}/filedir/* $ ${TESTX}/conf/startall.sh
...