For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installing Toolpack

Applies to version(s) v2.8 to v2.9

Get installation package

  • You need to obtain the new version of the Toolpack software from the designated location. Please contact the [mailto:support@telcobridges.com TelcoBridges support team] to know which version to use. The package name starts with TBToolPack.

  • Upload this package to the server running Toolpack with scp or a SFTP tool like FileZilla

Usage examples

Start the installer with no arguments will start the "Text-mode" installation.

  1. ./TBToolPack-2.9.26-Linux-centos7-x86_64-Install

Toolpack installation options

Those options will be prompt by the installer.

Option
Description

Primary Database IP (dbhost)

Toolpack database hostname or IP

Primary Database Password (dbpass)

Toolpack database password

Primary Database Username (dbuser)

Toolpack database user

OdbcDriver (dbdriver)

Toolpack database ODBC driver (MySQL by default)

System Id (systemid)

Toolpack System Id (previously know as tbxgwport)

Primary Local IP (primip)

This is the local host IP address of the Primary ethernet interface by which communication with the TMedia takes place. If the field is left blank, IP address gets auto-detected. Also known as tbxgwaddr0

Redundant local IP (redid)

This is the local host IP address, of the Redundant ethernet interface, by which communication with the TMedia takes place when Primary interface is down. This Field can be left blank on a non-redundant network system. Also known as tbxgwaddr1

TMG3200/TMG800

The --primip and --redip are mandatory and needs to be set to 172.31.1.2 for both "primip" and "redip".

Usage example, installing release 2.9.26:

  1. ./TBToolPack-2.9.26-Linux-centos7-x86_64-Install --primip 172.31.1.2 --redip 172.31.1.2

Toolpack Multi system support

Toolpack installer now allows to have more than one setup being configured on the same host.

To enable this feature, the directory tree changed a little, here's what it looks like now: /lib/tb/toolpack/setup/12358/service /lib/tb/toolpack/setup/12358/2.4/apps /lib/tb/toolpack/setup/12358/2.4/licenses /lib/tb/toolpack/setup/12358/2.4

Note: 12358 was added in the setup path.

Each setup is installed as a service of the Operating System, under the following name: tbtoolpack_${[[System_Id|SystemId]]} -> ie: tbtoolpack_12358

Each service instance can be managed individually using "tbtoolpack" command. tbtoolpack start 12358 tbtoolpack stop 12390

Note: If no SystemId is given, the tbtoolpack will prompt the user to select one among the installed one.

Toolpack Text-mode Installation

  1. ./TBToolPack-2.9.26-Linux-centos7-x86_64-Install --nodeps

    This will install TBToolpack version 2.9.26 on your computer. Continue? [n/Y]

Basic parameters

  • /lib/tb is the default directory where all TelcoBridges packages is installed.

    [[System Id|System Id]] [12358]

  • This is the tbx gateway port and will install tbtoolpack_${SystemId} OS service.

    Service Start Type ("Auto Start" "Demand Start") [Auto Start]

  • "Auto Start" is use to start the Toolpack service at host boot up, "Demand Start" requires manual start.

    Primary local IP []

    Redundant local IP []

  • Local host IP address of the Primary and Secondary ethernet interface by which communication with the TMedia takes place. If the field is left blank, IP address gets auto-detected.

Multi-Host parameters

  • Tells if the system wil be composed of more than one host. For TMG, only choose "N" (unless installing for 1+1 system)

Primary Database Connection

  • localhost and 127.0.0.1 are not allowed. Put the hostname or the IP of the primary control interface.

    Primary Database Redundant IP []

  • localhost and 127.0.0.1 are not allowed. Can be left blank on a non Multi-Host System.

    Primary Database Username [tbdb]

    Primary Database Password [tbdbpw]

    Primary Database Port [3306]

  • press "Enter" to use the default values.

Optional License Installation

  • If you want to add a new license after the installation, simply copy it in the pkg/licenses/ of your toolpack installation.

Installation Progress

Installation Complete

1.

Note: It is not necessary for you to start tbtoolpack again if you didn't stop it before. If you are not sure, always start tbtoolpack at this point.

Last updated

Was this helpful?