cluster:Maui/326p21/server

From Dgiref
Jump to: navigation, search
Please open a NGI-DE ticket if you experience any Installation or Configuration problem.

Contents

Maui server v.3.2.6p21

Prepare

It is required to install the Torque server (version 2.1.6 or version 2.3.6) before the maui scheduler packages.

Install

To install Maui, the following RPMs are needed :

  • maui
  • maui-server

Install rpms from dgiref binary repository.

Configure

By default, batch systems like OpenPBS or Torque have their own job scheduler. Normally, this is much more simple-minded than Maui; for example, in the case of OpenPBS and Torque, the default is a simple fifo scheduler. Therefore, before Maui can be used, the batch system must be told to use it.

With OpenPBS or Torque, this is accomplished setting the scheduling state of the server to False:

qmgr -c "set server scheduling = False"
qmgr -c "list server"
  ...
  server_state = Idle
  scheduling = False
  ...

The scheduling policies are defined in Maui’s configuration file : /var/spool/maui/maui.cfg

Proceed

Start service maui


Personal tools