Difference between revisions of "Administration of the ApelBox"

From Gridkaschool
(Created page with "== Migration from MonBox to ApelBox == When migrating from a glite-MON to this new node, the database containing the accounting information must be moved over to the new node fol…")
 
(No difference)

Latest revision as of 18:00, 28 December 2012

Migration from MonBox to ApelBox

When migrating from a glite-MON to this new node, the database containing the accounting information must be moved over to the new node following these steps after configuring APEL in the compute element(s):

  • Create a backup of the database in the glite-MON:
[glite-mon#] mysqldump -u username -p > mon_backup.sql
  • Insert the backup into the new glite-APEL node:
[glite-apel#] mysql -u username -p < mon_backup.sql