Changeset 611
- Timestamp:
- Aug 12, 2011 3:17:11 PM (12 years ago)
- Location:
- epd_deployment
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
epd_deployment/README.txt
r532 r611 1 1 $Id$ 2 2 3 This directory (/APSshare/epd) will containthe various installations3 This directory (/APSshare/epd) contains the various installations 4 4 of Enthought Python Distribution (EPD) deployed for the APS. 5 5 6 EPD will be licensed (in mid-year 2011) under an ANL site-wide license 7 for all ANL employees, ANL computers, and users of 8 ANL facilities who themselves are not ANL employees. 6 EPD is licensed (starting 2011-08-11) under an ANL site-wide license: 7 "The site, for this Site-License, is defined as all users 8 located at Argonne National Laboratory at 9700 S. Cass Avenue, 9 Lemont, IL 60439, including laboratory owned devices taken 10 off-site or laboratory employees working off-site." 9 11 10 12 It is planned that a separate directory rooted at this point will … … 12 14 13 15 The initial planned deployment is: 14 * Solaris ( sparc and x86)16 * Solaris (x86, sparc is not supplied as part of EPD) 15 17 * Red Hat Enterprise Linux 5 (x86 and x86_64) 16 * Red Hat Enterprise Linux 6 (x86_64) 18 * Red Hat Enterprise Linux 6 (x86_64), uses same code as RHEL5 17 19 18 20 Refer all questions and comments to Pete Jemian, jemian@anl.gov -
epd_deployment/deployment.sh
r587 r611 29 29 echo "for example:" 30 30 echo " $0\\" 31 echo " ./images/epd-7.0-2-rh5-x86_64.sh \\"31 echo " /APSshare/epd/downloads/epd-7.1-2-rh5-x86_64.sh \\" 32 32 echo " /APSshare/epics/base-3.14.11/lib/linux-x86_64-el5/libca.so.3.14 \\" 33 33 echo " /APSshare/epd \\" 34 34 echo " 64" 35 echo "This will deploy EPD 7. 0.2 for a 64-bit RHEL6 system with EPICS 3.14.11"35 echo "This will deploy EPD 7.1-2 for a 64-bit RHEL6 system with EPICS 3.14.11" 36 36 echo "" 37 37 exit 1 … … 52 52 START_DIR=`/bin/pwd` 53 53 54 TESTNAME=$(basename ${EPD_OS_SPECIFIC_DISTRIBUTION}) 55 EPD_DEPLOYMENT_SUBDIR=${TESTNAME%.*} 54 55 # Starting with an installer script such as: /APSshare/epd/downloads/epd-7.1-2-rh5-x86_64.sh 56 INSTALLER_SCRIPT=$(basename ${EPD_OS_SPECIFIC_DISTRIBUTION}) 57 # INSTALLER_SCRIPT=epd-7.1-2-rh5-x86_64.sh 58 # cut off first 10 characters 59 # TODO: could do better but this works for now 60 INSTALLER_SCRIPT__OS_PART=`echo ${INSTALLER_SCRIPT} | colrm 1 10` 61 # INSTALLER_SCRIPT__OS_PART=rh5-x86_64.sh 62 EPD_DEPLOYMENT_SUBDIR=${INSTALLER_SCRIPT__OS_PART%.*} 63 # EPD_DEPLOYMENT_SUBDIR=rh5-x86_64 56 64 EPD_DEPLOYMENT_DIR=${EPD_ROOT_DIR}/${EPD_DEPLOYMENT_SUBDIR} 65 66 echo "INSTALLER_SCRIPT = ${INSTALLER_SCRIPT}" 67 echo "INSTALLER_SCRIPT__OS_PART = ${INSTALLER_SCRIPT__OS_PART}" 68 echo "EPD_DEPLOYMENT_SUBDIR = ${EPD_DEPLOYMENT_SUBDIR}" 69 exit 57 70 58 71 #OS_KERNEL_NAME=`uname -s` # Linux -
epd_deployment/install-rhel5-32.sh
r587 r611 11 11 # EPD installment/deployment procedure for /APSshare 12 12 13 SRC= ./images/epd-7.1-1-rh5-x86.sh13 SRC=/APSshare/epd/downloads/epd-7.1-2-rh5-x86.sh 14 14 LIBCA=/APSshare/epics/base-3.14.11/lib/linux-x86-el5/libca.so.3.14 15 15 EPD_ROOT=/local/epd -
epd_deployment/install-rhel5-64.sh
r587 r611 11 11 # EPD installment/deployment procedure for /APSshare 12 12 13 SRC= ./images/epd-7.1-1-rh5-x86_64.sh13 SRC=/APSshare/epd/downloads/epd-7.1-2-rh5-x86_64.sh 14 14 LIBCA=/APSshare/epics/base-3.14.11/lib/linux-x86_64-el5/libca.so.3.14 15 15 EPD_ROOT=/local/epd -
epd_deployment/install-solaris-x86.sh
r537 r611 11 11 # EPD installment/deployment procedure for /APSshare 12 12 13 SRC= ./images/epd-7.0-2-SunOS_5.10-x86_64.sh13 SRC=/APSshare/epd/downloads/epd-7.1-2-SunOS_5.10-x86_64.sh 14 14 LIBCA=/APSshare/epics/base-3.14.11/lib/solaris-x86-v10-gnu/libca.so.3.14 15 15 EPD_ROOT=/home/oxygen/JEMIAN/Documents/epd_deployment/sandbox/epd
Note: See TracChangeset
for help on using the changeset viewer.