Difference between revisions of "Upgrade to Glite 3.0.0"

From GridPP Wiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 16:46, 26 November 2007

Upgrade to Glite 3.0.0

31st May 2006

The upgrade went quite smoothly with one or two points to note:

  1. Setting up the Yum repository
    • The CERN site no longer provides the headers so once you have mirrored it locally you must run yum-arch.
  2. We upgraded the following nodes (Our DPM SE's will be done separately)
    • First ensure that the yum.conf on all nodes is pointing at the new local repository
    • Edit any changes to the site-info.def file, users.conf and group.conf and propagate around your cluster
    • MON: yum remove lcg-MON; yum install glite-MON; re run yaim (now in /opt/glite/yaim) to configure glite-MON
    • CE: yum update lcg-CE_torque; reran yaim to configure
    • WN's: yum remove lcg-WN_torque; yum install glite-WN glite-torque-client-config; yum update; re run yaim to configure
    • LFC: yum remove lcg-LFC_mysql; (Did a mysqldump --all-databases -p >LFC-dump-310506.sql first to take a backup but the db's were empty so this was superfluous really); yum install glite-LFC_mysql; re run yaim to configure
    • UI: yum remove lcg-UI; yum install glite-UI; re run yaim to configure