Note: This version of the VDT (1.4.0) 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 - DRM configuration script
configure-drm --server <y,n>
--user <DRM user>
--cert <DRM service certificate>
--key <DRM service key>
--vdt-install <VDT installation root>
- --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 certificate and key if you change the user.
- --cert <DRM service certificate>
-
By default, DRM is configured to use the HTTP service certificate in
/etc/grid-security/http. This certificate is shared by several
different VDT server components. If you specify a new certificate,
make sure it is owned by daemon or the value of --user.
- --key <DRM service key>
-
By default, DRM is configured to use the HTTP service key in
/etc/grid-security/http. This key is shared by several different VDT
server components. 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
certificate or the HTTP service certificate 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
-