The default customization of RSV is done at the OS install, if OSG_RSV was set to true, the resulting configuration files are: /etc/osg/config.d/30-rsv.ini, /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/ssl.conf The secure configuration will use certs located at /etc/grid-security/http/httpcerts2.pem (with key httpkey2.pem) with ownership apache.
![]() | In case rsv was not installed at kickstart, it is possible to install in a node or appliance after kickstart by setting OSG_RSV on a host or appliance and then syncing as shown below
|
To reconfigure rsv on a node, make appropriate attribute changes (see table Customizing OSG rsv attrs) using the commands above and then run
# rocks sync host osg rsv <hostname> |
This will rewrite the script /root/rsv_iniConfigurator and run it, then will run "osg-configure -c" to set rsv.
![]() | To view the content of the new /root/rsv_iniConfigurator before making changes, use rocks report host osg rsv config <hostname> |