VDT 1.10.1 is supported on the following platforms.
| Operating System | Architectures | Pacman Name for OS |
| AIX 5 | ppc | AIX5 |
| CentOS 5 | x86, x86-64 | CentOS-5 |
| Debian 3.1 (Sarge) | x86 | linux-debian-3.1 |
| Debian 4 | x86, x86-64 | linux-debian-4 |
| Mac OS X 10.4 | x86 | darwin |
| ROCKS Linux 3.3 | x86 | linux-rocks-3.3 |
| Red Hat Enterprise Linux 3 AS | x86, x86-64, x86 on x86-64, IA-64 | linux-rhel-3 |
| Red Hat Enterprise Linux 4 AS | x86, x86-64, x86 on x86-64 | linux-rhel-4 |
| Red Hat Enterprise Linux 5 AP | x86, x86-64, x86 on x86-64 | linux-rhel-5 |
| SUSE Linux 9 | x86-64, IA-64 | linux-suse-9 |
| Scientific Linux 4 | IA-64 | linux-sl-fermi-4.0 |
| Scientific Linux Fermi 3 | x86 | linux-sl-fermi-3.0 |
| Scientific Linux Fermi 4 | x86, x86-64, x86 on x86-64 | linux-sl-fermi-4.0 |
/usr/lib*/python*/xmlMost Linux platforms include this Python package as part of their base Python installation, but at least the SLES 9 platform does not. If needed, install the xml package according to your distribution. On SLES 9, we have found that the python-xml-2.3.3-88.1 RPM installs the xml Python package.
The VDT does not support SELinux though some of our supported platforms may come with SELinux enabled by default. Be sure to disable SELinux in /etc/sysconfig/selinux before installing the VDT.
If you are installing Globus to provide access to PBS or LSF, they will need to be pre-installed. If you will be using the Web Services portion of Globus, the log files for PBS and LSF must be accessible from the gatekeeper node: these log files are read in order to monitor the progress of jobs.
Given the large number of platforms we support it's unrealistic to build natively on all of them. In most cases a single set of binaries will work just the same, provided that the required compatibility libraries are installed.
| Platform | Library |
|---|---|
| CentOS 5 | compat-libstdc++-33 |
| Red Hat Enterprise Linux 4 | compat-libstdc++-33 |
| Red Hat Enterprise Linux 5 | compat-libstdc++-33 |
When installing Globus-Base-SDK or PyGlobus in 32-bit mode on an x86-64 architecture machine, you need to have the right 32-bit glibc RPMs installed. On RedHat Enterprise Linux 4 AS and Scientific Linux Fermi 4, we have found that 32-bit versions of the following packages are needed:
On Debian 4, you should install the libssl-dev package. This is required to make PyGlobus install correctly.
apt-get install libssl-dev
See this page for more information on AIX.