Note: This version of the VDT (1.10.1) is supported, but is not our latest stable release. 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]
--osg-ce-probes [probe options]
--gridftp-probes [probe options]
--srm-probes [probe options]
--gums-probes [probe options]
--consumers [consumer options]
--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 type of probe specified 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 at a more granular level, or to change the cron execution time, edit the metrics configuration file at $VDT_LOCATION/osg-rsv/config/HOST_metrics.conf (after running this script once). 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. For example: 'configure_osg_rsv --ce-probes --ce-uri HOST_FQDN [options]'.
Options to modify the probe submission files:
HOST FQDN OPTIONS
(Default: uses value specified by --ce-uri)
(Default: uses value specified by --ce-uri)
Each of the above arguments can take a list of hosts to monitor.
(e.g. --ce-uri "host1 host2 host3 ...")
PROXY OPTIONS
(superceedes --proxy)
(default: /etc/grid-security/rsvcert.pem)
(default: /etc/grid-security/rsvkey.pem)
(default: /tmp/rsvproxy)
file to use (default: /tmp/x509_u<uid>)
This will be reset to above service cert proxy if
--use-rsv-cert is used;
GRATIA UPLOAD TO RSV COLLECTOP - OPTIONS
(default = '$VDT_LOCATION/osg-rsv/config/rsv-gratia.info')
OTHER OPTIONS
Pass supplied argument as the SRM directory to write SRM probe
test files to.
Pass supplied argument as the SRM webservice-path to be used by SRM probes
flag to the probes
(default = $VDT_LOCATION/osg-rsv/specs/)
metrics. To set individual cron options, edit HOST_metrics.conf.
Configures the consumers: creates Condor cron submission files for each consumer in $VDT_LOCATION/osg-rsv/bin/consumers. Consumers are run constantly with an exponential back-off method, and do not require cron time parameters.
Options to enable non-default consumers:
--setup-rsv-nagios - Setup RSV-Nagios plugin
(to upload RSV probe output to a Nagios server)
--rsv-nagios-conf-file - /path/to/rsv-nagios.conf file
(defsult = '$VDT_LOCATION/osg-rsv/config/rsv-nagios.conf')
Make changes to Apache's httpd.conf file to serve OSG-RSV output HTML pages at https://THIS_HOSTNAME:8443/rsv
In order to view these pages, you will need to load your user certificate into your web browser.