Migration of SLES12 SP5 to SLES15 SP1
Hello,
By using https://documentation.suse.com/suse-distribution-migration-system/15/single-html/distribution-migration-system/index.html#_run_the_migration, I have migrated EC2 Instance which is running on SLES12 SP3 --> SLES12 SP4 --> SLES12 SP5 to SLES15 SP1.
Now we would like to migrate from SLES15 SP1 to SLES15 SP2 and then to SLES15 SP3.
To do so when we fire command "zypper migration", below mentioned error is occurring:
Can't get available migrations from server: SUSE::Connect::ApiError: The requested products 'HPC Module 12 x86_64' are not activated on the system.
'/usr/lib/zypper/commands/zypper-migration' exited with status 1'
All repositories are of SLES15 SP1 in the output of "zypper repos". However SUSE Registration status shows, the product 'HPC Module 12 x86_64' as not registered.
Please guide me to fix the issue and migrate from SLES15 SP1 to SLES15 SP2.
Hi,
Sorry about the trouble. In the SLE 12 series of releases HPC was a module but not a Product. In SLE 15 HPC became a product and as such the HPC module is no longer part of SLES. If you remove the HPC module before migration the migration will work.
zypper rm sle-module-hpc-release-POOL sle-module-hpc-release
from https://www.suse.com/c/major-distro-upgrade-in-the-public-cloud-made-easy/
Relevant questions
Migration from RDS x86 to RDS Graviton?
Accepted Answerasked 2 years agoold portal to istall in AWS
asked 2 months agowant to migrate physical server
Accepted Answerasked 3 months agoCannot get hvm parameter CONSOLE_EVTCHN (18): -22!
asked 16 days agoMigration task Progress is showing 0 and it is stuck
asked 4 months agoFailure to start warm migration
asked 2 years agoOracle Migration from on-premises using DMS and Rman
Accepted Answerasked 2 years agoAWS Database Migration Service
Accepted Answerasked 6 years agoMigration of SLES12 SP5 to SLES15 SP1
Accepted Answerasked 3 months agoWorkmail email migration to Namecheap
asked 2 months ago
Thank you. It did work.