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 2.0.0.
(Become root) > cd $VDT_LOCATION/globus/tmp/gram_job_state > touch gram_condor_log > chmod 666 gram_condor_logVDT 1.3.8 will have a fix for this bug. This bug has been submitted to Globus as Bugzilla 3910.
/etc/condor/condor_config,
~condor/condor_config). If CONDOR_CONFIG needs to be set to
find the condor_config file, it won't be set unless you edit the
condor.pm file by hand. This is because the portion of
Globus that does the job submission clears most of the environment
before the job submission. We hope to resolve this soon in
collaboration with the Globus folks.
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.
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 does not currently work on Fedora Core 4.
Our current KX509 build does not work on Debian Linux. We hope to address this in a future release.
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.
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/etcif you are using csh or tcsh:
> cd ...your VDT installation... > source setup.csh > setenv GRID_SECURITY_DIR $VDT_LOCATION/globus/etc
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 .