Guide for installing the OSG Client Installation at UCSD
Contents
Introduction
This document outlines site specific details for installing an OSG Client at UCSD
Install Pacman
Always get the latest pacman. Here is the
OSG page on Pacman
Using the Existing Condor Install
UCSD updates condor independently of the VDT and uses a centralized system for managing configurations. In order to use the existing condor you must set the following environment variables.
export VDTSETUP_CONDOR_LOCATION=/condor/release/
export VDTSETUP_CONDOR_CONFIG=/etc/condor/condor_config
Note: Settings these variables breaks pacman updating completely as far as I can tell
Pacman Commands For Installation
After sourcing your pacman environment run these pacman commands. Yes the setting of the http proxy twice is intentional...
pacman -http-proxy http://clarens-1.local:3128;pacman -http-proxy http://clarens-1.local:3128;
pacman -get OSG:client
Do you want to add [http://software.grid.iu.edu/pacman/] to [trusted.caches]? (y or n): y
...
Do you want to add [http://vdt.cs.wisc.edu/vdt_1310_cache] to [trusted.caches]? (y or n):
...
Do you wish to continue? [y/n] y
...
Do you agree to the licenses? [y/n] y
...
Where would you like to install CA files?
Choices:
r (root) - install into /etc/grid-security/certificates
(existing CA files will be preserved)
l (local) - install into $VDT_LOCATION/globus/share/certificates
n (no) - do not install
r
...
Do you want the EDG CRL update daemon to be installed? [y/n] y
...
Would you like to enable Globus web-services container to run automatically?
Possible Answers:
y: Yes. Please remove any old instances of the service and run
this one..
n: No. Please remove any old instances of the service, but don't
run this one.
s: Skip. Don't run the service from this installation, and if
there is already an instance running, leave it alone.
n
...
Would you like to setup daily rotation of VDT log files?
Possible Answers:
y: Yes. Please remove any old instances of the service and run
this one..
n: No. Please remove any old instances of the service, but don't
run this one.
s: Skip. Don't run the service from this installation, and if
there is already an instance running, leave it alone.
y
...
Installing SRM Client
Since srm client is not currently in OSG 0.4.1 you have to install it seperately. Source your pacman install and then run
pacman -get OSG:srm-cp
--
TerrenceMartin - 07 Nov 2006