Upgrade
important
The upgrade script starts to take effect from version 0.4.4. That is, you can use it if your current TNLCM version is 0.4.4 or higher.
Access to TNLCM virtual machine​
Access via SSH to OpenNebula frontend.
Access via SSH to the TNLCM virtual machine that is running in OpenNebula frontend. You can use the following command:
onevm ssh <VM_ID-OR-VM_NAME>
Download upgrade script​
Download the upgrade script using one of the following command.
- Using
curl
:
curl -O https://raw.githubusercontent.com/6G-SANDBOX/TNLCM/main/scripts/upgrade.sh
- Using
wget
:
wget https://raw.githubusercontent.com/6G-SANDBOX/TNLCM/main/scripts/upgrade.sh
Execute upgrade script​
Give execution permissions to the script:
chmod +x upgrade.sh
Run the script:
./upgrade.sh
Select the version you want to upgrade.