Install globus-2 from USATLAS rpms: # cd /opt/pacman # pacman -fetch -install atlas-globus Mail /opt/globus2/etc/server.request to ca@globus.org to get MDS server cert; put received certificate in /opt/globus2/etc/server.cert Mail /etc/grid-security/host.req to ca@globus.org to get host cert; put received certificate in /etc/grid-security/hostcert.pem -- or copy old 1.1.x files host.* -- and grid-mapfile -- there. # cd /opt/globus2/setup/globus # ./setup-globus-gram-job-manager-scripts # ./setup-globus-gram-job-manager # ./setup-globus-gram-job-manager -type=condor # cd ../../etc/grid-services/ # emacs jobmanager-condor & add to the end of the line: -condor-arch INTEL -condor-os LINUX # cd ../../libexec/ # emacs globus-script-condor-poll & change line 65 to: status=`${grep} '^[0-9]* (0*'${grami_job_id} ${grami_condor_ulog} | ${cut} -d' ' -f1,2 | ${sort} | ${uniq}` # cd ../setup/globus # ./setup-globus-gram-reporter -type=condor # cd ../../etc # emacs grid-info-resource-ldif.conf & at the end of line 133 add: -condor-arch INTEL -condor-os LINUX # cd ../libexec/ # emacs globus-script-condor-queue& comment out CacheToLocal() and LocalToCache(); put { : } instead of the whole { ... } sections # /etc/rc.d/init.d/xinetd restart After you get your MDS server cert: # /opt/globus2/sbin/SXXgris stop # /opt/globus2/sbin/SXXgris start Also, make sure that $GLOBUS_LOCATION/share/certificates points to /etc/grid-security/certificates or another appropriate location with certificates. To make globus and gridftp compatible with the upcoming firewall: Edit /opt/globus2/etc/globus-user-env.[c]sh and add export GLOBUS_TCP_PORT_RANGE="63001,65000" (or setenv ... for csh) Also, edit /etc/xinet.d[globus-gatekeeper,gsi-wuftpd] and add env = GLOBUS_TCP_PORT_RANGE=63001,65000 Do NOT use quotes around the right hand side, globus will not understand it! Then restart xinetd: # /etc/rc.d/init.d/xinetd restart