Contents
Upgrade Yate based products
Yate equipment can be upgraded by using two methods:
- Upgrade in YateMMI interface (MGMT node)
- Upgrade Client (CLI)
Upgrade in YateMMI interface (MGMT node)
Upgrade Yate based products using MGMT node type equipment
Log in to your MMI via your Browser in order to check on your equipment and start upgrading the products.
Go to YateMMI interface and check your Equipment.
Select “MGMT” node type equipment and after the options menu appears, press on “Manage Packages“
From this screen compare the columns “Installed” with what update is on “Available” column.
Select from the last column what updates you want to install, in our example we selected “yate-dra” (we’ll update from the version 1.3-1_t6000_t60002 to the version 1.3-1_t6000_t60005)
- At the end of the list press the “Install/Update” button.
When the page refreshes you should see that the packages you selected are now updated to the latest version (yate-dra 1.3-1_t6000_t60005)
Upgrade Client (CLI)
Mageia
Open your terminal and make sure that you have superuser privileges while running the commands
urpmi.update yate
- this command is used to update the list of packages from a package repository
- “YateCore” or “YateExperimental” repository is updated by this command
urpmi yate-ota
- insert any yate based product name that you want to update
- this command will update the specified package
Note: If the selected package is up to date, the system will give a notice about instead:
CentOS
Open your terminal and make sure that you have superuser privileges while running the commands
dnf makecache
- this command is used to update the list of packages from a package repository
- “YateCore” or “YateExperimental” repository is updated by this command
dnf install yate-ota
- insert any yate based product name that you want to update
- this command will update the specified package