Upgrading LCG 2 UI to LCG 2.2.0 on RH 7.3 Get guide from http://grid-deployment.web.cern.ch/grid-deployment/gis/release-docs/LCG-2_2_0/UI/UI.html I used guide v2.10.2 Get and run UI_upgrade_wget - this will give two sets of RPMS (UI_FORCED_UPGRADE is a level up in tree from where I expected). Go to http://markusw.home.cern.ch/markusw/lcg2CAlist.html get and upgrade the CAs. As this box had an old R-GMA install, I removed old R-GMA RPMs and set tomcat not to start on boot. Remove RPMs listed in "UI_remove_rpm" and also edg-replica-manager-test... as it depends on them. I already had correct jas-jar, jxUtil-jar and netlogger-jar, so remove old installs, in case they didn't pick up the Java upgrade in 2.0.0 properly. Then rpm -Uvh UI_UPGRADE/*.rpm UI_FORCED_UPGRADE/*.rpm seems to work without needing to be forced. R-GMA libs already OK variables already OK /etc/sysconfig/edg already OK Fill out /opt/edg/var/edg-rgma/rgma-defaults and tweak. /opt/edg/sbin/edg-rgma-config -q 7.4 (Graphical Frontends) Already done. Comment out production requirements in wl_ui_gui_var.conf and edg_wl_ui_cmd_var.conf, and replace with "true". Create /tmp/jobOutput to hold returned output. This will be deleted if unused for too long, so add a weekly "touch /tmp/jobOutput" to crontab. Actually echo `touch /tmp/jobOutput` Done otherwise sendmail cocks up. If you had to update Java, need to check /etc/java.conf and poss. update R-GMA and ensure forced re-install of any Java-dependent stuff - esp. bouncycastle thinks it knows where Java lives. And make sure JAVA_INSTALL_PATH has got fixed. (see /opt/edg/etc/profile.d/edg-wl-ui-gui-env.sh and .csh /opt/edg/var/etc/profile.d/edg-wl-ui-gui-env.sh and .csh /etc/profile.d/j2sdk.sh and .csh /opt/edg/var/etc/profile.d/edg-rgma-env.sh and .csh ) /* 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-schemaBrowserRAL01.xml &