On Tue, Nov 29, 2016 at 5:30 PM, William Hay <w....@ucl.ac.uk> wrote:

> On Tue, Nov 29, 2016 at 03:52:05PM +0530, Himanshu Joshi wrote:
> >    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
>
> Try again but with the obvious typo corrected.
>

sorry for the typo error
 Here is the output...

/bin/sh -x /etc/init.d/sgeexecd.mbialjpj55 start
+ PATH=/bin:/usr/bin:/sbin:/usr/sbin
+ SGE_ROOT=/opt/sge
+ export SGE_ROOT
+ SGE_CELL=default
+ export SGE_CELL
+ SGE_QMASTER_PORT=1024
+ export SGE_QMASTER_PORT
+ unset SGE_EXECD_PORT
+ count=0
+ '[' '!' -d /opt/sge -a 0 -le 120 ']'
++ /opt/sge/util/arch
+ ARCH=lx-amd64
+ '[' -d /opt/sge/lib/lx-amd64 ']'
+ case $ARCH in
+ '[' -f /etc/default/sgeexecd ']'
+ '[' -f /etc/sysconfig/sgeexecd ']'
+ '[' 1 -gt 2 -o start = -h -o start = help ']'
+ startup=true
+ execd=true
+ softstop=false
+ stop=false
+ noSMF=false
+ status=false
+ for i in '$*'
+ '[' start = start ']'
+ startup=true
++ GetPathToBinaries
++ cfgname=/opt/sge/default/common/bootstrap
++ base=none
++ '[' -f /opt/sge/default/common/bootstrap ']'
+++ grep binary_path /opt/sge/default/common/bootstrap
+++ awk '{ print $2 }'
++ base=/opt/sge/bin
++ '[' -f /opt/sge/bin/qstat ']'
++ '[' -f /opt/sge/util/arch ']'
+++ /opt/sge/util/arch
++ arch=lx-amd64
++ '[' -f /opt/sge/bin/lx-amd64/qstat ']'
++ base=/opt/sge/bin/lx-amd64
++ echo /opt/sge/bin/lx-amd64
+ bin_dir=/opt/sge/bin/lx-amd64
+ '[' /opt/sge/bin/lx-amd64 = none ']'
++ GetPathToUtilbin
++ base=none
++ '[' -f /opt/sge/util/arch ']'
++ utilbindir=/opt/sge/utilbin
+++ /opt/sge/util/arch
++ arch=lx-amd64
++ '[' -f /opt/sge/utilbin/lx-amd64/gethostname ']'
++ base=/opt/sge/utilbin/lx-amd64
++ echo /opt/sge/utilbin/lx-amd64
+ utilbin_dir=/opt/sge/utilbin/lx-amd64
+ '[' /opt/sge/utilbin/lx-amd64 = none ']'
++ /opt/sge/utilbin/lx-amd64/gethostname -aname
+ HOST=mbialjpj
++ /opt/sge/utilbin/lx-amd64/gethostname -name
++ cut -f1 -d.
+ UQHOST=mbialjpj
++ GetExecdSpoolDir
+++ /opt/sge/bin/lx-amd64/qconf -sconf mbialjpj
+++ grep execd_spool_dir
+++ awk '{ print $2 }'
++ EXECD_SPOOL_DIR=
++ '[' '' = '' ']'
+++ /opt/sge/bin/lx-amd64/qconf -sconf
+++ grep execd_spool_dir
+++ awk '{ print $2 }'
++ EXECD_SPOOL_DIR=/opt/sge/default/spool
++ echo /opt/sge/default/spool
+ execd_run_dir=/opt/sge/default/spool/mbialjpj
+ DetectSMFService execd
+ name=execd
+ service=
+ '[' false = true ']'
+ '[' -f /lib/svc/share/smf_include.sh ']'
+ return
+ '[' false = true -o false = true ']'
+ '[' true = true ']'
+ /opt/sge/bin/lx-amd64/sge_shepherd -help
+ '[' '(' -z '' -o '' '!=' '' ')' -a -n '' ']'
+ '[' '' = '' ']'
++ /opt/sge/utilbin/lx-amd64/getservbyname -number sge_execd
+ ping_port=1024
+ echo '   Starting Grid Engine execution daemon'
   Starting Grid Engine execution daemon
+ exec


But, the output of ps aux | grep "sge" is again
root      7407  0.0  0.2 213524 38384 ?        Sl   Nov28   0:29
/opt/sge/bin/lx-amd64/sge_qmaster
root     12713  0.0  0.0 112648   964 pts/0    S+   17:40   0:00 grep
--color=auto sge


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

Reply via email to