Globus 1.1.3 Sysadmin's Guide
Follow the directions in the Globus Sysadmin's Guide. The first 2 steps are to
install SSLeay 0.9.0b and OpenLDAP 1.2.7-globus.
Download
ftp://ftp.globus.org/pub/globus/globus-1.1.3.tar.gz
We also downloaded and applied the following patches.
- io-read-patch
- modules-patch
- globus-1.1.3-giis-update
Configuration
linux /nfs/rainier/home/user3/build/noarch/globus/1.1.3/globus-install --prefix=/l/local/packages/globus/1.1.3 --with-ssl-path=/l/local/packages/SSLeay/0.9.0b --with-ldap-path=/l/local/packages/OpenLDAP/1.2.7-globus --with-umask=022 --disable-parallel-build --separate-logs --with-standard --enable-debug --
solaris
/nfs/rainier/home/user3/build.NOBACKUP/noarch/globus/1.1.3/globus-install --prefix=/nfs/rainier/home/user3/packages/noarch/globus/1.1.3 --with-ssl-path=/nfs/rainier/home/user3/packages/solaris/SSLeay/0.9.0b --with-ldap-path=/nfs/rainier/home/user3/packages/solaris/OpenLDAP/1.2.7-globus --with-umask=022 --disable-parallel-build --separate-logs --with-standard --enable-debug -- --with-TARGET-CC=/opt/SUNWspro/bin/cc
Deploy
- setenv GLOBUS_INSTALL_PATH /l/local/packages/globus/1.1.3
- /l/local/packages/globus/1.1.3/sbin/globus-local-deploy /usr/local/globus
- copy grads-software.cldif to etc
- edit all grid-info* files
- rm globus-gatekeeper.key globus-gatekeeper.cert grid-mapfile
- ln -s /etc/grid-security/hostcert.pem globus-gatekeeper.cert
- ln -s /etc/grid-security/hostkey.pem globus-gatekeeper.key
- edit globus-jobmanager.conf
- edit SXXglobus - add umask 022
- chmod og+r globus-jobmanager.conf
- chmod og+r globus-services
Logs
solaris install - 12-07-2001
linux install - 12-07-2001
lomond deploy - 12-09-2001
|