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)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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