META TOPICPARENT |
name="WebHome" |
Grid User Interface
Every PPE SL4x desktop can act as a EGEE gLite UI. The User Interface (UI) tools, dq2-client and GANGA are installed in /data/ppe01/sl44/i386/grid
Using the UI
Check your current shell
echo $SHELL
If you are using bash or zsh then
source /data/ppe01/sl44/i386/grid/glite-ui/latest/external/etc/profile.d/grid-env.sh
If you are using tcsh or csh then
source /data/ppe01/sl44/i386/grid/glite-ui/latest/external/etc/profile.d/grid-env.csh
Using the dq2-client
Setup the UI as mentioned in the previous section.
If you are using bash or zsh then
source /data/ppe01/sl44/i386/grid/dq2-client/setup.sh
If you are using tcsh or csh then
source /data/ppe01/sl44/i386/grid/dq2-client/setup.csh
Then create a voms proxy
voms-proxy-init -voms atlas
and use the dq2 Tools as needed.
Using GANGA
Setup the UI as mentioned in the previous section.
If you are using bash or zsh then
source /data/ppe01/sl44/i386/grid/ganga/setup.sh
If you are using tcsh or csh then
source /data/ppe01/sl44/i386/grid/ganga/setup.csh
Refer to the ATLAS, LHCb or core GANGA documentation.
The release installed contains GangaAtlas , GangaLHCb , GangaNG , GangaCronus , GangaGUI , GangaPlotter
-- WilliamBell - 08 Aug 2008 |