Configuring SunGridEngine Nodes
 

[root@cstest11d lam]# /sge/util/install_cluster.sh node001

Installing execution hosts for cell "default"
Executing command in /sge: ./install_execd -fast -auto
Host: node001

Confirm SGE default installation settings
-----------------------------------------

The following default settings can be used for an accelerated
installation procedure:

   $SGE_ROOT          = /sge
   service            = sge_commd
   admin user account = root

Do you want to use these configuration parameters (y/n) [y] >> y
Creating local configuration for host >node001<
root@node001 added "node001" to configuration list

Local configuration for host >node001< created.
Hit <RETURN> to continue >>

SGE startup script
------------------
 

We can install the startup script that SGE is started at machine boot (y/n) [y] >> y

Installing startup script /etc/rc.d/rc3.d/S95rcsge
Hit <RETURN> to continue >>

SGE execution daemon startup
----------------------------

Starting SGE execution daemon daemon. Please wait ...
   starting sge_execd
starting program: /sge/bin/glinux/sge_commd
using service "sge_commd"
bound to port 535
using service "sge_commd"
bound to port 535
Hit <RETURN> to continue >>

Adding a default SGE queue for this host
----------------------------------------

We can now add a sample queue for this host which

    - has the name >node001.q<
    - provides 2 slot(s) for jobs
    - provides access for any user with an account on this machine
    - and has no resource limits

You do not need to add a queue now, but before running jobs on this host, you
need to add a queue with >qconf< or the GUI >qmon<.

Do you want to add a default queue for this host (y/n) [y] >> y
root@node001 added "node001.q" to queue list
Hit <RETURN> to continue >>
=============================================================================



last  updated  march 23, 2003
sjames@lbl.gov