Description | Installation of Sun Grid Engine |
---|---|
Related-course materials | HPC Administration Module1 |
Authors | Ndomassi TANDO (ndomassi.tando@ird.fr) |
Creation Date | 23/09/2019 |
Last Modified Date | 23/09/2019 |
Summary
- Definition
- Prerequisites
- SGE installation
- Master Server installation
- Nodes installation
- Links
- License
Definition
SGE (SUN Grid Engine) is a linux job scheduler able to handle from 2 to thousands of servers at the same time.
One master server use the resources (CPU or RAM)of one or several nodes to perform analyses.
● An opensource tool
● 3 main functions :
-
Allocates ressources (CPU,RAM) to users to allow them to launch their analyses
-
Provides a frame to launch,execute et monitore the jobs on the whole allocated nodes
-
Deals with jobs in queue wait
RPMS : https://copr.fedorainfracloud.org/coprs/loveshack/SGE/
SOURCE : https://arc.liv.ac.uk/downloads/SGE/releases/
Prerequisites:
you have to choose a nfs parttion shared between your master and your node.
SGE installation:
Master server installation:
On the master server type:
You will be asked to mention:
-
The Grid Engine administrator name
-
The value of $SGE_ROOT
-
The number of the TCP port ( 6444 by default)
-
The Grid Engine service Name
-
The number of the TCP port for sge_execd (6445 by default)
-
The Grid Engine cell name (leave default)
-
The spool directory path
-
The spooling method
-
group ID range for Grid Engine
-
Accept the installation of booting scripts
-
Do not install shadow server
-
The list of administration and submit hosts : put your master server in both
To finish the installation, launch the following commands:
If you have serveral nodes: allow the nfs export of the SGE PATH to the other nodes of the cluster:
In /etc/exports
add:
Start and enable the nfs service:
Nodes installation:
if you have several nodes, make sure they appear in the /etc/hosts
file
Mount the SGE_ROOT path on the node:
Launch the installation of the node:
After answering all the questions:
Links
- Related courses : HPC Trainings