Upgrading Quattor managed glite servers

From PDP/Grid Wiki
Revision as of 15:46, 30 September 2008 by Sveng@nikhef.nl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Upgrading to a new glite release

The following notes were taken during the upgrade to glite-3.1-31

As ndpfmgr@stal

  1. Run the skript ~/bin/mirror-glite-3.1

This creates a Quattor template file in /tmp which can be used to create a cern-mirror of the latest glite in /project/quattor/www/html/mirror/glite (fetch release from: http://glitesoft.cern.ch/EGEE/gLite/).

As normal-user@stal

Assuming you have a working Quattor environment, in particular $L points to a usable Quattor checkout.

  1. cd $L/cfg
  2. cp /tmp/glite-3.1-update-31.tpl ./ (the file created as ndpfmgr in the first step
  3. cd $L/cfg/grid/glite-3.1/update/
  4. cp -a 29 31
  5. find 31 -type d -name CVS | xargs rm -rf (delete the CVS files, this command will change when moving to subversion)