[Gridscheduler-users] no sge_schedd during installation
Brought to you by:
rayrayson,
ron_chen_123
|
From: 13482200207 <er...@13...> - 2011-06-16 13:14:13
|
Dear all:
I installed SGE6.2u5p2 successfully,as well as I can submit jobs to the host. See the following:
[root@forsun Gridengine]# qsub test
Your job 19 ("test") has been submitted
Then I execute the command "qstat -j 19". It displays that
......
scheduling info: (Collecting of scheduler job information is turned off)
I reviewed the installation, thus found the information as following:
qmaster startup script
----------------------
We can install the startup script that will
start qmaster at machine boot (y/n) [y] >>
cp /opt/Gridengine/default/common/sgemaster /etc/init.d/sgemaster.p50
/usr/lib/lsb/install_initd /etc/init.d/sgemaster.p50
Hit <RETURN> to continue >>
Grid Engine qmaster startup
---------------------------
Starting qmaster daemon. Please wait ...
starting sge_qmaster
Hit <RETURN> to continue >>
Compared with other's on the internet, it displays that:
qmaster/schedulerstartup script
--------------------------------
--
We can install the startup script that will start qmaster/scheduler at machine boot (y/n) [y] >>
--
cp /usr/global/sge/default/common/sgemaster /etc/init.d/sgemaster
/usr/lib/lsb/install_initd /etc/init.d/sgemaster
--
Hit <RETURN> to continue >>
Grid Engine qmaster and scheduler startup
-----------------------------------------
Starting qmaster and scheduler daemon. Please wait ...
starting sge_qmaster
starting sge_schedd
starting up GE 6.1u5 (lx24-amd64)
Hit <RETURN> to continue >>
Where is the" sge_schedd"?Could someone help me? Thanks!
------------------------------------------------------------------------------ |