Installation of a Batchsystem Server

From Gridkaschool
Revision as of 18:21, 28 December 2012 by Pweber (talk | contribs) (Created page with "For installing the Torque batch system server one repository has to be placed in /etc/yum.repos.d/. glite-TORQUE_server.repo You can find the repository file at http://grid-d…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

For installing the Torque batch system server one repository has to be placed in /etc/yum.repos.d/.

 glite-TORQUE_server.repo

You can find the repository file at http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2. Get it with

 wget -P /etc/yum.repos.d/ http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/glite-TORQUE_server.repo

Now you can install the package:

yum install glite-TORQUE_server

If asked to accept importing the gpg keys of the repository answer with "y":

Importing GPG key 0x836AAC2B "Gd Integration <gd-release-team@cern.ch>" from http://glite.web.cern.ch/glite/glite_key_gd.asc
Is this ok [y/N]: y

The output of yum should look like the one below Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction

 Installing     : torque                                                  1/12 
 Installing     : maui                                                    2/12 
 Installing     : maui-client                                             3/12 
 Installing     : maui-server                                             4/12 
 Installing     : torque-server                                           5/12 
 Installing     : torque-client                                           6/12 
 Installing     : glite-yaim-core                                         7/12 
 Installing     : glite-yaim-torque-utils                                 8/12 
 Installing     : glite-yaim-torque-server                                9/12 
 Installing     : glite-version                                          10/12 
 Installing     : edg-pbs-utils                                          11/12 
 Installing     : glite-TORQUE_server                                    12/12 

Installed:
  glite-TORQUE_server.x86_64 0:3.2.2-0                                                                  

Dependency Installed:
 edg-pbs-utils.x86_64 0:1.0.9-2.sl5                   glite-version.noarch 0:3.2.1-1                               
 glite-yaim-core.noarch 0:4.0.11-2                    glite-yaim-torque-server.noarch 0:4.0.4-1                    
 glite-yaim-torque-utils.noarch 0:4.0.4-1             maui.x86_64 0:3.2.6p21-snap.1234905291.5.el5                 
 maui-client.x86_64 0:3.2.6p21-snap.1234905291.5.el5  maui-server.x86_64 0:3.2.6p21-snap.1234905291.5.el5          
 torque.x86_64 0:2.3.6-2cri.el5                       torque-client.x86_64 0:2.3.6-2cri.el5                        
 torque-server.x86_64 0:2.3.6-2cri.el5                        

Complete!

Note: As you can see not only Torque was installed, but also Maui. Maui is often used as replacement for the simple FIFO (first in, first out) scheduler that comes along with Torque.

That's all for the installation.


Continue with the configuration of the Batchsystem Server


Go back to gLite Administration Course, Batch system server