Differences between revisions 4 and 5
Revision 4 as of 2010-03-08 12:59:04
Size: 1938
Comment:
Revision 5 as of 2010-04-22 15:14:11
Size: 1894
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
    * 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. 
 * 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 no errors can be found in any of the applications.
 * Press on the ArcRepository.
 * Press on '''Show all''' under Index.
 * Check that the logs for the ArcRepository contain the log (probably with another port number than 8139):
INFO: Connected to database using DBurl 'jdbc:derby://localhost:8139/adminDB' using driver 'org.apache.derby.jdbc.ClientDriver'
Line 13: Line 18:
  * Check that no errors can be found in any of the applications.

  * Press on the ArcRepository.
  * Press on '''Show all''' under Index.
  * Check that the logs for the ArcRepository contain the log (probably with another port number than 8139):
INFO: Connected to database using DBurl 'jdbc:derby://localhost:8139/adminDB' using driver 'org.apache.derby.jdbc.ClientDriver'
  * Check that it also contains logs with information about inserting the different replicas into the database, e.g.:
 * Check that it also contains logs with information about inserting the different replicas into the database, e.g.:
Line 21: Line 20:
Line 29: Line 27:
    * 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 BitPreservation in the side bar. 
 * 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 BitPreservation in the side bar.
 * Check that the three replicas exist: KBN, CSN and SBN
 * Verify that all the replicas has 'Number of files: 0', and that the last filelist update is
 {{{
1/1/1970 1:00:00AM}}}
Line 35: Line 37:
  * Check that the three replicas exist: KBN, CSN and SBN
  * Verify that all the replicas has 'Number of files: 0', and that the last filelist update is 'null null'
 
* Verify that all the replicas has 'Number of files with error: 0', and that the last checksum status update is 'null null'
 * Verify that all the replicas has 'Number of files with error: 0', and that the last checksum status update is
{{{
1/1/1970
1:00:00AM}}}

Check the staus of the database based installation

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 no errors can be found in any of the applications.
  • Press on the ArcRepository.

  • Press on Show all under Index.

  • Check that the logs for the ArcRepository contain the log (probably with another port number than 8139):

INFO: Connected to database using DBurl 'jdbc:derby://localhost:8139/adminDB' using driver 'org.apache.derby.jdbc.ClientDriver'

  • Check that it also contains logs with information about inserting the different replicas into the database, e.g.:

INFO: Inserting replica 'CHECKSUMReplica (CS) CSN' to database.

Check 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
  • Verify that all the replicas has 'Number of files: 0', and that the last filelist update is
    1/1/1970 1:00:00AM
  • Verify that all the replicas has 'Number of files with error: 0', and that the last checksum status update is
    1/1/1970 1:00:00AM

It42CheckEmptySystem (last edited 2010-08-16 10:24:40 by localhost)