I’m trying to upgrade from SP2 to SP3 , tried with both yast and zypper.
zypper migration gives this at the end,
Repository ‘SLE-Module-Server-Applications15-SP2-Pool’ is up to date.
Repository ‘SLE-Module-Server-Applications15-SP2-Updates’ is up to date.
Repository ‘SLE-Module-Web-Scripting15-SP2-Pool’ is up to date.
Repository ‘SLE-Module-Web-Scripting15-SP2-Updates’ is up to date.
Repository ‘microsoft-prod’ is up to date.
All repositories have been refreshed.
Can’t get available migrations from server: Error: Registration server returned ‘The requested products ‘SUSE Linux Enterprise Server LTSS 15 SP2 x86_64’ have not been activated on the system.’ (422)
‘/usr/lib/zypper/commands/zypper-migration’ exited with status 1
I can’t see LTSS 15 when listing installed sw, it is not possible to activate/register. Is there a way to remove this entry from a file?
I don’t have the LTSS license.
As far as I know I did not select LTSS when going from SP1 to SP2.
@cace01 so you should be able to de-register LTSS with the -d option and --product option with SUSEConnect. See SUSEConnect --help and SUSEConnect --list-extensions
I got response from SUSE support, the solution was simple once you see it…
in /etc/products.d there was a file SLES-LTSS.prod. rename to .old
run zypper ref then zypper migration.
Thanks for your help!