Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sles to sap product migration #26050 #3569

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Added SUSE Linux Enterprise Server to SUSE Linux Enterprise Server for
SAP Applications product migration in Client Configuration Guide
- Documented how to replace existing certificates via mgrtcl (bsc#1233793)
- Clarified SSH authentication methods during Web UI bootstrap process in
Client Configuration Guide (bsc#1233497)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[client-upgrades-spmigration]]
= Product Migration

== Introcustion
== Introduction
Product migration allows you to upgrade SLE-based client systems from an Service Pack (SP) level to a later one.
For example, you can migrate {sles}{nbsp}15{nbsp}SP1 to {sles}{nbsp}15{nbsp}SP2.
You can also upgrade clients such as {almalinux}, {centos}, {oracle}, or {rocky} to {sll}.
Expand All @@ -16,6 +16,9 @@ You can also migrate openSUSE Leap to a later minor version or to the correspond
* openSUSE Leap 15.1 to {sles} 15 SP1
* openSUSE Leap 15.5 to {sles} 15 SP5

You can also migrate {sles} to the corresponding {slesforsap} SP level, for example:

* {sles} 15 SP5 to {slesforsap} 15 SP5

In {sles}{nbsp}12 and later, {suse} supports service pack skipping if {scclongform} provides it.
For example, you can upgrade from {sles}{nbsp}15 to SP2, without installing SP1.
Expand Down Expand Up @@ -184,7 +187,7 @@ In this case, the system is being upgraded to SLES 15 SP3, and the label is [lit
To see a list of all base channels currently mirrored, run:
+
----
spacecmd softwarechannel_listbasechannels.
spacecmd softwarechannel_listbasechannels
----
+
Keep in mind you cannot upgrade to a channel unless it is an available target for your current base channel.
Expand Down
4 changes: 4 additions & 0 deletions parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ asciidoc:
value: "SUSE Manager Proxy"
- attribute: sles
value: "SUSE Linux Enterprise Server"
- attribute: slesforsap
value: "SUSE Linux Enterprise Server for SAP Applications"
- attribute: sled
value: "SUSE Linux Enterprise Desktop"
- attribute: sle
Expand All @@ -240,6 +242,8 @@ asciidoc:
value: MicroOS
- attribute: slsa
value: SLES
- attribute: sls4sapa
value: "SLES for SAP"
- attribute: suse
value: SUSE
- attribute: slea
Expand Down
Loading