Difference between revisions of "ARC HTCondor Basic Install"

From GridPP Wiki
Jump to: navigation, search
Line 18: Line 18:
 
Install the most recent stable version of HTCondor:
 
Install the most recent stable version of HTCondor:
 
  yum install condor
 
  yum install condor
 +
 +
== HTCondor configuration ==
 +
 +
Start HTCondor by running
 +
service condor start

Revision as of 18:44, 8 May 2014

This page explains how to setup a minimal ARC CE and HTCondor pool on a single node.

ARC CE installation

YUM repository configuration for EPEL and NorduGrid:

rpm -Uvh https://anorien.csc.warwick.ac.uk/mirrors/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh http://download.nordugrid.org/packages/nordugrid-release/releases/13.11/centos/el6/x86_64/nordugrid-release-13.11-1.el6.noarch.rpm

Install the ARC CE meta-package:

yum install nordugrid-arc-compute-element

HTCondor installation

Setup the YUM repository:

cd /etc/yum.repos.d/
wget http://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel6.repo

Install the most recent stable version of HTCondor:

yum install condor

HTCondor configuration

Start HTCondor by running

service condor start