Note: This version of the VDT (1.3.7) 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 1.10.1.

Known Problems in VDT 1.3.7

Globus Toolkit 4

VOMS

The VOMS server is not included on RedHat 7 because it requires perl 5.8, where RedHat 7 uses the 5.6 series. It is unlikely that perl 5.6 support will be added in the future.

VOMS Admin

In the VOMS Admin website, there is a link on the left for viewing other VOs known to the server. In VDT 1.3.7, clicking this link results in a 404 error – resource not found. The error occurs because the VOMS Admin webapp that generates the list has not been installed into Apache and Tomcat. If you want to enable the link, we have written instructions for enabling the “siblings” webapp.

DRM

DRM does not currently work on Fedora Core 4.

KX509

Our current KX509 build does not work on Debian Linux. We hope to address this in a future release.

gLite CE Monitor

The gLite CEMon is not supported on RedHat 7 and our current build does not run on Debian Linux or Fedora Core 4. We hope to add Debian and Fedora support in a future release, but RedHat 7 support is doubtful.

GRID_SECURITY_DIR

After installation, you may find yourself unable to use doegrids-cert-request. The problem is the definition of the GRID_SECURITY_DIR environment variable. If you set it to be $VDT_LOCATION/globus/etc, it will work as expected. To be precise, if you are using the Bourne or Bash shell:

> cd ...your VDT installation...
> source setup.sh
> export GRID_SECURITY_DIR=$VDT_LOCATION/globus/etc

if you are using csh or tcsh:
> cd ...your VDT installation...
> source setup.csh
> setenv GRID_SECURITY_DIR $VDT_LOCATION/globus/etc

MonaLisa

Monalisa expects to find the GridFTP log in $GLOBUS_LOCATION/var, but it was moved to $GLOBUS_LOCAITON/var/log in VDT 1.3.7. You can work around this by creating a symlink so that it appears where MonaLisa expects it. That is:

cd $VDT_LOCATION/globus/var
ln -s log/gridftp.log .