Distribution Upgrade and Server Migration
|
1. SLE Micro 5.5 to SL Micro 6.1
This document provides the tested procedure to upgrade a SLE Micro 5.5 host deployed with SUSE Multi-Linux Manager 5.0 Server to SL Micro 6.1 and migrate to SUSE Multi-Linux Manager 5.1.
1.1. Prerequisites
-
SUSE Multi-Linux Manager 5.0 is installed and running on SLE Micro 5.5.
-
System is registered and has active subscriptions with SCC.
1.2. Distribution Upgrade and Server Migration
Verify Current Product Status
SUSEConnect --status-textConfirm:
Base OS:
SUSE Linux Enterprise Micro 5.5Extension:
SUSE Manager Server 5.0 ExtensionEnsure System is Updated
transactional-update patch
If patches were applied, reboot the system before proceeding to migration:
reboot
If no updates were found, you can proceed directly to the migration step.
Start the Migration:
transactional-update migration --auto-agree-with-licenses --gpg-auto-import-keysFollow the prompts and select the available migration to SUSE Linux Micro 6.1 and SUSE Multi-Linux Manager Server Extension 5.1.
Reboot to Apply Changes
rebootPost-Reboot Checks:
Verify upgraded OS and SUSE Multi-Linux Manager extension:
cat /etc/os-release SUSEConnect --status-textYou should see:
SL-Micro 6.1
Multi-Linux Manager Server Extension 5.1Enable Root SSH Access (if required). SL Micro 6.1 disables root login via SSH by default. Edit
/etc/ssh/sshd_config.d/sshd.conf:PermitRootLogin yesAnd restart the service:
systemctl restart sshdFor more information, see Remote root login on SL Micro.
Upgrade Server Containers
mgradm upgrade podmanFollow the prompts to pull and configure the new 5.1.0 containers.
Check running containers:
podman psYou should see:
server:5.1.0
server-postgresql:5.1.0Verify SUSE Multi-Linux Manager Tools
mgradm --versionExpected output:
Version
5.1.11or laterReferences
5.1.0
|
1.3. Migration Complete
The system is now running SUSE Multi-Linux Manager 5.1 on SL Micro 6.1. Continue with post-migration validation.
2. SUSE Linux Enterprise Server 15 SP6 to 15 SP7
This document provides the tested procedure to upgrade a SUSE Linux Enterprise Server 15 SP6 host deployed with SUSE Multi-Linux Manager 5.0 Server to SUSE Linux Enterprise Server 15 SP7 with SUSE Multi-Linux Manager 5.1.
2.1. Prerequisites
-
SUSE Multi-Linux Manager 5.0 is installed and running on SUSE Linux Enterprise Server 15 SP6.
-
The system is registered and has valid subscriptions in SUSE Customer Center (SCC).
-
Ensure backups are created before proceeding.
2.2. Distribution Upgrade and Server Migration
Verify Current Product Status
SUSEConnect --status-textConfirm:
Base OS:
SUSE Linux Enterprise Server 15 SP6Extension:
SUSE Manager Server 5.0 ExtensionApply All System Patches
zypper patchReboot if the update stack was updated:
rebootRegister Required Products for SP7
SUSEConnect --product sle-module-basesystem/15.7/x86_64 SUSEConnect --product sle-module-containers/15.7/x86_64 SUSEConnect --product SLES/15.7/x86_64 --regcode <your-regcode> SUSEConnect --product Multi-Linux-Manager-Server-SLE/5.1/x86_64 --regcode <your-regcode>Ensure that
SUSEConnect --status-textshows SUSE Linux Enterprise Server 15 SP7 and the SUSE Multi-Linux Manager Server 5.1 extension as active.Launch the Zypper migration tool
zypper migrationZypper will show the possible migration targets with detailed summaries.
Select the appropriate target, and follow the prompts to complete the migration.
After the upgrade completes, reboot the system:
rebootPost-Reboot: Verify Upgrade Status
cat /etc/os-release SUSEConnect --status-textExpected output:
VERSION="15-SP7"SUSE Multi-Linux Manager Server Extension
5.1is activeUpgrade Server Containers
mgradm upgrade podmanFollow prompts to pull the new container images and reconfigure the environment.
Check Running Containers
podman psExpected containers:
server:5.1.0
server-postgresql:5.1.0Verify SUSE Multi-Linux Manager Tools Version
mgradm --versionExpected output:
Version
5.1.11or laterImage tag
5.1.0
2.3. Migration Complete
The system is now successfully upgraded to SUSE Linux Enterprise Server 15 SP7 and SUSE Multi-Linux Manager 5.1. Validate your setup before resuming production operations.