Changes between Version 118 and Version 119 of client_installation_guide_rpm

Show
Ignore:
Timestamp:
04/16/13 10:55:20 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • client_installation_guide_rpm

    v118 v119  
    268268 
    269269* install grid-ftp server using the YUM Package Manager: 
     270It is recommended to take the gridFTP server from the IGE (Initiative for Globus in Europe) repository. 
     271Please configure IGE repositories 
     272{{{ 
     273#!div style="font-size: 90%" 
     274{{{#!sh 
     275cat > /etc/yum.repos.d/IGE.repo << EOF 
     276[IGE] 
     277name=IGE 
     278baseurl=http://repo-rpm.ige-project.eu/sl/sl5/x86_64/ 
     279enabled=1 
     280gpgcheck=1 
     281gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE 
     282EOF 
     283}}} 
     284}}} 
     285 
     286{{{ 
     287#!div style="font-size: 90%" 
     288{{{#!sh 
     289cat > /etc/yum.repos.d/IGE-updates.repo << EOF 
     290[IGE-updates] 
     291name=IGE - Updates 
     292baseurl=http://repo-rpm.ige-project.eu/sl/updates/sl5/x86_64/ 
     293enabled=1 
     294gpgcheck=1 
     295gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE 
     296}}} 
     297}}} 
     298 
     299'''IMPORTANT:''' If for any reason you do not want to use IGE repos, you can alternatively configure the system to use EPEL (Extra Packages for Enterprise Linux) repository. 
     300* The configuration can be done by installation of yum-conf-epel.noarch package using the YUM Package Manager. 
     301{{{ 
     302#!div style="font-size: 90%" 
     303{{{#!sh 
     304yum install yum-conf-epel.noarch 
     305}}} 
     306}}} 
     307 
     308Install the gridFTP server package: 
    270309{{{ 
    271310#!div style="font-size: 90%" 
    272311{{{#!sh 
    273312yum install globus-gridftp-server-progs.x86_64 
    274 }}} 
    275 }}} 
    276  
    277 '''IMPORTANT:''' If the YUM did not find the package, please make sure that the system is configured to use EPEL (Extra Packages for Enterprise Linux) repository. 
    278 * The configuration can be done by installation of yum-conf-epel.noarch package using the YUM Package Manager. 
    279 {{{ 
    280 #!div style="font-size: 90%" 
    281 {{{#!sh 
    282 yum install yum-conf-epel.noarch 
    283313}}} 
    284314}}}