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

VDT 1.8.0a Update

On 2007-08-07, the VDT team announced the release of VDT 1.8.0a.

Changes to VDT 1.8.0a

Updating to VDT 1.8.0a

If you installed VDT 1.8.0 after VDT 1.8.0a was released on 2007-08-07, you do not need to do any of these update operations because you will have 1.8.0a.

The best way to do the update is to update the individual packages that have changed. To be clear, we do not recommend using pacman -update without specifying specific package names. Also note that you only need to update packages if you installed them. For example, only OSG sites are using Gratia, and sites rarely need to update more than one of the Gratia probes. You can see what packages have been installed with:

pacman -l -d 1

Common update directions

Before you do the update directions that follow, please run to following commands. They apply for all of the updates.

cp -pr $VDT_LOCATION BACKUP-LOCATION
cd $VDT_LOCATION
. setup.sh

The copy command makes a complete backup of your VDT installation, in case something goes wrong. Do not skip this step!

Updating Bestman

pacman -update Bestman

Updating SRM-V2-Client

pacman -update SRM-V2-Client

Updating SRM-V2-Tester

pacman -update SRM-V2-Tester

Updating Gratia Condor Probe

cp gratia/probe/condor/ProbeConfig .
pacman -update Gratia-Condor-Probe
mv ProbeConfig gratia/probe/condor/

Updating Gratia-PBS-Probe

cp gratia/probe/pbs-lsf/ProbeConfig .
cp gratia/probe/pbs-lsf/urCollector.conf .
pacman -update Gratia-PBS-Probe
mv ProbeConfig gratia/probe/pbs-lsf/
mv urCollector.conf gratia/probe/pbs-lsf/ 

Updating Gratia-LSF-Probe

cp gratia/probe/pbs-lsf/ProbeConfig .
cp gratia/probe/pbs-lsf/urCollector.conf .
pacman -update Gratia-LSF-Probe
mv ProbeConfig gratia/probe/pbs-lsf/
mv urCollector.conf gratia/probe/pbs-lsf/

Updating Gratia-SGE-Probe

cp gratia/probe/sge/ProbeConfig .
pacman -update Gratia-SGE-Probe
mv ProbeConfig gratia/probe/sge/

Updating Gratia services

There are two packages that were updated (Gratia-Reporting and Gratia-Services), but one command will update both of them for you.

pacman -update Gratia-Reporting

Updating CA-Certificates-Update (for vdt-update-certs man page)

pacman -update CA-Certificates-Updater

Updating Pegasus

pacman -update Pegasus