...
Upgrade Access Point / SMP to at least version 2.1.0:
Code Block language bash sudo apt update sudo apt upgrade harmony-ap
Stop the service (
harmony-ap
orharmony-smp
):Code Block language bash systemctl stop harmony-ap
Upgrade operating system.
See https://ubuntu.com/server/docs/upgrade-introduction for more details
After reboot, re-enable the Harmony package source:
Code Block sudo apt-add-repository -y "deb https://artifactory.niis.org/artifactory/harmony-release-deb $(lsb_release -sc)-current main"
Upgrade to the Ubuntu 22.04 version of the package (
harmony-ap
orharmony-smp
):Code Block language bash sudo apt install harmony-ap
Ensure that the
harmony-ap
(harmony-smp
) service is in therunning
state (example output follows):Code Block sudo systemctl list-units "harmony-ap*"
Code Block UNIT LOAD ACTIVE SUB DESCRIPTION harmony-ap.service loaded active running Harmony eDelivery Access - Access Point
...