We started with "stage1.sh" and "generic" one can find on ftp://fnkits.fnal.gov/products/bootstrap/current/stage1.sh ftp://fnkits.fnal.gov/products/bootstrap/current/configs/generic
We needed to edit "generic": Replace "/local/ups/db" with our ups path in the line
set_variable upsdb_list="/local/ups/db /fnal/ups/db
/afs/fnal/ups/db"
Replaced "/fnal/ups" with our local ups path in all following lines.
Finally we called
sh stage1.sh genericTo get things on our AFS path we created the afs path:
/afs/physik.uni-wuppertal.de/user/p/products/and made a link to a local scratch:
ln -s /scratch/ups /afs/physik.uni-wuppertal.de/user/p/products/upsBoth before the installation with "sh stage1.sh generic". After the installation we did
rm /afs/physik.uni-wuppertal.de/user/p/products/ups cp -rp /scratch/ups /afs/physik.uni-wuppertal.de/user/p/products/upsand changed the AFS access rights to allow access by all users. We checked wethr ups/upd was working by "source"-ing the setup-Skript. (It is) So from here on things should be identical whether one has Fermilinux or not.
For users to get the right "setup" in their path they should create aliases or bash functions as in the SFU experiences replacing the path in that example with your own local path.