Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Added SUSE Linux Enterprise Server command line registration in
Installation and Upgrade Guide
- Confidential Computing command updated in Administration Guide
(bsc#1246638)
- Fixed troubleshooting procedure about login timeout in Administration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
Alternatively, you can deploy {productname} on {sles} {bci-mlm}.


The following procedure describes the main steps of the installation process.
The following procedures describe the main steps of the installation process.

.Procedure: Installing {productname} Extensions on {sles} {bci-mlm}
=== Install {productname} Extensions on {sles}

.Procedure: Installing {productname} Extensions on {sles}
. Locate and download {sles} {bci-mlm} [literal]``.iso`` at https://www.suse.com/download/sles/.
. Make sure that you have regsistration codes both for the host operating system ({sles} {bci-mlm}) and extensions
. Start the installation of {sles} {bci-mlm}.
Expand Down Expand Up @@ -44,7 +46,73 @@ zypper up
----

. Reboot.
. Log in as root and install [package]``podman`` plus [package]``mgradm`` and [package]``mgradm-bash-completion`` (if not already automatically installed):



=== OPTIONAL: Registration from the command line

If you added {productname} {productnumber} as an extension during {sles} installation then you can skip this procedure.
However, optionally you may skip registration during {sles} installation by selecting the btn:[Skip Registration] button.
This section provides steps on registering your products after {sles} installation.

[NOTE]
====
The following steps register a {productname} {productnumber} extension with the {x86_64} architecture and thus require a registration code for the {x86_64} architecture.
To register {arm} or {s390x} architectures use the correct registration code.
====

.Procedure: Registering from the Command Line

. List available extensions with the following command:

+

[source,shell]
----
SUSEConnect --list-extensions
----

. From the list of available extensions, select the one you wish to install:

+

--

* If installing the Server, use your {productname} Server Extension {productnumber} x86_64 registration code.
For example for {sle} 15 SP7, with the following commands:

+

[source,shell]
----
SUSEConnect -r <regcode>
SUSEConnect -p sle-module-containers/15.7/x86_64
SUSEConnect -p Multi-Linux-Manager-Server-SLE/5.1/x86_64 -r <regcode>
----

* If installing the Proxy, use your {productname} Proxy Extension {productnumber} x86_64 registration code with the following command:

+

----
SUSEConnect -p Multi-Linux-Manager-Proxy-SLE/5.1/x86_64 -r <regcode>
----

--



=== Install and enable [package]``podman``

.Procedure: Installing [package]``podman``

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

+

--

* On the server:

+

Expand All @@ -53,6 +121,16 @@ zypper up
zypper install podman mgradm mgradm-bash-completion
----

* On the proxies:

+

[source,shell]
----
zypper install podman mgrpxy mgrpxy-bash-completion
----

--

. Start the Podman service by rebooting the system, or running a command:

Expand Down
Loading