Exercise 6: EMI 3 Worker Node + Torque Installation

From Gridkaschool
Revision as of 15:09, 23 August 2013 by Bertocco (talk | contribs) (Created page with "====Check OS==== cat /etc/redhat-release ====Configure Repositories==== * '''Disable DAG repo''' Be sure the dag repository is not present or disabled mv /e…")
(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.

Check OS

 cat /etc/redhat-release 


Configure Repositories

  • Disable DAG repo

Be sure the dag repository is not present or disabled

 mv /etc/yum.repos.d/dag.repo /etc/yum.repos.d/dag.repo.removed
 ls /etc/yum.repos.d/
  • Configure EPEL repo

If epel repository is not installed, then install it:

 wget http://fedora-mirror01.rbc.ru/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm --no-check-certificate
 yum install epel-release-6-8.noarch.rpm --nogpgcheck -y
  • Configure CA repo
 wget http://repository.egi.eu/sw/production/cas/1/current/repo-files/EGI-trustanchors.repo -O /etc/yum.repos.d/EGI-trustanchors.repo
  • Configure EMI 3 middleware repo
 wget http://emisoft.web.cern.ch/emisoft/dist/EMI/3/sl6/x86_64/base/emi-release-3.0.0-2.el6.noarch.rpm  --no-check-certificate
 yum localinstall emi-release-3.0.0-2.el6.noarch.rpm --nogpgcheck -y

Installation

  • Install Certification Authorities
 yum install ca-policy-egi-core --nogpgcheck -y
  • Install WN
 yum install emi-wn
  • Install the batch system client side
 yum install emi-torque-client