You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To work around this issue, move `sle-module-hpc.prod` from the `/etc/products.d/` directory to a temporary location, and try again to perform the migration. To do this, run the following commands:
80
+
To work around this issue, move `sle-module-hpc.prod` from the `/etc/products.d/` directory to a temporary location, and try again to perform the migration. Run the following commands:
81
81
82
82
```bash
83
83
cd /etc/products.d
@@ -511,7 +511,7 @@ Some issues occur during VM migration, For example, the VM stops responding, boo
511
511
512
512
### Resolution
513
513
514
-
We recommend that you disable any third-party repositories and security tools on the system before you proceed to run the SUSE migration. It's critical that you disable these items during the migration to prevent dependency conflicts, ensure system stability, maintain consistency with official packages, simplify troubleshooting, and provide a smoother upgrade process.
514
+
We recommend that you disable any third-party repositories and security tools on the system before you proceed to run the SUSE migration. Taking this action helps to prevent dependency conflicts, ensure system stability, maintain consistency with official packages, simplify troubleshooting, and provide a smoother upgrade process.
515
515
516
516
## Scenario 12: Successful Migration from SLES12 SP5 to SLES15 SP3, but SLES15 SP3 to SP6 Upgrade Fails with Error
517
517
@@ -617,7 +617,7 @@ gpg-pubkey-39db7c82-66c5d91a
617
617
gpg-pubkey-50a3dd1c-50f35137
618
618
gpg-pubkey-3fa1d6ce-63c9481c
619
619
```
620
-
6. Initiate a migration:
620
+
6. Start a migration:
621
621
622
622
```bash
623
623
sudo zypper migration -v
@@ -922,20 +922,20 @@ There are running programs which still use files and libraries deleted or update
922
922
Since the last system boot core libraries or services have been updated.
923
923
Reboot is suggested to ensure that your system benefits from these updates.
924
924
```
925
-
7. Verify the successful execution of the migration by running the following command. In the example below, an output of `0` indicates that the migration completed successfully. A non-zero return value signifies that an issue occurred. You can also review `/var/log/zypper.log` for detailed status and error messages.
925
+
7. Verify a successful migration by running the following command. In the following example, an output of `0` indicates that the migration finished successfully. A nonzero return value signifies that an issue occurred. You can also review `/var/log/zypper.log` for detailed status and error messages.
926
+
926
927
```bash
927
928
sudo echo $?
928
929
```
929
930
```output
930
931
0
931
932
```
932
-
8. Reboot the VM.
933
+
8. Restart the VM:
934
+
933
935
```bash
934
936
sudo reboot
935
937
```
936
-
After reboot, the VM will be successfully migrated to SLES 15 SP6.
937
-
938
-
938
+
After the restart, the VM will be successfully migrated to SLES 15 SP6.
0 commit comments