On Mon, Nov 28, 2016 at 9:26 PM, William Hay <w....@ucl.ac.uk> wrote:

> On Mon, Nov 28, 2016 at 06:16:00PM +0530, Himanshu Joshi wrote:
> >
> >    Now installation of sge is done
> >
> >    ps aux | grep "sge" command says
> >
> >    root      7407  0.0  0.2 213524 38396 ?        Sl   16:37   0:01
> >    /opt/sge/bin/lx-amd64/sge_qmaster
> >    root      9962  0.0  0.0 112648   960 pts/0    S+   17:53   0:00 grep
> >    --color=auto sge
> >    then
> >    I did
> >     service sgeexecd.mbialjpj55 start
> >       Starting Grid Engine execution daemon
> >
> >    but
> >    ps aux | grep "sge" again says the same status
> >
> >    root      7407  0.0  0.2 213524 38396 ?        Sl   16:37   0:01
> >    /opt/sge/bin/lx-amd64/sge_qmaster
> >    root      9974  0.0  0.0 112648   960 pts/0    S+   17:54   0:00 grep
> >    --color=auto sge
> >    I would now setup SGE
>
> sge_execd should be running.
>
> As root try /bin/sh -x /etc/init.d/sgeexecd.mbilajpj55 start
>

[root@mbialjpj ~]# /bin/sh -x /etc/init.d/sgeexecd.mbilajpj55 start
/bin/sh: /etc/init.d/sgeexecd.mbilajpj55: No such file or directory

but when I did cd /etc/init.d and then did
./sgeexecd.mbialjpj55 it says..
   Starting Grid Engine execution daemon
but on
[root@mbialjpj ~]# ps aux | grep "sge" the output is the same reported
earlier as follows

root      7407  0.0  0.2 213524 38396 ?        Sl   16:37   0:01
/opt/sge/bin/lx-amd64/sge_qmaster
root      9974  0.0  0.0 112648   960 pts/0    S+   17:54   0:00 grep
--color=auto sge


> See what the output is.  Hopefully it will provide some clue why the execd
> isn't starting.
>
>
> >
> >    Now using qmon gives the following error
> >
> Are you logged in directly in the console of the machine where you are
> running qmon
> or are you accessing it via ssh?  If you run "echo $DISPLAY" what do you
> get?
>
> I  have logged in directly to the root console of the machine where i am
trying to run qmon and the otput of echo $DISPLAY is shown below
[root@mbialjpj ~]# echo $DISPLAY
:0

[root@mbialjpj ~]# cd /opt/sge
[root@mbialjpj sge]# echo $DISPLAY
:0

William
>


Regards
-- 
Himanshu Joshi
_______________________________________________
SGE-discuss mailing list
SGE-discuss@liv.ac.uk
https://arc.liv.ac.uk/mailman/listinfo/sge-discuss

Reply via email to