Get MonaLisa.v1.2.12.tar.gz from http://monalisa.cacr.caltech.edu/ (Download MonALISA Service) tar zxf MonaLisa.v1.2.12.tar.gz cd MonaLisa.v1.2 ./install.sh ------- You cannot run MonALISA as root. Please specify an alternate, non-root, system account. If you specify an non-existing system account then this script will try to create the new account Please specify an account for the MonALISA service [monalisa]: Where do you want MonaLisa installed ? [/home/monalisa/MonaLisa] : /opt/grid3/MonaLisa Path to the java home [/usr/java/jdk]: /opt/grid3/jdk1.4 This is the name you will be seen by the world, so please choose a name that represents you. Make sure this name is unique in the MonaLisa environment. Please specify the farm name [ouhep1]: OUHEP Contact name (your name) [monalisa]: Horst Severini Contact email (your email) [monalisa@ouhep1.nhn.ou.edu]: hs@nhn.ou.edu City (server's location) []: Norman, OK Country []: USA You can find some aproximate values for your geographic location from: http://geotags.com/ or you can search your location on Google Location LAT (-180..180) [0]: 35.2070 Location LONG (-180..180) [0]: -97.4465 Is this information correct (y/n)? [n]: y Do you want to enable Ganglia support (y/n)? [n]: y On which host is Ganglia running? [localhost]: ouhep0 Ganglia's TCP port? [8649]: You can keep your MonaLisa automatically updated by adding to your crontab: */20 * * * * /opt/grid3/MonaLisa/Service/CMD/CHECK_UPDATE Do you want me to add now this entry to your crontab (y/n)? [y]: n The installation is complete now. To change the configuration at a later time please see: /opt/grid3/MonaLisa/Service/CMD/ml_env /opt/grid3/MonaLisa/Service/CMD/site_env /opt/grid3/MonaLisa/Service/myFarm/ml.properties /opt/grid3/MonaLisa/Service/myFarm/myFarm.conf You can now start the MonALISA service by running : /opt/grid3/MonaLisa/Service/CMD/ML_SER start To start MonALISA (on RedHat) as a service you can (as root) run : #cp /opt/grid3/MonaLisa/Service/CMD/MLD /etc/rc.d/init.d #chkconfig --add MLD #chkconfig --level 345 MLD on Thank you, developers@monalisa.cern.ch ------- Modify the following files in /opt/software/grid3/MonaLisa/Service/...: CMD/ml_env: SHOULD_UPDATE="false" CMD/site_env: VDT_LOCATION=/opt/grid3 export VDT_LOCATION GLOBUS_LOCATION=/opt/grid3/globus export GLOBUS_LOCATION . $VDT_LOCATION/setup.sh CONDOR_LOCATION=/usr/local/condor export CONDOR_LOCATION CONDOR_CONFIG=/usr/local/condor/etc/condor_config export CONDOR_CONFIG myFarm/ml.properties: lia.Monitor.group=grid3,D0SAR myFarm/myFarm.conf: *ABPing{monABPing, localhost, " "} # # the VO Jobs module # these modules require the VDT environment to run correctly # *VO_JOBS{monVoJobs,localhost,SDSS,ATLAS,iVDgL,USCMS,LIGO,BTeV}%300 # # the VO io module # *VO_IO{monVOgsiftpIO, localhost, }%300 cp -p MonaLisa/Service/CMD/MLD /etc/init.d/monalisa chkconfig monalisa on /etc/init.d/monalisa start Ignore pieces of the installation that have to do solely with grid3/VDT, unless your Gatekeeper also runs a VDT or Grid3 installation. So, don't change anything in CMD/site_env (unless you also have a Condor installation) or myFarm/myFarm.conf, and DON'T add grid3 to myFarm/ml.properties! Depending on your preference, you can even leave SHOULD_UPDATE="true", which will update the ML installation automatically whenever a new version comes out. To look at the monitoring info, you need to have j2re-1_4_2 or j2sdk-1_4_2 or newer (which contain the java webstart client, javaws, already) installed on your computer, as well as java3d-re or java3d-sdk, if you'd like to see the 3d globe. You can download all of the above from http://www.blackdown.org/ or http://java.sun.com/ . After you have installed java, you need to add the following lines to your MIME files (linux only; Win and Mac will probably handle that automatically): ~/.mime.types: type=application/x-java-jnlp-file desc="Java Web Start" exts="jnlp" ~/.mailcap: application/x-java-jnlp-file; /usr/java/j2sdk/jre/javaws/javaws %s (adjusted for the correct java path, of course) Then go to http://monalisa.cacr.caltech.edu/ , click on Clients, then on Start MonALISA GUI, and your MonALISA Client should come up. Click on Groups and select D0SAR, and your site should show up.