Upgrading stand-alone MON box for gLite 3.0.0 on SLC 3.0.6 The aim of the exercise was to install a "stand-alone MON box" (i.e. a set of servlets NOT associated with a particular Grid resource). There are two main options: 1) Follow "client" and "server" install instructions at http://hepunx.rl.ac.uk/egee/jra1-uk/LCG/doc/index.html 2) Use YAIM to create a standard LCG MON box associated with a not-quite-existent site, a bit like the UI. As we're supposed to be doing performance testing with reference to the LCG testbed, I've gone for the second option to get the same configuration details, even though it's the less attractive route. Get guide from http://grid-deployment.web.cern.ch/grid-deployment/documentation/LCG2-Manual-Upgrade/ I used guide v3.3.0-0 Start with 2.7.0 machine. Update apt sources lcg.list, check /etc/apt/preferences is already OK. apt-get update apt-get dist-upgrade This installs updated YAIM, so add "return 0" as line 2 of /opt/glite/yaim/functions/config_apel_* (no site so don't need any accounting) Change from LCG to gLite (should be done already by RPM dependencies): apt-get remove lcg-MON apt-get install glite-MON Fill out the site-info.def with VOS for likely internal users, and get full users.conf and groups.conf as proper site. (Install host certificates) Configure packages: /opt/glite/yaim/scripts/configure_node site-info.def MON Fix errors reported by ldconfig. Now have something like a proper MON box! /opt/glite/bin/rgma-server-check Turn off rgma-publish-site, rgma-gin and edg-fmon-agent. In /etc/cron.d/check-tomcat, add a log file to save an hourly e-mail: 10 * * * * root /etc/rc.d/init.d/tomcat5 start >> /var/log/cron-check-tomcat 2>&1 Stop for a nice cup of tea.