Cluster Installation: Difference between revisions

No edit summary
Line 164: Line 164:


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
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
[@
<pre>
root@sudhir:/home/spothineni 1> yum install gridengine gridengine-qmaster gridengine-execd  gridengine-qmon
root@sudhir:/home/spothineni 1> yum install gridengine gridengine-qmaster gridengine-execd  gridengine-qmon


Line 173: Line 173:
gridengine-execd-6.2u5-10.el6.4.x86_64
gridengine-execd-6.2u5-10.el6.4.x86_64
gridengine-6.2u5-10.el6.4.x86_64
gridengine-6.2u5-10.el6.4.x86_64
@]
</pre>


By default gridengine installation directory /usr/share/gridengine, contents shown below.
By default gridengine installation directory /usr/share/gridengine, contents shown below.


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


Line 183: Line 183:
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>


On bl1upper which qmaster node install using install_qmaster
On bl1upper which qmaster node install using install_qmaster


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


Most of the answers are yes/no or typing enter.
Most of the answers are yes/no or typing enter.
38

edits