VO_MINOS_VO_GRIDPP_AC_UK_SW_DIRA software installation cycle consists of
To list, add and remove a tag by hand:-
lcg-ManageVOTag -host lcgce02.gridpp.rl.ac.uk -vo minos.vo.gridpp.ac.uk --listminos.vo.gridpp.ac.uk lcg-ManageVOTag -host lcgce02.gridpp.rl.ac.uk -vo minos.vo.gridpp.ac.uk --add -tag VO-minos.vo.gridpp.ac.uk-Test_Tag_0.0 lcg-ManageVOTag -host lcgce02.gridpp.rl.ac.uk -vo minos.vo.gridpp.ac.uk --remove -tag VO-minos.vo.gridpp.ac.uk-Test_Tag_0.0which is used by RSD (Remote Software Deployment), our tool for installing code on the GRID and for MINOS the web-visible directory is:-
http://www-numi.fnal.gov/computing/remote_software_deployment
rsd assemble cernlib:2004 rsd assemble GridTools:`head -1 $MOG_SCRIPTS/maintenance/version_number` (to assemble the latest version) rsd assemble minossoft:R1.26 rsd assemble minossoft:S07-09-20-R1-26
Do these before other installs at a new site:-
rsd launch lcg:lcgce02.gridpp.rl.ac.uk \
--soft_link=pro:delete --force \
GridTools:`head -1 $MOG_SCRIPTS/maintenance/version_number`-build_1
rsd launch lcg:lcgce02.gridpp.rl.ac.uk \
--soft_link=pro:delete --force \
BFieldMap:2006-01-24-build_1
Then for standard software stacks e.g.:-
rsd launch lcg:lcgce02.gridpp.rl.ac.uk minossoft:R1.23-build_1
rsd launch lcg:lcgce02.gridpp.rl.ac.uk CedarDaikon:03-build_0
To install minossoft:R1.23-build_1 on lcgce02.gridpp.rl.ac.uk. Add option:-
--install_command_option=--validate_onlyto just re-validate an existing install, or:-
--install_command_option=--forceto force a complete install (normally RSD skips libraries that pass the validation test).
To force re-installation of selected libraries it is sufficient to erase their installation status files and install as follows:-
$VO_MINOS_VO_GRIDPP_AC_UK_SW_DIR/application_name/application_version/install/scripts/library_name-library_version.status
/stage/sl3-lcg-exp/minossgm/minossoft/R1.23-build_1/install/scripts/root-v5-12-00.status
globus-job-run lcgce02.gridpp.rl.ac.uk /bin/rm /stage/sl3-lcg-exp/minossgm/minossoft/R1.23-build_1/install/scripts/root-v5-12-00.status
rsd launch lcg:lcgce02.gridpp.rl.ac.uk minossoft:R1.23-build_1
rsd launch --remove lcg:heplnx206.pp.rl.ac.uk minossoft:R1.21-build_1To remove R1.21-build_1 from heplnx206.pp.rl.ac.uk
See @ Experiment Software Installation in LCG-2 How The Experiment Software Manager (ESM) installs software.