Differences between revisions 2 and 3
Revision 2 as of 2010-04-26 12:53:38
Size: 1594
Comment:
Revision 3 as of 2010-08-16 10:24:53
Size: 1594
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Do the 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 snapshot harvest site:
    • Click on Snapshot Harvest under the Definitions section in the side bar.

Run 3 snapshot harvests simultaneously.

  • Run a 100,000 bytelimit snapshot harvest
    • Press Create a new snapshot harvest definition

    • Give a name (e.g. snh1)
    • Set the byte limit to 100,000 and the object limit to -1 (infinity)
    • Press the Activate button in the fifth coloumn of snh1.

  • Run a 100 object limit snapshot harvest
    • Press Create a new snapshot harvest definition

    • Give a name (e.g. snh2)
    • Set the byte limit to -1 (infinity) and the object limit to 100
    • Press the Activate button in the fifth coloumn of snh2.

  • Run a 100,000 bytelimit and 100 objectlimit snapshot harvest
    • Press Create a new snapshot harvest definition

    • Give a name (e.g. snh3)
    • Set the byte limit to 100,000 and the object limit to 100
    • Press the Activate button in the fifth coloumn of snh3.

  • Go to the harvest status site:
    • Click on Harvest Status.

    • Click on All in the only show job status menu, and then click the Show button.

    • Wait to all the jobs have the status DONE.

It42MultiSnapshotHarvest (last edited 2010-10-11 12:41:21 by TueLarsen)