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 [2019/01/13 22:53] – [DOS Prompt] 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 9: Line 10:
 From a DOS prompt started as Administrator you can run the following commands: From a DOS prompt started as Administrator you can run the following commands:
  
-<sxh>+<code>
 Microsoft Windows [Version 10.0.17134.523] Microsoft Windows [Version 10.0.17134.523]
 (c) 2018 Microsoft Corporation. All rights reserved. (c) 2018 Microsoft Corporation. All rights reserved.
Line 19: Line 20:
  
 C:\WINDOWS\system32> C:\WINDOWS\system32>
-</sxh>+</code>
  
-**net stop TMSS10svc** to stop the server.+<code> 
 +Microsoft Windows [Version 10.0.17134.523] 
 +(c) 2018 Microsoft Corporation. All rights reserved.
  
-**net start TMSS10svc** to start the server.+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.
  
-{{:server:server_dos_net_stop_tmss10svc.png?700}}+ 
 +C:\WINDOWS\system32> 
 +</code>
  
 ==== Windows Service Manager ==== ==== Windows Service Manager ====
Line 33: Line 40:
 ==== TapeTrack Server Helper  ==== ==== TapeTrack Server Helper  ====
  
-Run the TapeTrack Server Helper App and click the ''Start'' or ''Stop'' button in the **Server Control Section**.+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:server_helper.png|}}+{{:server:stopserver.png|}}
  
 \\ \\
 ===== Linux ===== ===== Linux =====
  
-<sxh>+<code>
 [root@gazillabyte ~]# service tapetrack stop [root@gazillabyte ~]# service tapetrack stop
 Stopping tapetrack (via systemctl):                        [  OK  ] Stopping tapetrack (via systemctl):                        [  OK  ]
 [root@gazillabyte ~]# service tapetrack start [root@gazillabyte ~]# service tapetrack start
 Starting tapetrack (via systemctl):                        [  OK  ] Starting tapetrack (via systemctl):                        [  OK  ]
-</sxh>+</code>
  
 <-  ^ server:basic|Basic Administration ^ server:backups|Backups -> <-  ^ server:basic|Basic Administration ^ server:backups|Backups ->
server/start_stop.1547420003.txt.gz · Last modified: 2025/01/21 22:07 (external edit)