Differences between revisions 4 and 5
Revision 4 as of 2010-04-22 09:30:46
Size: 2627
Comment:
Revision 5 as of 2010-08-16 10:24:44
Size: 2627
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

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 inserted: ... (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

  • 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:
  • 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)