Description

SVN documentation:

RSV documentation

Development

The new RSV and probes are maintained by Scot Kronefeld: https://twiki.grid.iu.edu/bin/view/MonitoringInformation/WriteYourOwnRSVProbe

Other docs:

To see the simplest way to rewrite a probe, check out some of the new probes, e.g. osg-version-probe (very simple) or osg-directories-probe (slightly more involved).

The SVn repository is https://vdt.cs.wisc.edu/svn/:
export SVN_EDITOR=emacs
export SVN=https://vdt.cs.wisc.edu/svn/ (or however you would like to define your shortcuts)
RSV is at $SVN/software/rsv. (https://vdt.cs.wisc.edu/svn/software/rsv/)

Your probes are in $SVN/software/rsv/trunk/rsv-metrics/libexec/probes. Note that I had to rename the files you sent me because all probes must end in -probe.

Development-old

Initial version was stored on Repo (MWT2 CVS repository):

Probe validation, ...:

Starting 10/5 it has been moved to the RSV SVN repository:

Do

https://uct2-dss.mwt2.org:8443/rsv/

Installation in dss: /raid/tests/rsv090605

mkdir rsv090605
cd rsv090605
export NEW_RSV_LOCATION=`pwd`
 . /osg/app/pacman-3.26/setup.sh 
pacman -get http://vdt.cs.wisc.edu/vdt_1101_cache:OSG-RSV
 . $NEW_RSV_LOCATION/setup.sh
vi $VDT_LOCATION/vdt/etc/vdt-update-certs.conf
source $VDT_LOCATION/vdt-questions.sh; $VDT_LOCATION/vdt/sbin/vdt-setup-ca-certificates

Setup proxy in a separate subshell (not to contaminate environment) and suppose it is /tmp/x509up_u20003
$VDT_LOCATION/osg-rsv/setup/configure_osg_rsv --user marco --init --server y --ce-probes --ce-uri "uct3-edge7.uchicago.edu" --srm-probes --srm-uri "itb1.uchicago.edu uct3-edge5.uchicago.edu" --gridftp-probes       --consumers --verbose --setup-for-apache --proxy /tmp/x509up_u20003 
vdt-control --enable condor-cron osg-rsv apache
vdt-control --list

Functionalities:
  • Version option, report also RSV option
  • enable/disable options
  • Table: probename, host, enabled/disabled, mark for same probe

-- MarcoMambelli - 09 Jun 2009

This topic: Main > WikiUsers > MarcoMambelli > MarcoWorkPages > MarcoOSG > BlobScriptsRSV
Topic revision: 01 Nov 2011, MarcoMambelli
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback