Note: This version of the VDT (1.8.1) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.
configure_osg_rsv - OSG-RSV configuration script This script is used to deploy and configure the OSG Resource and Site Validation system.
configure_osg_rsv --vdt-install <VDT installation root>
--server <y,n>
--init [init options]
--probes [probe options]
--consumers
--setup-for-apache
--help
Generates the init script at post-install/osg-rsv. This is done for you during installation, and this option should only need to be called if it is necessary to change the user.
Options to modify the init script: --user - Change the user who the condor jobs run as. (defaults = 'rsvuser')
Configures the probes: creates Condor cron submission files for each metric found in each probe in $VDT_LOCATION/osg-rsv/bin/probes.
Each time this option is called, the submission files are regenerated from scratch. You must specify all necessary arguments on the commandline. If there are custom options to add for a specific metric, edit the spec file in $VDT_LOCATION/osg-rsv/specs/ (see the README file in that directory).
To enable or disable a metric, or to change the cron execution time, edit the metrics configuration file at $VDT_LOCATION/osg-rsv/config/HOST_metrics.conf. If information for a metric exists here, it will be used instead of the default or command-line parameters. To override the configuration file, pass the --override-conf flag. For changes in HOST_metrics.conf to take effect, you need to re-run 'configure_osg_rsv --probes --uri HOST [options]'.
Options to modify the probe submission files:
Make changes to Apache's httpd.conf file to serve OSG-RSV output HTML pages at http://HOSTNAME:8080/rsv
In order to view these pages, you will need to load your user certificate into you web browser.
OSG-RSV currently uses the Condor-Devel package (Condor 6.9 series) in order to use the new Condor Cron features. You may specify an existing pre-install of Condor 6.9.x by setting VDTSETUP_CONDOR_DEVEL_LOCATION prior to installing OSG-RSV. When this configure script is called, it tries to determine where Condor-Devel is set in the following order: