Skip to content

Commit 612382a

Browse files
admd0rnela
andauthored
Clarify where the commands needs to run (#4468)
* Clarify the instruction where they need to run * Update CHANGELOG.md * Update modules/client-configuration/pages/registration-bootstrap.adoc --------- Co-authored-by: Ornela Marić <omaric@suse.com>
1 parent 7b9c7a7 commit 612382a

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Clarified the instructions that needs to run in container (bsc#1252680)
12
- Information about mirroring Ubuntu ESM packages will be limited to Uyuni.
23
This is to eliminate confusion about which features and packages are supported
34
within SUSE Multi-Linux manager offering.

modules/client-configuration/pages/registration-bootstrap.adoc

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ After migrating from an older version of {productname} to a newer version, we st
4848

4949
endif::[]
5050

51+
[IMPORTANT]
52+
====
53+
To access a shell inside the server container run [literal]``mgrctl term`` on the container host.
54+
From there, one can run the CLI tools as usual.
55+
====
5156

5257

5358
[[registering.clients.bootstrap.mgr-bootstrap]]
@@ -60,6 +65,14 @@ The arguments [option]``--activation-keys`` and [option]``--script``, are the on
6065
On the {productname} Server, as root at the command line execute it with the mandatory arguments.
6166
Replace [systemitem]``<ACTIVATION_KEY`` and [systemitem]``<EDITED_NAME>`` with your values:
6267

68+
. From the command prompt of the {productname} container host, run the following command as the root user to enter the server container:
69+
70+
+
71+
----
72+
mgrctl term
73+
----
74+
+
75+
. Execute the following command (adjust the values as needed)
6376
----
6477
mgr-bootstrap --activation-keys=<ACTIVATION_KEY> --script=bootstrap-<EDITED_NAME>.sh
6578
----
@@ -156,6 +169,14 @@ For more information about activation keys, see xref:client-configuration:activa
156169
[role=procedure]
157170
_____
158171
172+
. From the command prompt of the {productname} container host, run the following command as the root user to enter the server container:
173+
+
174+
175+
----
176+
mgrctl term
177+
----
178+
+
179+
159180
. On your {productname} Server, as root at the command line change to the bootstrap directory with:
160181
161182
+
@@ -234,8 +255,15 @@ When you have finished creating your script, you can use it to register clients.
234255
[role=procedure]
235256
_____
236257
237-
. On the {productname} Server, log in as root.
238-
At the command prompt, and change to the bootstrap directory:
258+
. From the command prompt of the {productname} container host, run the following command as the root user to enter the server container:
259+
+
260+
261+
----
262+
mgrctl term
263+
----
264+
+
265+
266+
. On the {productname} Server, change to the bootstrap directory:
239267
240268
+
241269

0 commit comments

Comments
 (0)