Installing LCG 2.3.0 UI on RH 7.3 Follow guide at http://grid-deployment.web.cern.ch/grid-deployment/documentation/LCG2-Manual-Install/LCG2-Manual-Install.html Have OS with NTP working. Install latest YAIM (lcg-yaim-2.3.0-10) from http://www.cern.ch/grid-deployment/gis/yaim/ Site Configuration File ----------------------- Copy /opt/lcg/yaim/examples/site-info.def to somewhere "central" CE_HOST=dgc-grid-35.brunel.ac.uk SE_HOST=dgc-grid-34.brunel.ac.uk RB_HOST=lxn1188.cern.ch PX_HOST=lcgrbp01.gridpp.rl.ac.uk BDII_HOST=gw37.hep.ph.ic.ac.uk MON_HOST=gabor.brunel.ac.uk REG_HOST=lcgic01.gridpp.rl.ac.uk SITE_EMAIL=lcg-admin@brunel.ac.uk SITE_NAME=Brunel-University SITE_VERSION=lcg-2_3_0 Comment out WN_LIST, USERS_CONF and CE_CLOSE_SE2_* Install Middleware ------------------ Install APT. Latest OS updates already on. wget -nc http://ftp.freshrpms.net/pub/freshrpms/redhat/7.3/apt/apt-0.5.5cnc5-fr0.rh73.2.i386.rpm and run /opt/lcg/yaim/scripts/install_node site-info.def lcg-UI install any missing deps. Middleware Configuration ------------------------ Run /opt/lcg/yaim/scripts/configure_UI site-info.def That's it. Except: ~> /opt/edg/sbin/test/edg-rgma-check R-GMA Site System Test Finding EDG_LOCATION... EDG_LOCATION=/opt/edg found. Trying to set up the R-GMA enviroment and obtain RGMA_PROPS... /opt/edg/etc/profile.d/edg-rgma-env.sh not found. Please check that the R-GMA set up be run. still have to run edg-rgma-config? ... It was supposed to have been done by configure_UI. Repeating configure_UI sorts it out. Get required pulse config file rgma-schemaBrowserRAL_LCG.xml and make /opt/edg/etc/edg-rgma/rgma-schemaBrowser.xml a symbolice link to it. /* Apparently, it's all done! */ Test R-GMA: /opt/edg/sbin/test/edg-rgma-check /opt/edg/sbin/test/edg-rgma-run-examples edg-rgma-pulse /opt/edg/var/edg-rgma/rgma-schemaBrowser.xml & Create /tmp/jobOutput to hold returned output. This will be deleted if unused for too long, so add a weekly echo `touch /tmp/jobOutput` Done to crontab.