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.
On 2007-08-07, the VDT team announced the release of 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
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!
pacman -update Bestman
pacman -update SRM-V2-Client
pacman -update SRM-V2-Tester
cp gratia/probe/condor/ProbeConfig . pacman -update Gratia-Condor-Probe mv ProbeConfig gratia/probe/condor/
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/
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/
cp gratia/probe/sge/ProbeConfig . pacman -update Gratia-SGE-Probe mv ProbeConfig gratia/probe/sge/
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
pacman -update CA-Certificates-Updater
pacman -update Pegasus