Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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 @@ -62,3 +62,57 @@ zypper install podman mgradm mgradm-bash-completion
----
systemctl enable --now podman.service
----


=== 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>
----

--

=======
Loading