Administration of the ApelBox

From Gridkaschool

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