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.
On 2008-09-11, the VDT team announced the release of VDT 1.10.1i.
Note: this is a mandatory update for anyone using vdt-update-certs to check for CA Certificate updates.
The VDT changed how we deliver CA Certificates. The VDT will no
longer automatically install Certificates Authorities during
installation. More
information
(VDT ticket 3727) (VDT ticket 3803)
Exception: if you use the VDT's RPM (or yum repository) for installing the CA
certificates, please continue using it for now.b It is not being
changed now.
grid-cert-request script with the DOEGrids CA’s
version of the grid-cert-request script. We no longer do
that. If you wish to use the DOEGrids version of this script, you
can download it directly from them. If you are a member of OSG,
you might find the certificate scripts package a useful
replacement.
Details on using the certificate scripts package to get host and
service certificates.
(VDT ticket 3413)
If you installed VDT 1.10.1 after VDT 1.10.1i was released on 2008-09-11, you do not need to do any of these update operations because you will have 1.10.1i.
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
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!
This update (and all new VDT installations after this update is released) will require additional configuration to setup the CA Certificates after install. After issuing the "pacman -update" command below, you will not have CA certificates until running vdt-setup-ca-certificates.
pacman -update CA-Certificates # If you have installed the Configure-Cert-Request package (included with most Globus packages), update it: pacman -update Configure-Cert-Request
$VDT_LOCATION/vdt/etc/vdt-update-certs.conf
This file contains URLs to CA Certificate distributions including the OSG GOC distribution with certificates recommended by the OSG Security Team, as well as the VDT convenience distribution. You must uncomment one of these (or create your own), and then run the commands below to activate the certificate updates. More information.
. $VDT_LOCATION/vdt-questions.sh; $VDT_LOCATION/vdt/sbin/vdt-setup-ca-certificates
vdt-control --enable vdt-update-certs vdt-control --on vdt-update-certs
rm /etc/grid-security/doegrids
Unlike previous RSV updates, you will not need to re-configure OSG-RSV afterwards because only the probes are being updated.
pacman -update OSG-RSV-Probes