On Wed, Nov 09, 2016 at 11:25:42AM +0530, Himanshu Joshi wrote:
>    On Tue, Nov 8, 2016 at 9:38 PM, William Hay <w....@ucl.ac.uk> wrote:
> 
>      On Tue, Nov 08, 2016 at 11:30:35AM +0530, Himanshu Joshi wrote:
>      >      I'd try running the command
>      >
>      >      /usr/lib/lsb/install_initd /etc/init.d/sgemaster.mbialjpj55||echo
>      $?
>      >
>      >      To see if it produces any output.
>      >
>      >    Yes the output for this command is
>      >    1
>      Annoyingly silent error.
> 
>    Ya true..
> 
>      What does
>      ls -l /etc/rc.d/rc3.d/*sge*
>      output if anything?
> 
>    It says " no match"
>     i.e. /etc/rc.d/rc3.d folder has no file with *sge*
> 
>      >
>      >    command "ps ax |grep sge" says
>      >
>      >    17870 pts/4    S+     0:00 grep --color=auto sge
>      >    26341 ?        S    10557:34 /bin/sh ./inst_sge -m -x
>      You have a copy of inst_sge running eating that amount of cpu time?  Was
>      that intentionally still running?
> 
>    I was not running it intentionally , and system monitor also does not show
>    any process with name "inst_sge". I had tried closing all the terminals
>    and restarted the system
> 
>    now the output is
>    8160 pts/0    S+     0:00 grep --color=auto sge
IIRC the installation of the init script is the last thing inst_sge does so
if this is the only thing blocking the install then you just need to 
set the file up by hand

Try the install_initd command by hand again now that there isn't a running 
inst_sge
If that doesn't work try: 

chkconfig --add sgemaster.mbialjpj55
chkconfig sgemaster.mbialjpj55 on
service sgemaster.mbialjpj55 start

Try running 
/etc/init.d/sgemaster.mbialjpj55 start 
by hand does it produce output?

cat /etc/init.d/sgemaster.mbialjpj55


William

Attachment: signature.asc
Description: Digital signature

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

Reply via email to