hidden:Globus Connect

From Lsdf
Revision as of 15:03, 11 May 2014 by Jvw (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Steps taken to install globus connect

Some of the information is gleaned from https://www.globus.org/

Prereqs:

Install of Globus Connect

  • update the repo dir for easy access to the globus packages:
rpm -hUv http://www.globus.org/ftppub/gt5/5.2/stable/installers/repo/Globus-5.2.stable-config.redhat-6Server-1.noarch.rpm

This will install the Globus repo file in /etc/yum.repos.d/Globus-5.2.stable-config.redhat.repo. If you are installing on another distribution or version select another RPM. Globus maintains a list of RPMs that will install the proper repo file for you here: http://www.globus.org/ftppub/gt5/5.2/stable/installers/repo/.

  • install the Globus Connect Package:
yum install globus-connect-server

In my case the $releasever variable was returning 6.5 although the repo urls have locations for just 6. I fixed this by forcing the variable to 6:

yum --releasever=6 install globus-connect-server