GLite on Nikhef Desktops
From PDP/Grid Wiki
Revision as of 14:00, 29 July 2009 by Janjust@nikhef.nl (talk | contribs)
Notes on how to install the gLite UI tarball for Nikhef desktop use
Download the tarballs from the glite website:
- glite 3.1: http://glite.web.cern.ch/glite/packages/R3.1/updates.asp
- glite 3.2: http://glite.web.cern.ch/glite/packages/R3.2/sl5_x86_64/updates.asp
Make sure to download both the glite-UI tarball itself and the glite-UI-externals tarball.
Extracting the tarballs
- Log in as the user 'gridadm' on a Nikhef desktop, 'login.nikhef.nl' (SL4) or 'login2.nikhef.nl' (SL5)
- Go to the global installation directory
cd /global/ices/lcg
- Create a directory for the new tarball and 'cd' into it,
mkdir glite<VERSION> cd glite<VERSION>
where <VERSION> denotes the full version number of the glite update, e.g. 3.1.35
- Unpack the tarballs
tar xzf .../glite-UI-<VERSION>-0.tar.gz tar xzf .../glite-UI-<VERSION>-0-external.tar.gz