Cluster Installation: Difference between revisions

Line 166: Line 166:
Redhas/CentOS Linux distribution comes with rpms for installing Grid Engine. One need to have administrative privileges to install. Install gridengine rpms on all the nodes using following command, Default shell for Grid Engine is /bin/csh. '''It is assumed the all the workstations involved access the storage where the data is stored and authentication is done through protocols like LDAP.'''
Redhas/CentOS Linux distribution comes with rpms for installing Grid Engine. One need to have administrative privileges to install. Install gridengine rpms on all the nodes using following command, Default shell for Grid Engine is /bin/csh. '''It is assumed the all the workstations involved access the storage where the data is stored and authentication is done through protocols like LDAP.'''
<pre>
<pre>
root@sudhir:/home/spothineni 1> yum install gridengine gridengine-qmaster gridengine-execd  gridengine-qmon
root@ws1:/home 1> yum install gridengine gridengine-qmaster gridengine-execd  gridengine-qmon


root@sudhir:/home/spothineni 2> rpm -qa | grep gridengine
root@ws1:/home 2> rpm -qa | grep gridengine


gridengine-qmaster-6.2u5-10.el6.4.x86_64
gridengine-qmaster-6.2u5-10.el6.4.x86_64
Line 179: Line 179:


<pre>
<pre>
root@sudhir:/home/spothineni 3> cd /usr/share/gridengine
root@ws1:/home 3> cd /usr/share/gridengine


root@sudhir:/home/spothineni 4> ls
root@ws1:/home 4> ls
bin  default  hadoop    install_execd    lib  my_configuration.conf  qmon  utilbin
bin  default  hadoop    install_execd    lib  my_configuration.conf  qmon  utilbin
ckpt  doc      inst_sge  install_qmaster  mpi  pvm                    util
ckpt  doc      inst_sge  install_qmaster  mpi  pvm                    util
</pre>
</pre>
 
Lets say ''ws1'' is ''sgemaster'' node, it will installed using install_qmaster
On bl1upper which sgemaster node install using install_qmaster


==== Installing sgemaster ====
==== Installing sgemaster ====


<pre>
<pre>
root@bl1upper:/usr/share/gridengine 5>./install_qmaster
root@ws1:/usr/share/gridengine 5>./install_qmaster
</pre>
</pre>


Line 217: Line 216:
On execution node install execution daemon using following command
On execution node install execution daemon using following command
<pre>
<pre>
root@bl1ws1:/usr/share/gridengine 5>./install_execd
root@ws2:/usr/share/gridengine 5>./install_execd
</pre>
</pre>


38

edits