MigrateBEgridToEMI3 part2

From T2B Wiki
Revision as of 12:28, 26 August 2015 by Maintenance script (talk | contribs) (Created page with " == Upgrade local LFC from EMI2 to EMI3 == === Backup === *Shutdown the VM and make a copy of its disk image. *Make a dump of the db and copy it in a safe place : <pre> m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Upgrade local LFC from EMI2 to EMI3

Backup

  • Shutdown the VM and make a copy of its disk image.
  • Make a dump of the db and copy it in a safe place :
mysqldump -u root -p'password' cns_db > backup_db_lfc.sql
scp backup_db_lfc.sql mon.iihe.ac.be:/userbackup/backup_lfc01_april2014/

Upgrade

  • Upgrade the yum repos config files :
scp voms01.begrid.be:/root/emi-release-3.0.0-2.el6.noarch.rpm ./
yum localinstall emi-release-3.0.0-2.el6.noarch.rpm
  • Update :
yum update
  • Re-launch YAIM :
cd Yaim
/opt/glite/yaim/bin/yaim -c -s ./site-info.def -n emi_lfc_mysql

Upgrade WMS from EMI2 to EMI3

Recipe similar to the one above for LFC.


Template:TracNotice