Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  1. Start the databases used by NetarchiveSuite and the message broker.
  2. The BitarchiveApplication (one or more) on all bitarchive servers is started:
    Code Block
     dk.netarkivet.archive.bitarchive.BitarchiveApplication 
  3. The applications on the admin-machine are started:
    Code Block
     - dk.netarkivet.common.webinterface.GUIApplication
     - dk.netarkivet.archive.arcrepository.ArcRepositoryApplication
     - dk.netarkivet.harvester.scheduler.HarvestJobManagerApplication
     - dk.netarkivet.archive.bitarchive.BitarchiveMonitorApplication for Replica One
     - dk.netarkivet.archive.bitarchive.BitarchiveMonitorApplication for Replica Two
    
  4. The applications on the harvester machines are started: Start each HarvesterControllerApplication instance deployed on this machine
  5. The applications on the access-servers are started by first starting the IndexServer and then one or more ViewerproxyApplication instances.

...