hidden:Globus Connect: Difference between revisions

From Lsdf
Jump to navigationJump to search
m (Created page with "==Steps taken to install globus connect== Some of the information is gleaned from https://www.globus.org/ * update the repo dir for easy access to the globus packages: <pre> …")
 
mNo edit summary
Line 8: Line 8:
rpm -hUv http://www.globus.org/ftppub/gt5/5.2/stable/installers/repo/Globus-5.2.stable-config.redhat-6Server-1.noarch.rpm
rpm -hUv http://www.globus.org/ftppub/gt5/5.2/stable/installers/repo/Globus-5.2.stable-config.redhat-6Server-1.noarch.rpm
</pre>
</pre>
This will install the Globus repo file in /etc/yum.repos.d/Globus-5.2.stable-config.redhat.repo. Globus maintains a list of rmps that will install the proper repo file for you here: http://www.globus.org/ftppub/gt5/5.2/stable/installers/repo/
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:
* install the Globus Connect Package:

<pre>
yum install globus-connect-server
yum install globus-connect-server
</pre>

Revision as of 12:11, 11 May 2014

Steps taken to install globus connect

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

  • 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