NTP
, cron
and logrotate
are installed, otherwise install them!
hostname -fIt 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
).
# mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.disabledotherwise you'll get the following error:
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)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 *x86_64* |
---|
dag.repo![]() |
ig.repo![]() |
egi-trustanchors.repo![]() |
yum clean all
yum install ca-policy-egi-core
yum groupinstall <WN_profile>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
yum groupinstall <UI_profile>where <UI_profile> could be one of: ig_UI, ig_UI_noafs If you are installing any othere profiles use:
yum install <metapackage>Where
<metapackage>
is one of those reported on the table above ( Metapackages column).
<confdir>
, in a safe place, which is not world readable. This directory should contain:
File | Scope![]() |
Details |
---|---|---|
<your-site-info.def> |
whole-site | List of configuration variables in the format of key-value pairs. It's a mandatory file. It's a parameter passed to the ig_yaim command. IMPORTANT: You should always check if your <your-site-info.def> is up-to-date comparing with the last /opt/glite/yaim/examples/siteinfo/ig-site-info.def template deployed with ig-yaim and get the differences you find. For example you may use vimdiff : vimdiff /opt/glite/yaim/examples/siteinfo/ig-site-info.def <confdir>/<your-site-info.def> |
<your-wn-list.conf> |
whole-site | Worker nodes list in the format of hostname.domainname per row. It's a mandatory file. It's defined by WN_LIST variable in <your-site-info.def> . |
<your-users.conf> |
whole-site | Pool account user mapping. It's a mandatory file. It's defined by USERS_CONF variable in <your-site-info.def> . IMPORTANT: You may create <your-users.conf> starting from the /opt/glite/yaim/examples/ig-users.conf template deployed with ig-yaim , but probably you have to fill it on the base of your site policy on uids/guis. We suggest to proceed as explained here: ”Whole site: How to create local users.conf and configure users”. |
<your-groups.conf> |
whole-site | VOMS group mapping. It's a mandatory file. It's defined by GROUPS_CONF variable in <your-site-info.def> . IMPORTANT: You may create <your-groups.conf> starting from the /opt/glite/yaim/examples/ig-groups.conf template deployed with ig-yaim . |
Directory | Scope | Details | |
---|---|---|---|
services/ |
service-specific | It contains a file per nodetype with the name format: ig-node-type . The file contains a list of configuration variables specific to that nodetype. Each yaim module distributes a configuration file in =/opt/glite/yaim/examples/siteinfo/services/[ig or glite]-node-type. It's a mandatory directory if required by the profile and you should copy it under the same directory where <your-site-info.def> is. |
|
nodes/ |
host-specific | It contains a file per host with the name format: hostname.domainname . The file contains host specific variables that are different from one host to another in a certain site. It's an optional directory. |
|
vo.d/ |
VO-specific | It contains a file per VO with the name format: vo_name , but most of VO settings are still placed in ig-site-info.def template. For example, for ”lights.infn.it ”: # cat vo.d/lights.infn.it It's an optional directory for “normal” VOs (like atlas, alice, babar), mandatory only for “fqdn-like” VOs. In case you support such VOs you should copy the structure vo.d/<vo.specific.file> under the same directory where <your-site-info.def> is. |
|
group.d/ |
VO-specific | It contains a file per VO with the name format: groups-<vo_name>.conf . The file contains VO specific groups and it replaces the former <your-groups.conf> file where all the VO groups were specified all together. It's an optional directory. |
![]() |
![]() |
|
![]() |
|
![]() |