TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


server:start_stop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
server:start_stop [2017/06/06 17:29] – [Windows] Gerard Nicolserver:start_stop [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +
 ====== Starting and Stopping the Service ====== ====== Starting and Stopping the Service ======
  
Line 5: Line 6:
 ===== Windows ===== ===== Windows =====
  
-To start or stop the TapeTrack Service in Windows you can use the following methods: +==== DOS Prompt ====
-  - DOS Prompt +
-  - Windows Services Manager +
-  - TapeTrack Server Helper+
  
 +From a DOS prompt started as Administrator you can run the following commands:
 +
 +<code>
 +Microsoft Windows [Version 10.0.17134.523]
 +(c) 2018 Microsoft Corporation. All rights reserved.
 +
 +C:\WINDOWS\system32>net stop tmss10svc
 +The TapeTrack Media Management Framework Server service is stopping.......
 +The TapeTrack Media Management Framework Server service was stopped successfully.
 +
 +
 +C:\WINDOWS\system32>
 +</code>
 +
 +<code>
 +Microsoft Windows [Version 10.0.17134.523]
 +(c) 2018 Microsoft Corporation. All rights reserved.
 +
 +C:\WINDOWS\system32>net start tmss10svc
 +The TapeTrack Media Management Framework Server service is starting.......
 +The TapeTrack Media Management Framework Server service was started successfully.
 +
 +
 +C:\WINDOWS\system32>
 +</code>
 +
 +==== Windows Service Manager ====
 +
 +{{:server:start_stop.png|}}
 +\\
 +==== TapeTrack Server Helper  ====
 +
 +TapeTrack Server Helper can be found in th TapeTrack installation directory, default install location is C:\Program Files\TapeTrack\TapeTrack Framework Server\TMSS10ServerHelper.exe
 +
 +Run the TapeTrack Server Helper App and click the ''Start'' or ''Stop'' button in the **Control Service** Section.
 +
 +{{:server:stopserver.png|}}
 +
 +\\
 ===== Linux ===== ===== Linux =====
  
 +<code>
 +[root@gazillabyte ~]# service tapetrack stop
 +Stopping tapetrack (via systemctl):                        [  OK  ]
 +[root@gazillabyte ~]# service tapetrack start
 +Starting tapetrack (via systemctl):                        [  OK  ]
 +</code>
 +
 +<-  ^ server:basic|Basic Administration ^ server:backups|Backups ->
server/start_stop.1496770170.txt.gz · Last modified: 2025/01/21 22:07 (external edit)