yum install openssl-devel libffi-devel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
StashCache=(`grep ^WantsStashCache $_CONDOR_JOB_AD`) | |
PosixStashCache=(`grep ^WantsPosixStashCache $_CONDOR_JOB_AD`) | |
function setup_stashcp { | |
module load xrootd | |
module load stashcp | |
# Determine XRootD plugin directory. | |
# in lieu of a MODULE_<name>_BASE from lmod, this will do: | |
export MODULE_XROOTD_BASE=$(which xrdcp | sed -e 's,/bin/.*,,') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unset _CONDOR_JOB_PIDS | |
unset _CONDOR_ANCESTOR_6635 | |
unset _CONDOR_ANCESTOR_1130 | |
unset _CONDOR_SCRATCH_DIR | |
unset _CONDOR_ANCESTOR_1092 | |
unset _CONDOR_CHIRP_CONFIG | |
unset _CONDOR_ANCESTOR_1095 | |
unset _CONDOR_WRAPPER_ERROR_FILE | |
unset _CONDOR_SLOT | |
unset _CONDOR_EXECUTE |
Starting from a fresh install of EL6.5, first install EPEL:
# rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
Then install the Graphite dependencies:
# yum -y install python-whisper python-carbon graphite-web python-memcached python-ldap httpd memcached nodejs npm nc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing dcache 2.6.x from scratch | |
==================================== | |
Installing Java 7 | |
----------------- | |
Grab the Java 7 RPM: | |
```` | |
[root@dfs-m1 ~]# yum localinstall http://bootstrap.mwt2.org/repo/MWT2/jre-7-linux-x64.rpm | |
```` | |
NewerOlder