Restarting a service

  • Thread starter Thread starter Glenn Clark
  • Start date Start date
G

Glenn Clark

Guest
Hi All

I need to restart a service from the command prompt. The program will not
run again if I use net stop and then net start unless I do a full reboot. I
have tested this with the services mmc and found that if I use the restart
button it all works fine, so I would like to put that in a batch file.

Anyone got any ideas

Cheers Glenn
 
Re: Restarting a service


"Glenn Clark" <glenn.(NOSPAMclark@btinternet(NOSPAM).com> wrote in message
news:4804bfe3$0$26086$db0fefd9@news.zen.co.uk...
> Hi All
>
> I need to restart a service from the command prompt. The program will not
> run again if I use net stop and then net start unless I do a full reboot.
> I have tested this with the services mmc and found that if I use the
> restart button it all works fine, so I would like to put that in a batch
> file.
>
> Anyone got any ideas
>
> Cheers Glenn


You need to tell us what happens when you run "net start NameOfService".
Remember - we can't see your machine!
 
Re: Restarting a service

The service won't start as it can't seem to bind the name or port for some
reason, even though nothing is using it (Apache running voip pbx system) If
you restart the server its no problem.

I just need to restart the application when the web fails to respond which
works with the services mmc so want to schedule this in a batch file

Cheer

Glenn

"Pegasus (MVP)" <I.can@fly.com.oz> wrote in message
news:%23hOCKvwnIHA.2268@TK2MSFTNGP02.phx.gbl...
>
> "Glenn Clark" <glenn.(NOSPAMclark@btinternet(NOSPAM).com> wrote in message
> news:4804bfe3$0$26086$db0fefd9@news.zen.co.uk...
>> Hi All
>>
>> I need to restart a service from the command prompt. The program will not
>> run again if I use net stop and then net start unless I do a full reboot.
>> I have tested this with the services mmc and found that if I use the
>> restart button it all works fine, so I would like to put that in a batch
>> file.
>>
>> Anyone got any ideas
>>
>> Cheers Glenn

>
> You need to tell us what happens when you run "net start NameOfService".
> Remember - we can't see your machine!
>
>
 
Re: Restarting a service

"Glenn Clark" <glenn.(NOSPAMclark@btinternet(NOSPAM).com> wrote in message
news:4804cdea$0$32040$da0feed9@news.zen.co.uk...
> The service won't start as it can't seem to bind the name or port for some
> reason, even though nothing is using it (Apache running voip pbx system)
> If you restart the server its no problem.
>
> I just need to restart the application when the web fails to respond which
> works with the services mmc so want to schedule this in a batch file
>
> Cheer
>
> Glenn


A verbatim error message would be helpful.
 
Back
Top