RsvUc3Cloud
Intro
Status
RSV has been installed using OSG 3.0 RPMs
The consumer has been customized.
Ping probes are active.
Condor probe development started
Install
This is installed on
uc3-cloud
. See
the host table for the host and OS.
RSV is installed using RPMs according to
the OSG RSV install document.
rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
yum install yum-priorities
rpm -Uvh http://repo.grid.iu.edu/osg-release-latest.rpm
yum install empty-ca-certs
# condor 7.7.5 is already installed
yum install rsv
created certificates for service rsv on uc3-cloud.uchicago.edu (marco@hep.uchicago.edu, vo osg - did not know status of uc3)
osg-configure -v
osg-configure -c
/sbin/chkconfig condor-cron on
/sbin/chkconfig rsv on
/sbin/service httpd restart
/sbin/service condor-cron start
/sbin/service rsv start
Run the default probes:
rsv-control --run --all-enabled
Running metric org.osg.local.httpcert-expiry (1 of 2)
metricName: org.osg.local.httpcert-expiry
metricType: status
timestamp: 2012-03-07 17:44:44 CST
metricStatus: CRITICAL
serviceType: OSG-Local-Monitor
serviceURI: uc3-cloud.mwt2.org
gatheredAt: uc3-cloud.mwt2.org
summaryData: CRITICAL
detailsData: The certificate '/etc/grid-security/http/httpcert.pem' does not exist or your RSV user does not have permission to read it.
EOT
Running metric org.osg.local.hostcert-expiry (2 of 2)
metricName: org.osg.local.hostcert-expiry
metricType: status
timestamp: 2012-03-07 17:44:44 CST
metricStatus: CRITICAL
serviceType: OSG-Local-Monitor
serviceURI: uc3-cloud.mwt2.org
gatheredAt: uc3-cloud.mwt2.org
summaryData: CRITICAL
detailsData: The certificate '/etc/grid-security/hostcert.pem' does not exist or your RSV user does not have permission to read it.
EOT
Customization and restart (~root/modified-usr_libexec_rsv_consumers_html-consumer):
# modified consumer
vi /usr/libexec/rsv/consumers/html-consumer
cp /usr/libexec/rsv/consumers/html-consumer ~/modified-usr_libexec_rsv_consumers_html-consumer
# disabled gratia
vi /etc/osg/config.d/30-rsv.ini
# disabling old probes
rsv-control --disable org.osg.local.hostcert-expiry -u uc3-cloud.mwt2.org
rsv-control --disable org.osg.local.httpcert-expiry -u uc3-cloud.mwt2.org
# enabling ping probe
rsv-control --enable org.osg.general.ping-host -u uc3-mgt.uchicago.edu
rsv-control --enable org.osg.general.ping-host -u uc3-cloud.uchicago.edu
rsv-control --enable org.osg.general.ping-host -u itb2.uchicago.edu
rsv-control --on
rsv-control --run --all-enabled
Started working on condor probe:
uc3-multi-probe
/usr/libexec/rsv/probes/uc3-multi-probe
--
MarcoMambelli - 06 Mar 2012