YateMMI Upgrade Yate based products

Upgrade Yate based products

Yate equipment can be upgraded by using two methods:

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.

YateMMI Upgrade Yate based products 19
  • Go to YateMMI interface and check your Equipment.

  • Select “MGMT” node type equipment and after the options menu appears, press on “Manage Packages

YateMMI Upgrade Yate based products 20
  • 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.
YateMMI Upgrade Yate based products 21
  • 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)

YateMMI Upgrade Yate based products 22

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
YateMMI Upgrade Yate based products 23
YateMMI Upgrade Yate based products 24

  Note: If the selected package is up to date, the system will give a notice about instead:

YateMMI Upgrade Yate based products 25

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
YateMMI Upgrade Yate based products 26
YateMMI Upgrade Yate based products 27