TWiki
>
ATLAS Web
>
TWikiUsers
>
NickEdwards
>
PandaOSX
(2011-01-06,
NickEdwards
)
(raw view)
E
dit
A
ttach
Trying to get panda client tools working on my Mac laptop ---++ Step 1: Get voms-proxy-init working Mainly followed the steps on [[http://www.nikhef.nl/pub/projects/grid/gridwiki/index.php/Using_voms-proxy-init_on_an_OSX_%2810.4_or_higher%29_system]] I add these lines to my bashrc: <verbatim>export GLOBUS_LOCATION=~/.globus/ export X509_VOMS_DIR=~/.voms export VOMS_USERCONF=$HOME/.glite/vomses export X509_CERT_DIR=~/.voms export VOMS_LOCATION=/ export LD_LIBRARY_PATH="/opt/local/lib:/opt/glite/lib:/opt/globus/lib":$LD_LIBRARY_PATH export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH export DYLD_FALLBACK_LIBRARY_PATH=$LD_LIBRARY_PATH</verbatim> Then I had to copy over the voms server certificates from AFS: <pre>scp nedwards@lxplus.cern.ch:/afs/cern.ch/project/gd/LCG-share2/certificates/* ~/.voms</pre> And then created the file ~/.glite/vomses with <pre><verbatim>"atlas" "voms.cern.ch" "15001" "/DC=ch/DC=cern/OU=computers/CN=voms.cern.ch" "atlas" "24"</verbatim> </pre> To get everything working I had to make a bunch of symlinks: <verbatim>sudo ln -s /bin/expr /usr/bin/expr sudo ln -s /usr/bin/sed /bin/sed sudo ln -s /usr/bin/grep /bin/grep</verbatim> After all of that <verbatim>voms-proxy-init -voms atlas </verbatim> Should work fine. ---++ Step 2: Get Panda working I followed the instructions on https://twiki.cern.ch/twiki/bin/viewauth/Atlas/PandaTools#Installation installing to /opt/grid/panda Then do <pre>export PATHENA_GRID_SETUP_SH=~/.grid_env.sh</pre> Then create the file ~/.grid_env.sh with the following contents <verbatim>export PATH=/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin:/opt/globus/bin:/opt/glite/bin:/opt/grid/panda/bin/:/usr/X11R6/bin export PYTHON_PATH=/opt/local/lib:/opt/glite/lib:/opt/globus/lib</verbatim> Now pbook works. Not tested with prun or pathena, which I suspect will need more tweaks to above file to make work -- Main.NickEdwards - 2011-01-06
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r1 - 2011-01-06
-
NickEdwards
ATLAS
Log In
or
Register
ATLAS Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
Webs
ATLAS
PUUKA
DetDev
Gridmon
IT
LHCb
LinearCollider
Main
NA62
Sandbox
TWiki
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback