Differences between revisions 2 and 3
Revision 2 as of 2010-03-08 12:24:49
Size: 2730
Comment:
Revision 3 as of 2010-03-08 12:27:52
Size: 2750
Comment:
Deletions are marked like this. Additions are marked like this.
Line 65: Line 65:
     * Verify that all replicas has the same amount of files.
     * Verify that all the replicas has 0 missing files.
     * Verify that all the replicas has the same amount of files.
     * Verify that all the replicas has Missing files: 0.
Line 68: Line 68:
     * Verify that no replica has any files with error.      * Verify that all the replicas has Number of files with error: 0.

Check the Checksum replica through System State

Do following in a browser

Start Program

  • Go to http://$GUIadminserver:$http-port/HarvestDefinition/

    • where GUIadminserver and http-port are specified in the deploy configuration file under the application named dk.netarkivet.common.webinterface.GUIApplication
    • In the one-machine setup (deploy_example_one_machine.xml ) the link will be : http://localhost:8074

  • Go to the status site:
    • Click on System State in the side bar.
  • Check that a ChecksumFileServer instance is present on the kb-test-acs-001 machine.

  • Check that no errors can be found in any of the applications.
  • Press on the ChecksumFileServer.

  • Press on Show all under Index.

  • Check that the logs for the ChecksumFileServer contain the log: Finished loading admin data.

Check the Checksum Replica on file system

Use ssh to go the machine with the Checksum Replica and go into the installation directory (netarkivet.dk -> kb-test-acs-001, and /home/test/TESTX)

  • View the content of the Checksum replica:

less checksum/checksum_CS.md5
  • Verify the content:
    • Verify that it contains several file entries (at least 4, two for each harvest, among those: '1-metadata-1.arc' and '2-metadata-1.arc')
    • Verify that all the file entries have a checksum attached (those characters after the ##).
  • View the log of the Checksum Replica:

less log/ChecksumFileApplication0.log.0
  • Verify the content:
    • Verify that it contains a lot of lines saying:

FINE: AdminData line ignored: ... (followed by some specific admin.data line)
  • Verify that in the buttom there is a line saying:

INFO: Finished loading admin data.

Check the Checksum Replica through the bitpreservation site

Do following in a browser

Start Program

  • Check that the three replicas exist: KBN, CSN and SBN
  • Press the update filelist status for each replica.
    • Verify that all the replicas has the same amount of files.
    • Verify that all the replicas has Missing files: 0.
  • Press the Update Checksum status for all replicas
    • Verify that all the replicas has Number of files with error: 0.

It42VerifyChecksumReplica (last edited 2010-08-16 10:24:44 by localhost)