Versions Compared

Key

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

...

1) Before starting a new install, set up the environment variables:

RHEL4-32 bit:  built on atlas-prod02.slac.stanford.edu:

Code Block

export PATH=/bin:/usr/bin:/usr/etc:/usr/afsws/bin:/usr/afsws/etc:/usr/bin/X11:.
. /afs/slac/g/atlas/packages/pacman/3.26/setup.sh

RHEL5-32 bit:  built on atlas-prod05.slac.stanford.edu:

Code Block
export PATH=/bin:/usr/bin:/usr/etc:/usr/afsws/bin:/usr/afsws/etc:/usr/bin/X11:.
unset PYTHONPATH
. /afs/slac/g/atlas/packages/pacman/3.29/setup.sh

2) Go to the target release partitions, /c/ or /d/.:

Code Block
cd /afs/slac/g/atlas/c  # for example RHEL5-32bitc

     Makes sure there is enough space with " fs lq * ".
     There are 17 more AFS partitions mounted, in addition to the /c/ partition.
     If more space is needed, send a request to unix-admin@slac.stanford.edu
     (All examples below will assume installation in /c/)

...

Code Block
pacman -allow any-platform trust-all-caches tar-overwrite -get http://atlas-computing.web.cern.ch/atlas-computing/links/kitsDirectory/projects/cache:AtlasProduction_1516_6_56_i686_slc5_gcc43_opt>> pacman.log &

4) Installing AtlasProduction cache: x.x.x.x
     After steps 1-3, setup the release:

Code Block
. ~/reldirs/15.6.6/cmthome/setup.sh -tag=15asetup 16.6.6,32

     Issue the pacman command found in the HN/e-news announcement, and direct to pacman.log. For example:

Code Block
pacman -get http://cern.ch/atlas-computing/links/kitsDirectory/Production/cache:AtlasProduction_1516_6_56_12_i686_slc5_gcc43_opt >> pacman.log &

    Note1: After the install is finished,

Code Block

cd /afs/slac/g/atlas/c/AtlasProduction/15.6.5.1/AtlasProductionRunTime/cmt/
cmt config

    Note2: If the AtlasProduction package requires a new DBRelease, it has to be downloaded manually:

Code Block
pacman trust-all-caches -get http://atlas.web.cern.ch/Atlas/GROUPS/DATABASE/pacman4/DBRelease:DBRelease-current

    See https://twiki.cern.ch/twiki/bin/viewauth/Atlas/AtlasDBRelease

5) Problems with release install
     Check the postings in https://groups.cern.ch/group/hn-atlas-releaseKitProblem/default.aspx
     as others might have similar problems.
   
     Ask Peter or Zach.
     If all fails, start a new thread in that forum.      

...

Code Block
pacman -allow trust-all-caches -get http://atlas.web.cern.ch/Atlas/GROUPS/DATABASE/pacman4/DBRelease:DBRelease-${DBRELEASE_VERSION}

This page has more info.