Diff for TM1 services on the command line
| Thu, 2007-08-23 14:32 by admin | Thu, 2009-11-26 16:50 by admin | ||
|---|---|---|---|
| < previous diff | next diff > | ||
| Changes to Body | |||
| Line 4 | Line 4 | ||
| <strong>tm1sd -remove "TM1 Service"</strong> | <strong>tm1sd -remove "TM1 Service"</strong> | ||
| where "TM1 Service is the name of an existing TM1 service | where "TM1 Service is the name of an existing TM1 service | ||
| + | or: sc delete "TM1 Service" | ||
| <!--break--> | <!--break--> | ||
| + | <strong>removing the TM1 Admin services</strong> | ||
| + | sc delete tm1admsdx64 | ||
| + | sc delete TM1ExcelSerice | ||
| + | |||
| <strong>installing a TM1 service</strong> | <strong>installing a TM1 service</strong> | ||
| in a DOS shell: | in a DOS shell: | ||
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
or: sc delete "TM1 Service"
removing the TM1 Admin services
sc delete tm1admsdx64
sc delete TM1ExcelSerice
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