Actions

Upgrade Telcobridges Linux: Difference between revisions

m (Minor stuff)
(Added "yum group install Toolpack-Prerequisites")
 
(4 intermediate revisions by 2 users not shown)
Line 11: Line 11:


== TelcoBridges repository ==
== TelcoBridges repository ==
The operating system software upgrade is performed using ''yum'' software package manager. The repository sites providing RPM packages are configured from /etc/yum.repos.d/. TelcoBridges provides its own repository of operating system files (http://repo.telcobridges.com).  
The operating system software upgrade is performed using ''yum'' software package manager. The repository sites providing RPM packages are configured from /etc/yum.repos.d/. TelcoBridges provides its own repository of operating system files (http://repo.telcobridges.com). <br>
On a '''High Availability 1+1''' system (HA), this procedure needs to be done on both primary and secondary systems. <br>


If the '''unit or Linux server does not have access to Internet''' (or does not have DNS configured), you should configure an offline repository on your local machine as explained in the section below.
If the '''unit or Linux server does not have access to Internet''' (or does not have DNS configured), you should configure an offline repository on your local machine as explained in the section below.
Line 18: Line 19:


== Operating system software packages update ==
== Operating system software packages update ==
The operator can use one of the two methods available: GUI/WebPortal or command line interface.
The operator can use one of the two methods available: The Web Portal (GUI) or command line interface.


=== WebPortal ===
=== Web Portal ===
To upgrade software packages, follow this procedure from the web interface of the unit:
To upgrade software packages, follow this procedure from the web interface of the unit:
* Hosts -> Status -> TBxxxxxx -> Action -> Upgrade Linux Packages, then 'Apply Action':
* Hosts -> Status -> TBxxxxxx -> Action -> Upgrade Linux Packages, then 'Apply Action':
Line 39: Line 40:
Alternatively, you can ssh to the unit and run the following command:
Alternatively, you can ssh to the unit and run the following command:
  # yum clean all
  # yum clean all
# yum group install Toolpack-Prerequisites
  # yum update
  # yum update



Latest revision as of 11:01, 1 August 2025


Benefits

  • Obtain the latest security updates
  • Patch recent vulnerabilities

Applicable Products

  • TMG800, TMG3200, TMG7800-CTRL
  • TSG800, TSG3200
  • FreeSBC, ProSBC, ProSBC+

TelcoBridges repository

The operating system software upgrade is performed using yum software package manager. The repository sites providing RPM packages are configured from /etc/yum.repos.d/. TelcoBridges provides its own repository of operating system files (http://repo.telcobridges.com).
On a High Availability 1+1 system (HA), this procedure needs to be done on both primary and secondary systems.

If the unit or Linux server does not have access to Internet (or does not have DNS configured), you should configure an offline repository on your local machine as explained in the section below.

Operating system software packages update

The operator can use one of the two methods available: The Web Portal (GUI) or command line interface.

Web Portal

To upgrade software packages, follow this procedure from the web interface of the unit:

  • Hosts -> Status -> TBxxxxxx -> Action -> Upgrade Linux Packages, then 'Apply Action':

When the upgrade is in progress, no status is shown. You will see a similar screen:

It may take up to 8-10 mins. You need to refresh the page until you see this:

Once complete, reboot the host: Hosts -> Status -> TBxxxxxx -> Action -> Shutdown -> Reboot

Command line

Alternatively, you can ssh to the unit and run the following command:

# yum clean all
# yum group install Toolpack-Prerequisites
# yum update

Reboot the unit

# reboot


Here is a link to the main TelcoBridges repository