Remote services start/stop

  • Thread starter Thread starter kkantchev@hotmail.com
  • Start date Start date
K

kkantchev@hotmail.com

Hi guys,
What tools for executing multiple services on multiple servers start/stop
are available that work better over slow connections?
Currently I'm using NETSVC in a batch file to stop/start services, but its
painfully slow.

Thanks

Krass
 
Hello,
"kkantchev@hotmail.com" <kkantchevhotmailcom@discussions.microsoft.com>
schrieb im Newsbeitrag
news:9C75D2C4-20B6-452D-B883-76E625CE8F6B@microsoft.com...
> What tools for executing multiple services on multiple servers start/stop
> are available that work better over slow connections?
> Currently I'm using NETSVC in a batch file to stop/start services, but its
> painfully slow.
>

which server OS?
You could use sc.exe to control services (Windows Server 2003), not sure if
there is a speed difference.
To speed up the process, you could also perform the execution on remote
machines directly by putting the proper batches there and invoking psexec.
http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx
Best greetings from Germany
Olaf
 
Back
Top