Upgrading Quattor managed glite servers
From PDP/Grid Wiki
Revision as of 13:46, 30 September 2008 by Sveng@nikhef.nl (talk | contribs)
Upgrading to a new glite release
The following notes were taken during the upgrade to glite-3.1-31
As ndpfmgr@stal
- 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.
- cd $L/cfg
- cp /tmp/glite-3.1-update-31.tpl ./ (the file created as ndpfmgr in the first step
- cd $L/cfg/grid/glite-3.1/update/
- cp -a 29 31
- find 31 -type d -name CVS | xargs rm -rf (delete the CVS files, this command will change when moving to subversion)