Note: This version of the VDT (1.10.1) is supported, but is not our latest stable release. The current stable release is 2.0.0.

VDT 1.10.1b Update

On 2008-05-29, the VDT team announced the release of VDT 1.10.1b.

Changes to VDT 1.10.1b

  1. Updated Gratia-Reporting and Gratia-Services to 0.34.6 (VDT Ticket 3557) (VDT Ticket 3564)
  2. Updated the Gratia Probes to 0.34.1-1 (VDT Ticket 3555)
  3. Updated Glexec to 0.5.3 (VDT Ticket 3540)
  4. Updated Generic-Information-Provider to 1.0.0b4 (VDT Ticket 3561)
  5. Updated Bestman, SRM-Client-LBNL, and SRM-Tester-LBNL to 2.2.0.10 (VDT Ticket 3538)

Updating to VDT 1.10.1b

If you installed VDT 1.10.1 after VDT 1.10.1b was released on 2008-05-29, you do not need to do any of these update operations because you will have 1.10.1b.

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. You can see what packages have been installed with:

pacman -lc

Common update directions

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

cd $VDT_LOCATION
. setup.sh
vdt-control --off
cp -pr $VDT_LOCATION BACKUP-LOCATION

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

1. Updating Gratia-Reporting and Gratia-Services

NOTE: This update will not preserve your Gratia databases.

pacman -update Gratia-Reporting

2. Updating Gratia Probes

You just need to update the Gratia Probes that you have installed. If you are running an OSG site, you probably have one for your batch system and the "Metric" probe. Select the commands below that apply to the probes you have installed:

# Select the batch system probe you have
pacman -update Gratia-Condor-Probe
pacman -update Gratia-LSF-Probe
pacman -update Gratia-PBS-Probe
pacman -update Gratia-SGE-Probe

# OSG sites probably need the Metric probe updated (for RSV)
pacman -update Gratia-Metric-Probe

# The glexec probe is only if you use glexec
pacman -update Gratia-Glexec-Probe

3. Updating Glexec

To update Glexec:
pacman -update Glexec

4. Updating Generic-Information-Provider

To update Generic-Information-Provider:
pacman -update Generic-Information-Provider

5. Updating Bestman, SRM-Client-LBNL, and SRM-Tester-LBNL

To update Bestman:
pacman -update Bestman
To update SRM-Client-LBNL:
pacman -update SRM-Client-LBNL
To update SRM-Tester-LBNL:
mv $VDT_LOCATION/vdt/etc/package_data/Srm-Tester-LBNL.filelist $VDT_LOCATION/vdt/etc/package_data/SRM-Tester-LBNL.filelist
pacman -update SRM-Tester-LBNL