Diff for TM1 services on the command line
| Wed, 2007-03-21 09:31 by admin | Thu, 2007-08-23 14:32 by admin | ||
|---|---|---|---|
| next diff > | |||
| Changes to Body | |||
| Line 17 | Line 17 | ||
| <strong>remotely start a TM1 service</strong> | <strong>remotely start a TM1 service</strong> | ||
| netsvc /start \\TM1server "TM1 service" | netsvc /start \\TM1server "TM1 service" | ||
| + | sc \\TM1server start "TM1 service" | ||
| <strong>remotely stop a TM1 service</strong> | <strong>remotely stop a TM1 service</strong> | ||
| netsvc /stop \\TM1server "TM1 service" | netsvc /stop \\TM1server "TM1 service" | ||
| + | sc \\TM1server stop "TM1 service" | ||
| - | more details on <A HREF=http://support.microsoft.com/kb/166819>netsvc</A> | + | more details on <A HREF=http://support.microsoft.com/kb/166819>netsvc and sc</A> |
Revision of Thu, 2007-08-23 14:32:
TM1 services on the command line
removing a TM1 service
in a DOS shell:
go to the \bin folder where TM1 is installed then:
tm1sd -remove "TM1 Service"
where "TM1 Service is the name of an existing TM1 service
installing a TM1 service
in a DOS shell:
go to the \bin folder where TM1 is installed then:
tm1sd -install "TM1 Service" DIRCONFIG
where DIRCONFIG is the absolute path where the tm1s.cfg of your TM1 Service is stored
manually starting a TM1 service
from a DOS shell in the \bin folder of the TM1 installation:
tm1s -z DIRCONFIG
remotely start a TM1 service
netsvc /start \\TM1server "TM1 service"
sc \\TM1server start "TM1 service"
remotely stop a TM1 service
netsvc /stop \\TM1server "TM1 service"
sc \\TM1server stop "TM1 service"
more details on netsvc and sc