Troubleshooting Toolpack
(→Web portal) |
(Added "Toolpack MySQL configuration database" information) |
||
Line 50: | Line 50: | ||
* Start your favorite browser ( ex. http://127.0.0.1:7777 ) | * Start your favorite browser ( ex. http://127.0.0.1:7777 ) | ||
− | == Toolpack | + | == Toolpack MySQL configuration database == |
− | + | '''Problem: I need to backup my Toolpack configuration.''' | |
+ | To backup the MySQL database, use the following commands:<br> | ||
+ | <pre> mysqldump -u tbdb --password=tbdbpw --opt toolpack_0 > toolpack_0_bk.sql | ||
+ | </pre> | ||
+ | Then, you need to save the "toolpack_0_bk.sql" file in a safe place.<br> | ||
+ | |||
+ | You can recover the database this way:<br> | ||
+ | <pre>mysql -u tbdb--password=tbdbpw toolpack_0 < toolpack_0_bk.sql | ||
+ | </pre> | ||
+ | This procedure can also be used to make copies of similar configurations from one Toolpack system to another. The Serial Number of the hardware devices used (Tmedias) must be updated after the new database is in place (Hardware -> Edit -> Serial)<br> | ||
+ | |||
+ | == Toolpack application suite == | ||
+ | |||
+ | Coming soon. | ||
== Calls == | == Calls == |
Revision as of 14:45, 19 January 2010
This page contains pointers to help troubleshoot Toolpack-based systems.
Contents |
Installation
Problem: The Toolpack system does not start
Problem: I want to change the Ip Address of the TMG800/TMG3200 from static to DHCP or from DHCP to static.
Problem: I want to change the hostname of the server running Toolpack
Web portal
Problem: The Toolpack web portal does not start or is not accessible.
- See 'How to troubleshoot the web portal'
- See 'How to get status of the system'
- See 'How to change the configuration of the system'
Problem: I cannot perform addition or modification of configuration in the web portal. Usually this occurs in a new Toolpack Platform, for example, when new Toolpack software has been just installed on a host or a new TMG3200 is started up.
- See 'How to Edit the active configuration'
Problem: Do not have permission to add features.
- See 'How to modify system configuration'
Problem: The system does not work properly with a copied configuration.
Problem: There are no web browser on the linux host server
ssh tunnels can be use to re-direct the connection on a remote host port to a local port:
How to setup with PuTTY
- Connect to the remote host with ssh
- Go in the change setting menu
- Go in the Connection/SSH/Tunnels
- Enter your source port (ex. 7777)
- Enter your destination ( ex. 10.2.0.174:12358 )
- Click Add
- Click Apply
- Start your favorite browser ( ex. http://127.0.0.1:7777 )
Toolpack MySQL configuration database
Problem: I need to backup my Toolpack configuration.
To backup the MySQL database, use the following commands:
mysqldump -u tbdb --password=tbdbpw --opt toolpack_0 > toolpack_0_bk.sql
Then, you need to save the "toolpack_0_bk.sql" file in a safe place.
You can recover the database this way:
mysql -u tbdb--password=tbdbpw toolpack_0 < toolpack_0_bk.sql
This procedure can also be used to make copies of similar configurations from one Toolpack system to another. The Serial Number of the hardware devices used (Tmedias) must be updated after the new database is in place (Hardware -> Edit -> Serial)
Toolpack application suite
Coming soon.
Calls
Problem: The Tmedia device does not accept or generate calls
- To debug calls, different methods can be used:
- Using the Call Detail Records
This can be done in the configuration database, using RADIUS or in text files. See Text Call Detail Records (CDR)
- Using the log files
- Log files from web portal
Logs -> Select filename -> 2000 lines -> select Read
Brief details on the application:
- gateway application is for high-level call routing, like calling number and NAPs.
- toolpack_engine handles the protocols and media
- toolpack_sys_manager handles the configuration of the system
- tboamapp controls the startup of the applications
- tbstreamserver is used for playing and recording files; by default this application is not started. See How to Start Stream Server
- tblogtrace are log coming from the platform (TMP6400 or other)
You can change the trace level of the application here:
Applications-> Configurations -> edit -> Log Params -> Default Trace Level
And then activate the new configuration.
- Log files from server
You can get the files directly from the server running Toolpack at this location:
/lib/tb/toolpack/setup/12358/2.3/apps/
or
C:\TelcoBridges\toolpack\setup\12358\2.3\apps\
- Using the signaling traces
You can get the signaling traces (SS7, ISDN and SIP) using the tbsigtrace program: using tbsigtrace
How to gather all logs
Problem: Which application logs should I gathered?
How to submit a problem
Problem: I don't know what else to do
- Help our support team help you by giving as much information as possible; see 'Support:How_To_Submit_A_Problem'