gLite 3.1 installation guide

gLite 3.2 installation guide

Fix yum problem

  • Modify /etc/yum.conf and set plugins=0

Configure NTP

  • Put the following lines in /etc/ntp.conf and restart ntpd and set it on always

 restrict 140.109.1.4 mask 255.255.255.255 nomodify notrap noquery
 server 140.109.1.4

  • /etc/rc.d/init.d/ntpd restart
  • /sbin/chkconfig ntpd on

Install CA

cd /etc/yum.repos.d/
wget http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/lcg-CA.repo
yum install lcg-CA

Modify dag in /etc/yum.repos.d

[main]
[dag]
name=DAG (http://dag.wieers.com) additional RPMS repository
baseurl=http://linuxsoft.cern.ch/dag/redhat/el5/en/$basearch/dag
gpgkey=http://linuxsoft.cern.ch/cern/slc5X/$basearch/RPM-GPG-KEYs/RPM-GPG-KEY-dag
gpgcheck=1
enabled=1

Install gLite3.1

Install lcg-CE and Torque/PBS server

cd /etc/yum.repos.d/
wget http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/lcg-CE.repo
wget http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/glite-TORQUE_server.repo
wget http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/glite-TORQUE_utils.repo
yum install lcg-CE
yum install glite-TORQUE_server
yum install glite-TORQUE_utils

Install DPM

cd /etc/yum.repos.d/
http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/glite-SE_dpm_mysql.repo
yum install glite-SE_dpm_mysql

Install DPM disk server

cd /etc/yum.repos.d/
wget http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/glite-SE_dpm_disk.repo
yum update
yum install glite-SE_dpm_disk

Install WN

cd /etc/yum.repos.d/
wget http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/glite-WN.repo
wget http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/glite-TORQUE_client.repo
yum install glite-WN
yum install glite-TORQUE_client 

Configure gLite

Configure CE and TORQUE

yaim -c -s site-info.def -n lcg-CE  -n TORQUE_server -n TORQUE_utils

Configure WN and TORQUE

yaim -c -s site-info.def -n glite-WN  -n TORQUE_client

Manage DPM

Disable a disk server

dpm-modifyfs --server grid02.phy.ncu.edu.tw --fs /data06 --st 1

Enable a disk server

dpm-modifyfs --server grid02.phy.ncu.edu.tw --fs /data06 --st 0

-- ChiaMingKuo - 09 Nov 2008

Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r7 - 2010-12-24 - ChiaMingKuo
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback