Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The rest of the tutorial assumes that you are running from an lxplus node at CERN and using the bash shell.

This script will command can be used to setup the LCG grid tools at CERNenvironment using tools on the DESY AFS file system.

No Format
source /afs/cerndesy.chde/group/projectgrid/gdUI/LCGGLITE-share/currentpro/etc/profile.d/grid_env.sh

There is also exists a script on DESY afssetup script maintained at CERN.

No Format
source /afs/desycern.dech/groupproject/gridgd/UI/GLITE-proLCG-share/current/etc/profile.d/grid_env.sh

The DESY afs script seems to work the best. ( I am having trouble running EDG commands with the CERN setup script.)

VOMS Server

At the beginning of each session, a proxy certificate needs to be obtained.

...

No Format
voms-proxy-init -verify -debug -voms ilc

LCG File System

In order to use the LCG file system, the LFC_HOST variable must be setup.

No Format

export LFC_HOST=`lcg-infosites --vo ilc lfc`

Test Commands

The GLITE UI will be used to run test jobs. It uses commands starting with "edg-" for job submission, monitoring, etc.

...

List files on the mass storage system at DESY.

No Format

export LFC_HOST=`lcg-infosites --vo ilc lfc`
lfc-ls -l  /grid

Put a file into DESY mass storage.

...