38
edits
Spothineni (talk | contribs) |
Spothineni (talk | contribs) |
||
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@ | root@ws1:/home 1> yum install gridengine gridengine-qmaster gridengine-execd gridengine-qmon | ||
root@ | 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@ | root@ws1:/home 3> cd /usr/share/gridengine | ||
root@ | 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 | |||
==== Installing sgemaster ==== | ==== Installing sgemaster ==== | ||
<pre> | <pre> | ||
root@ | 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@ | root@ws2:/usr/share/gridengine 5>./install_execd | ||
</pre> | </pre> | ||
edits