== sun gride engine on Debian sge1 192.168.11.61 qmster,schedd,execd, sge2 192.168.11.62 execd, sge3 192.168.11.63 execd, = setting on sge1 > aptitude install nfs-kernel-server > aptitude install csh > vi /etc/hosts 192.168.11.61 sge1 192.168.11.62 sge2 192.168.11.63 sge3 > mkdir -p /opt/gridengine > cd /opt/gridengine > adduser sgeadmin > vi /etc/exports /opt/gridengine 192.168.11.0/24(rw,sync,no_root_squash) /home/sgeadmin 192.168.11.0/24(rw,sync,no_root_squash > /etc/init.d/nfs-kernel-server restart = setting on sge2 > aptitude install nfs-kernel-server > aptitude install csh > vi /etc/hosts 192.168.11.61 sge1 192.168.11.62 sge2 192.168.11.63 sge3 > adduser sgeadmin > mount sge1:/opt/gridengine/ /opt/gridengine > mount sge1:/home/sgeadmin/ /home/sgeadmin/ = install qmster,schedd,execd onto sge1 > export SGE_ROOT=/opt/gridengine > cd /opt/gridengine > wget http://gridengine.sunsource.net/download/SGE60/ge-6.0u12-common.tar.gz > wget http://gridengine.sunsource.net/download/SGE60/ge-6.0u12-bin-lx24-amd64.tar.gz > tar zxvf ge-6.0u12-common.tar.gz > tar zxvf ge-6.0u12-bin-lx24-amd64.tar.gz - answer all of questions as "enter" button except "question hosts". > ./install_qmaster Please enter a blank seperated list of hosts. Stop by entering . You may repeat this step until you are entering an empty list. You will see messages from Grid Engine when the hosts are added. Host(s): sge1 sge2 sge3 - answer all of questions as "enter" button > ./install_execd > source /opt/gridengine/default/common/settings.sh = install execd onto sge2 and sge3 > export SGE_ROOT=/opt/gridengine > cd /opt/gridengine - answer all of questions as "enter" button > install_execd > source /opt/gridengine/default/common/settings.sh = submit job into grid on sge1. - setting for job submit node > qconf -as sge1 node -confirm the node > qconf -sh - become sgeadmin user > su - sgeadmin > vi hostname.sh #!/bin/sh /bin/hostname > chmod 755 hostname.sh -submit job into grid. > qsub hostname.sh - example for n in {1..10} ; do qsub hostname.sh; done - check stats > qstat -f queuename qtype used/tot. load_avg arch states ---------------------------------------------------------------------------- all.q@sge1 BIP 1/1 0.04 lx24-amd64 45 0.55500 hostname.s sgeadmin r 05/11/2009 01:13:42 1 ---------------------------------------------------------------------------- all.q@sge2 BIP 1/1 0.00 lx24-amd64 44 0.55500 hostname.s sgeadmin r 05/11/2009 01:13:42 1 ---------------------------------------------------------------------------- all.q@sge3 BIP 1/1 0.00 lx24-amd64 43 0.55500 hostname.s sgeadmin r 05/11/2009 01:13:42 1 ############################################################################ - PENDING JOBS - PENDING JOBS - PENDING JOBS - PENDING JOBS - PENDING JOBS ############################################################################ 46 0.55500 hostname.s sgeadmin qw 05/11/2009 01:13:30 1 47 0.55500 hostname.s sgeadmin qw 05/11/2009 01:13:30 1 48 0.55500 hostname.s sgeadmin qw 05/11/2009 01:13:30 1 49 0.55500 hostname.s sgeadmin qw 05/11/2009 01:13:31 1 50 0.55500 hostname.s sgeadmin qw 05/11/2009 01:13:31 1 51 0.55500 hostname.s sgeadmin qw 05/11/2009 01:13:31 1 52 0.55500 hostname.s sgeadmin qw 05/11/2009 01:13:31 1 - error check > qacct -j - log > /opt/gridengine/default/spool/qmaste/message