Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2010-03-08 12:56:32
Size: 1815
Comment:
Revision 7 as of 2010-08-16 10:24:40
Size: 1894
Editor: localhost
Comment: converted to 1.6 markup
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: 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.
 * 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.
Line 27: 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.     * 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'
 * 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}}}
 * 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:
    • 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
  • 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)