Skip to content

Commit b386f7b

Browse files
authored
Update linux-upgrade-sles.md
1 parent 1907de1 commit b386f7b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

support/azure/virtual-machines/linux/linux-upgrade-sles.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ One major change between SLES 12 and SLES 15 is that High-Performance Computing
6969

7070
### Resolution
7171

72-
To resolve this issue, remove the HPC module before you start the migration. To d this, run the following command:
72+
To resolve this issue, remove the HPC module before you start the migration. Run the following command:
7373

7474
```bash
7575
sudo zypper rm sle-module-hpc-release-POOL sle-module-hpc-release
7676
```
7777

7878
### Workaround
7979

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. 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:
8181

8282
```bash
8383
cd /etc/products.d
@@ -511,7 +511,7 @@ Some issues occur during VM migration, For example, the VM stops responding, boo
511511

512512
### Resolution
513513

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.
515515

516516
## Scenario 12: Successful Migration from SLES12 SP5 to SLES15 SP3, but SLES15 SP3 to SP6 Upgrade Fails with Error
517517

@@ -617,7 +617,7 @@ gpg-pubkey-39db7c82-66c5d91a
617617
gpg-pubkey-50a3dd1c-50f35137
618618
gpg-pubkey-3fa1d6ce-63c9481c
619619
```
620-
6. Initiate a migration:
620+
6. Start a migration:
621621

622622
```bash
623623
sudo zypper migration -v
@@ -922,20 +922,20 @@ There are running programs which still use files and libraries deleted or update
922922
Since the last system boot core libraries or services have been updated.
923923
Reboot is suggested to ensure that your system benefits from these updates.
924924
```
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+
926927
```bash
927928
sudo echo $?
928929
```
929930
```output
930931
0
931932
```
932-
8. Reboot the VM.
933+
8. Restart the VM:
934+
933935
```bash
934936
sudo reboot
935937
```
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.
939939

940940
## Next steps
941941

0 commit comments

Comments
 (0)