cd /opt/pacman/pacman-3.18.5 . setup.sh cd - mkdir /opt/cemon cd /opt/cemon pacman -get http://vdt.cs.wisc.edu/vdt_1311_cache:CEMon --------- Do you agree to the licenses? [y/n] y ... Where would you like to install CA files? n ... Would you like to setup daily rotation of VDT log files? y ... Would you like to enable the CEMon server to run automatically? y ... Would you like to enable Globus GRIS daemon to run automatically? s ... Do you want to update the CA certification revocation lists (CRLs) automatically? [y/n] n --------- . setup.sh $VDT_LOCATION/vdt/setup/configure_cemon --consumer https://osg-ress-1.fnal.gov:8443/ig/services/CEInfoCollector --dialect OLD_CLASSAD --topic OSG_CE cp -p glite/etc/glite-ce-monitor/cemonitor-config.xml glite/etc/glite-ce-monitor/cemonitor-config.xml.orig # modify glite/etc/glite-ce-monitor/cemonitor-config.xml ----- line 8: sslCAfiles="/opt/osg/globus/TRUSTED_CA/*.0" line 73: line 86: line 126: ----- cp -p glite/etc/glite-ce-ce-plugin/glite-ce-info glite/etc/glite-ce-ce-plugin/glite-ce-info.orig # change glite-ce-info to: ----- #!/bin/sh export LANG=c /opt/osg/lcg/bin/lcg-info-generic /opt/osg/lcg/etc/osg-info-generic.conf -----