Note: This version of the VDT (1.3.5) 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-drm

configure-drm - DRM configuration script

Synopsis

    configure-drm --server <y,n>
                  --user <drm user>
                  --cert <drm service cert>
                  --key <drm service key>
                  --vdt-install <VDT installation root>

Description

--server <y,n>
For y install the srm init script in /etc/init.d, make appropriate run level links and start the server. For n remove any existing srm init from /etc/init.d.
--user <drm user>
By default DRM will be configured to run as the daemon user. You can specify an alternative with the --user flag. Since, by default, DRM shares a certificate with other services running as daemon you must specify a new cert and key if you change the user.
--key <drm service key>
By default DRM will be configured to use the http service cert in /etc/grid-security/http. This cert is shared by several different VDT servers. If you specify a new cert make sure it is owned by daemon or the value of --user.
--key <drm service cert>
By default DRM will be configured to use the http service key in /etc/grid-security/http. This key is shared by several different VDT servers. If you specify a new key make sure it is owned by daemon or the value of --user.
--vdt-install <VDT installation root>
configure-drm will look for the root of the VDT installation at $VDT_LOCATION. If you do not have that set you can specify it with --vdt-install instead.
--help, --usage
Print a usage message.

The following changes will be made to the stock DRM configuration:

The location $VDT_LOCATION/drm/cache is created for DRM to manage
Logs are put in $VDT_LOCATION/drm/logs and $VDT_LOCATION/drm/wsg/logs
The server is set up to run as the specified user or daemon
The config file is put at $VDT_LOCATION/drm/conf/drm.rc
The server is configured to use the specified service cert or the http service cert in /etc/grid-security/http
The web service interface is switched to ports 8081 and 8444
The init script is modified to source the VDT setup.sh file