Toolpack Application:Tbtoolpack Service

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m (Role: fix typo)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
== Started By ==
 +
 +
Tbtoolpack service is started by the user or automatically started by the host when it is powering up.
 +
 
== Role ==
 
== Role ==
This application is a light weight application that is responsible to manage tboamapp(makes sure it stays up).
+
Tbtoolpack service is a light weight application that is responsible for managing [[Toolpack_Application:tboamapp|tboamapp]], essentially ensuring that it stays up.
  
 
== Usage ==
 
== Usage ==
tbtoolpack {start|stop|status|restart|enable|disable|install|uninstall} TbxGwPort
+
tbtoolpack {start|stop|status|restart|enable|disable|install|uninstall} [[System_Id|System Id]]
  
'''TbxGwPort''': is optional
+
[[System_Id|'''System Id''']]: is optional
  
 
*Start - Start the Toolpack service.
 
*Start - Start the Toolpack service.
Line 18: Line 22:
  
 
== Logs ==
 
== Logs ==
*Where the logs are located?
+
Logs can be found in at least one of the three following locations:
: [InstallDir]/toolpack/setup/''TbxGwPort''/service/
+
*[InstallDir]/toolpack/setup/[[System_Id|''SystemId'']]/service/
: /lib/tb/toolpack/setup/12358/service/
+
*/lib/tb/toolpack/setup/12358/service/
: C:\TelcoBridges\toolpack\setup\12358\service\
+
*C:\TelcoBridges\toolpack\setup\12358\service\

Latest revision as of 16:05, 15 February 2011

Contents

Started By

Tbtoolpack service is started by the user or automatically started by the host when it is powering up.

Role

Tbtoolpack service is a light weight application that is responsible for managing tboamapp, essentially ensuring that it stays up.

Usage

tbtoolpack {start|stop|status|restart|enable|disable|install|uninstall} System Id

System Id: is optional

  • Start - Start the Toolpack service.
  • Stop - Stop the Toolpack service.
  • Status - Retrieve the status of the Toolpack service.
  • Restart - Restart the Toolpack service.
  • Enable - Enable the Toolpack service, change the Service Start Type to "Auto Start".
  • Disable - Disable the Toolpack service, change the Service Start Type to "Demand Start".
  • Install - Install the Toolpack service, install the tbtoolpack service, not the Toolpack system itself.
  • Uninstall - Uninstall the Toolpack service, uninstall the tbtoolpack service, not the Toolpack system itself.


Logs

Logs can be found in at least one of the three following locations:

  • [InstallDir]/toolpack/setup/SystemId/service/
  • /lib/tb/toolpack/setup/12358/service/
  • C:\TelcoBridges\toolpack\setup\12358\service\
Personal tools