/usr/share/doc/gridengine-common/README.Debian is in gridengine-common 6.2u5-7.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | Once you've installed SGE, you'll need to do at least some minimal
cluster configuration.
Quickstart
==========
* Install gridengine-master, gridengine-exec and gridengine-client
on the appropriate hosts.
* Initially, only the sgeadmin user has admin privileges
* It is suggested that you add yourself as a manager and
perform the rest of these tasks as your own user:
+ sudo -u sgeadmin qconf -am myuser
* and to a userlist:
+ qconf -au myuser users
* Add a submission host:
+ qconf -as myhost.mydomain
* Add an execution host:
+ qconf -ae
You will now be prompted for information about the execution host.
* Add a new host group:
+ qconf -ahgrp @allhosts
* Add the exec host to the @allhosts list:
+ qconf -aattr hostgroup hostlist myhost.mydomain @allhosts
* Add a queue:
+ qconf -aq main.q
* Add the host group to the queue:
+ qconf -aattr queue hostlist @allhosts main.q
* Make sure there is a slot allocated to the execd:
+ qconf -aattr queue slots "[myhost.mydomain=1]" main.q
* Running qstat -f should then show you the execd waiting for jobs
|