Grid Engine Binary Downloads

Grid Engine Binary Download

This is the previous version of the courtesy binaries corresponding to V53_alpha1_fixes_TAG.

1. Download common files (necessary for all architectures)
 
Grid Engine common files (~0.5MB)

2. Download documentation files (optional)
 
Grid Engine documentation files (~10MB)

3. Download platform-specific binary and data files
 
Compaq - Tru64 Unix 4.0 (~5MB)
Compaq - Tru64 Unix 5.0, 5.1 (~5MB)
Hewlett Packard - HP-UX 10.20 (~6MB)
Hewlett Packard - HP-UX 11.00 (~6MB)
IBM - AIX 4.2.x (~5MB)
IBM - AIX 4.3.x (~5MB)
Linux i386 (~4MB)
Linux alpha (~8MB)
Silicon Graphics - IRIX 6.0 - 6.4 (~6MB)
SUN - Solaris (sparc) 2.6, 7, 8  32-bit  (~4MB)
SUN - Solaris (sparc) 7, 8  64-bit (~5MB)
SUN - Solaris (x86) 8 (~4MB)

4. Installation

Unpacking the files

All files must be unpacked to a directory which is accessible from all machines which use Grid Engine. For execution hosts this directory should be read/write exported for the root user. 

     
    create SGE_ROOT directory (and export it for NFS access if necessary) 
    % mkdir <your_gridengine_root_direcotry>
    % cd <your_gridengine_root_direcotry>
    unpack the "common" files 
    % gzip -dc sge-<version>-common.tar.gz | tar xvf -
    unpack the binaries for all architectures 
    % gzip -dc sge-<version>-bin-<arch>.tar.gz | tar xvf -
          It's recommended to add the service 
       sge_commd xxx/tcp
          to your services database (/etc/services or at your NIS server). You should use an unused number below 1024. 
          If you don't want to add this service, you will be prompted for a port number during installation. 

Install Grid Engine

Run the script "inst_sge" in the $SGE_ROOT directory to install Grid Engine. The scripts install_qmaster and install_execd can be used as a shortcut. In Grid Engine mode you just install as described in the next intended paragraph. 
Only for Grid Engine Enterprise Edition you have to make slight modifications:
% cd $SGE_ROOT
% ln -s inst_sge inst_sgeee
% replace inst_sge with inst_sgeee in the last line of the files install_qmaster and install_execd
Then you can proceed as with the standard Grid Engine installation.

            First run 

     % ./install_qmaster
      on the machine where the Grid Engine master daemon (sge_qmaster) will run.
            The script asks you to add one queue for each host, where you plan to install an execution host. 

            On all hosts (including the qmaster machine) on which you want to execute jobs, run the the script 

     %./install_execd
The "Quick Start Guide" in the Grid Engine manual (which is included as a postscript file in the doc/ directory of your distribution) contains more information about installing Grid Engine.