Installing AtlasGrid (as root): mkdir /opt/AtlasGrid cd /opt/AtlasGrid tar zxvf /pacman-2.108.tar.gz cd pacman-2.108 . ./setup.sh cd .. pacman -get BU:AtlasGrid Enter the location of your BU:Atlas installation: /opt/Atlas $ATLAS_LOCATION will be set to [/opt/Atlas] in the setup.csh(sh) of this installation. Configuring the GSI (Grid Security) requires modification to files in /etc/grid-security. It looks like GSI has already been set up, but you can always do it again... How would you like to configure GSI (Grid Security)? Choices: g (Globus CA), d (DOE), m (manual), s (skip this question) g Configuring the Globus Gatekeeper daemon requires changes to - /etc/services - /etc/xinetd.d (or /etc/inetd.conf) Would you like to enable Globus Gatekeeper daemon to run automatically? Choices: y (yes), n (no), s (skip this question) y Configuring the Globus GridFTP daemon requires changes to - /etc/services - /etc/xinetd.d (or /etc/inetd.conf) Would you like to enable Globus GridFTP daemon to run automatically? Choices: y (yes), n (no), s (skip this question) y Configuring GRIS requires changes to /etc/rc.d/init.d/ Would you like to enable GRIS (Grid Resource Information Service)? Choices: y (yes), n (no), s (skip this question) y Do you want the EDG CRL update daemon to be installed? It will install one file, edg-crl-updated into etc/rc.d/init.d It will periodically update the Europen DataGrid (EDG) certificate revocation lists (CRLs) It is essential if you are collaborating with people from the EDG, and not important if you are not. Answer y or n: n OK, we'll skip setting it up. If you want to set them up later, see post-install/README for more information. Configuring the GSI (Grid Security) requires modification to files in /etc/grid-security. It looks like GSI has already been set up, but you can always do it again... How would you like to configure GSI (Grid Security)? Choices: g (Globus CA), d (DOE), m (manual), s (skip this question) g Do you want to restart MDS now (Y/N)?y Restarting MDS Starting up Openldap 2.0 SLAPD server for the GRIS ========= Undo Ganglia startup links: rm /etc/rc.d/rc5.d/S85gmond.pol /etc/rc.d/rc3.d/S85gmond.pol /etc/rc.d/rc5.d/S85gmmetad2.pol /etc/rc.d/rc3.d/S85gmmetad2.pol ======== Firewall setup: In /etc/xinetd.d/[globus-gatekeeper,gsiftp], add: env += GLOBUS_TCP_PORT_RANGE=63001,65000 after env = LD_LIBRARY_PATH=/opt/AtlasGrid/globus/lib In globus/etc/globus-user-env.[c]sh, add: export GLOBUS_TCP_PORT_RANGE="63001,65000" Then restart xinetd: /etc/init.d/xinetd restart ============= Fix broken links in /etc/grid-security/ from globus2b backup: rm globus-*; cp -p /opt/globus2/grid-security/globus-* . Also, need directory certificates/ (from grid-security/) in globus/share/ on all nodes for globus client software to work. ======= Finally, adjust new globus path in /etc/profile.d/globus.[c]sh. ------------ Installing Atlas (as atlas, except for making directory): mkdir /opt/Atlas cd /opt/Atlas tar zxvf /pacman-2.108.tar.gz cd pacman-2.108 . ./setup.sh cd .. pacman -get BU:Atlas