Administration of the ApelBox

From Gridkaschool
Revision as of 18:00, 28 December 2012 by Pweber (talk | contribs) (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…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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