Coder Social home page Coder Social logo

sge-ibm-cfe's Introduction

sge-ibm-cfe

Configuration for building a self-contained RHEL 8 SGE VM image on IBM Cloud for Education (CfE). A systemd service (grid-engine.service) will attempt to install and start qmaster and execd on a new VM deployment on boot. This gets around the fact that at the current time it is not possible to use VM customisation on CfE for new hostnames etc. .

Usage

  • Create a new RHEL 8 VM reservation The following assumes you have sudo rights:
# Install grid engine RPMs.
tar xvzf rh8/sge-8.1.9-1_el8.tar.gz
cd sge-8.1.9-1_el8
dnf install -y jemalloc-devel
dnf localinstall -y gridengine-8.1.9-1.el8.x86_64.rpm  --nogpgcheck
dnf localinstall -y gridengine-execd-8.1.9-1.el8.x86_64.rpm \  
                gridengine-qmaster-8.1.9-1.el8.x86_64.rpm \
                gridengine-qmon-8.1.9-1.el8.x86_64.rpm --nogpgcheck
# Install script that will attempt in install SGE on boot.
cd ..
cp rh8/configure-sge.sh /usr/local/bin
chmod +x /usr/local/bin/configure-sge.sh
# Copy SGE config. file to install_modules.
cp rh8/inst_sge_ibm-cloud.conf /opt/sge/util/install_modules/
# Install systemd service and enable
cp rh8/grid-engine.service /etc/systemd/system
systemctl enable grid-engine.service
# Shutdown and image VM to create template.

Clean-up

If you want to reinstall qmaster and execd on a VM:

rm -rf /etc/rc.d/init.d/sge*
rm -rf /opt/sge/default/
reboot

sge-ibm-cfe's People

Contributors

bathomas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.