Skip to content

Commit 46356bf

Browse files
authored
stopping server before reboot for migration from 5.0 (#4233)
https://bugzilla.suse.com/show_bug.cgi?id=1247705 SUSE/spacewalk#28033 plus drive-by edits
1 parent 1315825 commit 46356bf

File tree

3 files changed

+29
-18
lines changed

3 files changed

+29
-18
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- Documented stopping the server before rebooting the host operating
2+
system for the migration from 5.0 to 5.1 in Installation and
3+
Upgrade Guide (bsc#1247705)
14
- Removed reference to smdba from reference Guide (bsc#1247213)
25
- Fixed procedure name for confidential computing in Administration
36
Guide (bsc#1247318)

modules/installation-and-upgrade/pages/container-deployment/mlm/migrations/proxy/proxy-mlm-50-51.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ Ensure all relevant proxy containers are up:
373373
- `proxy-tftpd`
374374
- `proxy-ssh`
375375

376-
_____
377376

378377

379378
=== Migration Complete

modules/installation-and-upgrade/pages/container-deployment/mlm/migrations/server/server-mlm-50-51.adoc

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[NOTE]
77
====
88
* {productname} 5.0 must be stopped before upgrade.
9-
* {productname} 5.0 is not supported on top of {sl-micro} 6.1 & {sles} 15 SP7 as host os
9+
* {productname} 5.0 is not supported on top of {sl-micro} 6.1 & {sles} 15 SP7 as host OS.
1010
====
1111

1212
include::../../../snippet-hardened-tmpdir.adoc[leveloffset=+2]
@@ -39,14 +39,14 @@ SUSEConnect --status-text
3939
4040
+
4141
42-
**Confirm:**
42+
Confirm:
4343
4444
- Base OS: `SUSE Linux Enterprise Micro 5.5`
4545
- Extension: `SUSE Manager Server 5.0 Extension`
4646
4747
+
4848
49-
. Ensure System is Updated
49+
. Ensure system is updated
5050
5151
+
5252
@@ -57,19 +57,25 @@ transactional-update patch
5757
5858
+
5959
60+
--
6061
61-
* If patches were applied, **reboot the system** before proceeding to migration:
62+
* If patches were applied, stop the server and then reboot the system before proceeding to migration:
63+
64+
+
6265
6366
[source,console]
6467
----
68+
mgradm stop
6569
reboot
6670
----
6771
6872
* If no updates were found, you can proceed directly to the migration step.
6973
74+
--
75+
7076
+
7177
72-
. Start the Migration:
78+
. Start the migration:
7379
7480
+
7581
@@ -84,18 +90,19 @@ Follow the prompts and select the available migration to **SUSE Linux Micro 6.1*
8490
8591
+
8692
87-
. Reboot to Apply Changes
93+
. Stop the server and then reboot to apply changes:
8894
8995
+
9096
9197
[source,console]
9298
----
99+
mgradm stop
93100
reboot
94101
----
95102
96103
+
97104
98-
. Post-Reboot Checks:
105+
. Post-Reboot checks:
99106
100107
+
101108
@@ -143,7 +150,7 @@ systemctl restart sshd
143150
144151
For more information, see xref:administration:troubleshooting/tshoot-remote-root-on-micro.adoc[].
145152
146-
. Upgrade Server Containers
153+
. Upgrade server containers
147154
148155
+
149156
@@ -229,7 +236,7 @@ This document provides the tested procedure to upgrade a SUSE Linux Enterprise S
229236
[role=procedure]
230237
_____
231238
232-
. Verify Current Product Status
239+
. Verify current product status
233240
234241
+
235242
@@ -240,7 +247,7 @@ SUSEConnect --status-text
240247
241248
+
242249
243-
**Confirm:**
250+
Confirm:
244251
245252
+
246253
@@ -249,7 +256,7 @@ SUSEConnect --status-text
249256
250257
+
251258
252-
. Apply All System Patches
259+
. Apply all system patches
253260
254261
+
255262
@@ -260,12 +267,13 @@ zypper patch
260267
261268
+
262269
263-
*Reboot* if the update stack was updated:
270+
. Stop the server, and then reboot if the update stack was updated:
264271
265272
+
266273
267274
[source,console]
268275
----
276+
mgradm stop
269277
reboot
270278
----
271279
@@ -286,18 +294,19 @@ Zypper will show the possible migration targets with detailed summaries.
286294
287295
. Select the appropriate target, and follow the prompts to complete the migration.
288296
289-
. After the upgrade completes, reboot the system:
297+
. After the upgrade completes, stop the server and then reboot the system:
290298
291299
+
292300
293301
[source,console]
294302
----
303+
mgradm stop
295304
reboot
296305
----
297306
298307
+
299308
300-
. Post-Reboot: Verify Upgrade Status
309+
. Post-Reboot: Verify upgrade status
301310
302311
+
303312
@@ -316,7 +325,7 @@ Expected output:
316325
317326
+
318327
319-
. Upgrade Server Containers
328+
. Upgrade server containers
320329
321330
+
322331
@@ -331,7 +340,7 @@ Follow prompts to pull the new container images and reconfigure the environment.
331340
332341
+
333342
334-
. Check Running Containers
343+
. Check running containers
335344
336345
+
337346
@@ -349,7 +358,7 @@ Expected containers:
349358
350359
+
351360
352-
. Verify {productname} Tools Version
361+
. Verify {productname} Tools version
353362
354363
+
355364

0 commit comments

Comments
 (0)