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
Copy file name to clipboardExpand all lines: modules/installation-and-upgrade/pages/container-deployment/snippet-prepare-sles-host.adoc
+81-3Lines changed: 81 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@
4
4
Alternatively, you can deploy {productname} on {sles}{bci-mlm}.
5
5
6
6
7
-
The following procedure describes the main steps of the installation process.
7
+
The following procedures describe the main steps of the installation process.
8
8
9
-
.Procedure: Installing {productname} Extensions on {sles} {bci-mlm}
9
+
=== Install {productname} Extensions on {sles}
10
+
11
+
.Procedure: Installing {productname} Extensions on {sles}
10
12
. Locate and download {sles} {bci-mlm} [literal]``.iso`` at https://www.suse.com/download/sles/.
11
13
. Make sure that you have regsistration codes both for the host operating system ({sles} {bci-mlm}) and extensions
12
14
. Start the installation of {sles} {bci-mlm}.
@@ -45,7 +47,73 @@ zypper up
45
47
----
46
48
47
49
. Reboot.
48
-
. Log in as root and install [package]``podman`` plus [package]``mgradm`` and [package]``mgradm-bash-completion`` (if not already automatically installed):
50
+
51
+
52
+
53
+
=== OPTIONAL: Registration from the command line
54
+
55
+
If you added {productname} {productnumber} as an extension during {sles} installation then you can skip this procedure.
56
+
However, optionally you may skip registration during {sles} installation by selecting the btn:[Skip Registration] button.
57
+
This section provides steps on registering your products after {sles} installation.
58
+
59
+
[NOTE]
60
+
====
61
+
The following steps register a {productname} {productnumber} extension with the {x86_64} architecture and thus require a registration code for the {x86_64} architecture.
62
+
To register {arm} or {s390x} architectures use the correct registration code.
63
+
====
64
+
65
+
.Procedure: Registering from the Command Line
66
+
67
+
. List available extensions with the following command:
68
+
69
+
+
70
+
71
+
[source,shell]
72
+
----
73
+
SUSEConnect --list-extensions
74
+
----
75
+
76
+
. From the list of available extensions, select the one you wish to install:
77
+
78
+
+
79
+
80
+
--
81
+
82
+
* If installing the Server, use your {productname} Server Extension {productnumber} x86_64 registration code.
83
+
For example for {sle} 15 SP7, with the following commands:
. Log in as root and install [package]``podman`` plus, on the server, [package]``mgradm`` and [package]``mgradm-bash-completion`` or, on the proxies, [package]``mgrpxy`` and [package]``mgrpxy-bash-completion`` (if not already automatically installed):
0 commit comments