Tags:
,
view all tags
%TOC% ---+ IGI (based on gLite 3.2) Installation and Configuration ---++ ---++ *Installation* ---+++ OS installation Install SL5 using [[href="http://linuxsoft.cern.ch/scientific/5x/][ SL5.X repository (CERN mirror)]] or one of the supported <acronym title="Operating System">OS</acronym> (RHEL5 clones). You may find information on official repositories at [[href="http://igrelease.forge.cnaf.infn.it/doku.php?id=doc:tips:repos][Repositories for APT and YUM]] <br /> If you want to set up a local installation server please refer to [[http://igrelease.forge.cnaf.infn.it/doku.php?id=doc:tips:mrepo][Mrepo Quick Guide]] *NOTE*: Please check if <em> =NTP= </em>, <em> =cron= </em> and <em> =logrotate= </em> are installed, otherwise install them! ---++++ Check the FQDN hostname Ensure that the hostnames of your machines are correctly set. Run the command: <pre> hostname -f</pre> It should print the fully qualified domain name (e.g. =prod-ce.mydomain.it=). Correct your network configuration if it prints only the hostname without the domain. If you are installing WN on private network the command must return the external FQDN for the CE and the SE (e.g. =prod-ce.mydomain.it=) and the internal FQDN for the WNs (e.g. =node001.myintdomain=). ---+++ ---+++ Repository Settings To have more details to the repository have a look to the this link [[http://wiki.italiangrid.org/twiki/bin/view/IGIRelease/RepositoriesSpecifications][Repository Specifications]] With standard installation of SL5 it's possible that you have the EPEL repository enabled. Please disable it: <pre># mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.disabled </pre> otherwise you'll get the following error: <pre>Missing Dependency: libcares.so.0()(64bit) is needed by package glite-security-gss-2.0.0-3.sl5.x86_64 (glite-generic_sl5_x86_64_release) </pre> because of the presence of newer version of c-ares (1.4.0-1.el5). The middleware needs the 1.3.0-4.sl5 ! Remeber to enabled the dag.repo : With standard installation of SL5 it's possible that you have the DAG repository. Please check if it is enabled, if no please enabled it: cat /etc/yum.repos.d/dag.repo .... enabled=1 .... ---++++ Common repositories Each profile needs a set of common repositories: | *Common repositories *x86_64** | | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/dag.repo][dag.repo]] | | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/ig.repo][ig.repo]] | | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/egi-trustanchors.repo][egi-trustanchors.repo]] | In order to have a working IGI service you have to download also the gLite repo files. In the table bellow you'll find the match from metapackages to profiles. ---++++ Profile-specific repositories Furthermore each profile needs a set of repositories that contain the profile-related middleware. Look at the table below to know what specific repositories your profile needs: | *Metapackages* | *Profile-specific repositories *x86_64** | | ig_ARGUS | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-argus.repo][glite-argus.repo]] | | ig_BDII_top | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-bdii_top.repo][glite-bdii_top.repo]] | | ig_BDII_site | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-bdii_site.repo][glite-bdii_site.repo]] | | ig_CREAM <br /> ig_CREAM_LSF | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-cream.repo][glite-cream.repo]] | | ig_CREAM_torque | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-cream_torque.repo][glite-cream_torque.repo]] | | ig_FTA_oracle | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-fta_oracle.repo][glite-fta_oracle.repo]] | | ig_FTM | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-ftm.repo][glite-ftm.repo]] | | ig_FTS_oracle | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-fts_oracle.repo][glite-fts_oracle.repo]] | | ig_GLEXEC_wn | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-glexec.repo][glite-glexec.repo]] | | ig_HLR | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-generic.repo][glite-generic.repo]] | | ig_LB | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-lb.repo][glite-lb.repo]] | | ig_LFC_mysql | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-lfc_mysql.repo][glite-lfc_mysql.repo]] | | ig_SE_dpm_mysql | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-se_dpm_mysql.repo][glite-se_dpm_mysql.repo]] | | ig_SE_dcache_info | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-se_dcache_info.repo][glite-se_dcache_info.repo]] | | ig_SE_dcache_nameserver_chimera | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-se_dcache_nameserver.repo][glite-se_dcache_nameserver.repo]] | | ig_SE_dcache_pool | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-se_dcache_pool.repo][glite-se_dcache_pool.repo]] | | ig_SE_dcache_srm | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-se_dcache_srm.repo][glite-se_dcache_srm.repo]] | | ig_SE_storm_backend <br /> ig_SE_storm_frontend <br /> ig_SE_storm_checksum | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/ig-storm.repo][ig-storm.repo]] | | ig_SE_storm_gridftp | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/ig-storm_gridftp.repo][ig-storm_gridftp.repo]] | | ig_UI <br /> ig_UI_noafs | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-ui.repo][glite-ui.repo]] | | ig_VOBOX | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-vobox.repo][glite-vobox.repo]] | | ig_VOMS_mysql | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-voms_mysql.repo][glite-voms_mysql.repo]] | | ig_VOMS_oracle | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-voms_oracle.repo][glite-voms_oracle.repo]] | | ig_WN, ig_WN_noafs<strong> <br /> </strong>ig_WN_LSF, ig_WN_LSF_noafs | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-wn.repo][glite-wn.repo]] | | ig_WN_torque, ig_WN_torque_noafs | [[http://repo-pd.italiangrid.it/mrepo/repos/sl5/x86_64/glite-wn_torque.repo][glite-wn_torque.repo]] | Then update your host: <pre>yum clean all </pre> ---+++ CAa installation: Install CAs on ALL profiles: <pre>yum install ca-policy-egi-core </pre> ---+++ Metapackage installation Please consider that x86_64 WN profiles has to be installed using the “groupinstall” yum command as follows: <pre> yum groupinstall <WN_profile> </pre> where <WN_profile> could be one of: ig_WN, ig_WN_noafs, ig_WN_torque, ig_WN_torque_noafs, ig_WN_LSF, ig_WN_LSF_noafs or <pre> yum groupinstall <UI_profile> </pre> where <UI_profile> could be one of: ig_UI, ig_UI_noafs If you are installing any othere profiles use: <pre> yum install <metapackage> </pre> Where =<metapackage>= is one of those reported on the table above ( _Metapackages_ column). ---++ *Configuration* ---+ IGI (based on EMI) Installation and Configuration ---++ ---++ *Installation* ---+++ OS installation Install SL5 using [[href="http://linuxsoft.cern.ch/scientific/5x/][ SL5.X repository (CERN mirror)]] or one of the supported <acronym title="Operating System">OS</acronym> (RHEL5 clones). You may find information on official repositories at [[href="http://igrelease.forge.cnaf.infn.it/doku.php?id=doc:tips:repos][Repositories for APT and YUM]] <br /> If you want to set up a local installation server please refer to [[http://igrelease.forge.cnaf.infn.it/doku.php?id=doc:tips:mrepo][Mrepo Quick Guide]] *NOTE*: Please check if <em> =NTP= </em>, <em> =cron= </em> and <em> =logrotate= </em> are installed, otherwise install them! ---++++ Check the FQDN hostname Ensure that the hostnames of your machines are correctly set. Run the command: <pre> hostname -f</pre> It should print the fully qualified domain name (e.g. =prod-ce.mydomain.it=). Correct your network configuration if it prints only the hostname without the domain. If you are installing WN on private network the command must return the external FQDN for the CE and the SE (e.g. =prod-ce.mydomain.it=) and the internal FQDN for the WNs (e.g. =node001.myintdomain=). ---+++ ---+++ Repository Settings To have more details to the repository have a look to the this link [[http://wiki.italiangrid.org/twiki/bin/view/IGIRelease/RepositoriesSpecifications][Repository Specifications]] If not present by default on your SL5/x86_64 nodes, you should enable the EPEL repository (https://fedoraproject.org/wiki/EPEL) You need to have enabled only the above repositories (Operating System, EPEL, Certification Authority, EMI): | *Common repositories *x86_64** | | [[http://repo-pd.italiangrid.it/mrepo/repos/emi/sl5/x86_64/epel.repo][epel.repo]] | | [[http://repo-pd.italiangrid.it/mrepo/repos/emi/sl5/x86_64/emi.repo][emi.repo]] | | [[http://repo-pd.italiangrid.it/mrepo/repos/emi/sl5/x86_64/egi-trustanchors.repo][egi-trustanchors.repo]] | ---+ IGI (based on UMD) Installation and Configuration -- Main.SergioTraldi - 2011-11-04
Edit
|
Attach
|
PDF
|
H
istory
:
r24
|
r7
<
r6
<
r5
<
r4
|
B
acklinks
|
V
iew topic
|
More topic actions...
Topic revision: r5 - 2011-11-09
-
SergioTraldi
Home
Site map
CEMon web
CREAM web
Cloud web
Cyclops web
DGAS web
EgeeJra1It web
Gows web
GridOversight web
IGIPortal web
IGIRelease web
MPI web
Main web
MarcheCloud web
MarcheCloudPilotaCNAF web
Middleware web
Operations web
Sandbox web
Security web
SiteAdminCorner web
TWiki web
Training web
UserSupport web
VOMS web
WMS web
WMSMonitor web
WeNMR web
IGI Documentation
Repositories specifications
Installation and Configuration Guides
Updates Guides
Services/Node Types List
IGI Updates Calendar
Tips & Tricks
Use Cases & Troubleshooting
Site Admin Corner
IGI Release Management
Integration Process
TODO List
IGI Testing & Certification
Certification Testbed
Blah testing
CREAM testing
HLR testing
Storm testing
UI testing
VOMS testing
WMS testing
WN testing
IGIRelease Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Edit
Attach
Copyright © 2008-2021 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback