Skip to content

Commit 3463c9d

Browse files
committed
General improvements to mirroring and registration procedures
1 parent 06e4587 commit 3463c9d

4 files changed

Lines changed: 20 additions & 19 deletions

File tree

xml/app-access-src-debug.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</listitem>
5252
<listitem>
5353
<para>
54-
Your &rhla; system is registered with the &rmt; server.
54+
Your &rhla; system is registered to the &rmt; server.
5555
</para>
5656
</listitem>
5757
</itemizedlist>

xml/art-quickstart-rmt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
package dependencies</term>
121121
<listitem>
122122
<para>
123-
&productname; only supports the latest minor release of &rhla;.
123+
&productname; only supports the latest minor version of each &rhla; release.
124124
If your system is running the latest version and <package>SUSEConnect</package>
125125
still has package dependency issues, try the following workaround:
126126
</para>

xml/mirror-repositories-with-rmt.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@
7272
</step>
7373
<step>
7474
<para>
75-
If your subscription includes the &ha; extension, enable the extension using
75+
If your subscription includes the &ha; extension, enable it using
7676
the product ID <literal>3142</literal>:
7777
</para>
7878
<screen>&prompt.root;<command>rmt-cli products enable 3142</command></screen>
7979
<tip role="compact">
8080
<para>
81-
To check whether the &ha; extension is available, run this
82-
command: <command>rmt-cli products list --all --name=&reponameshort;-HA</command>
81+
To check whether the extension is available, run
82+
<command>rmt-cli products list --all --name=&reponameshort;-HA</command>.
8383
</para>
8484
</tip>
8585
</step>

xml/register-with-rmt.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<para>
2222
Use this procedure to register &rhel; &productnumber; as a client of &rmt;.
2323
</para>
24+
<important role="compact">
25+
<para>
26+
&productname; only supports the latest minor version of &rhla; &productnumber;.
27+
</para>
28+
</important>
2429
<important role="compact">
2530
<para>
2631
&centos; Stream is not supported.
@@ -43,12 +48,6 @@
4348
The system you want to register can access the &rmt; server.
4449
</para>
4550
</listitem>
46-
<listitem>
47-
<para>
48-
The system you want to register is up to date. &productname; only supports the latest
49-
minor release of &rhla; &productnumber;.
50-
</para>
51-
</listitem>
5251
<listitem>
5352
<para>
5453
You have a &productname; subscription activated in the <link xlink:href="&sccurl;">&scc;</link>.
@@ -66,7 +65,11 @@
6665
<para>
6766
On the &rhla; system, download the <filename>rmt-client-setup-res</filename> script:
6867
</para>
69-
<screen>&prompt.root;<command>curl -O http://<replaceable>&rmt;_SERVER</replaceable>/tools/rmt-client-setup-res</command></screen>
68+
<screen>&prompt.root;<command>curl --remote-name http://<replaceable>&rmt;_SERVER</replaceable>/tools/rmt-client-setup-res</command></screen>
69+
<para>
70+
The option <option>--remote-name</option> (or <option>-O</option>) writes the output to a local
71+
file with the same name as the remote file.
72+
</para>
7073
</step>
7174
<step>
7275
<para>
@@ -138,14 +141,12 @@ Installed Products:
138141
</step>
139142
<step>
140143
<para>
141-
If your subscription includes the &ha; extension, activate it with the
142-
following command:
144+
If your subscription includes the &ha; extension, activate it with this command:
143145
</para>
144146
<screen>&prompt.root;<command>&suseconnect; -p &reponameshort;-HA/&productnumber;/x86_64</command></screen>
145147
<tip role="compact">
146148
<para>
147-
To check whether the extension is available, run the
148-
<command>&suseconnect; --list-extensions</command> command.
149+
To check whether the extension is available, run <command>&suseconnect; --list-extensions</command>.
149150
</para>
150151
</tip>
151152
</step>
@@ -162,7 +163,7 @@ Installed Products:
162163
should also be <literal>enabled</literal>.
163164
</para>
164165
<para>
165-
You will also see optional <literal>Source</literal> and <literal>Debug</literal>
166+
You will also see optional <literal>Source</literal> and <literal>Debug</literal>
166167
repositories with the status <literal>disabled</literal>. Be aware that these
167168
repositories are listed even if they are not mirrored on the &rmt; server.
168169
You can check the mirrored repositories by browsing the directory listing at
@@ -173,9 +174,9 @@ Installed Products:
173174
<step>
174175
<para>
175176
If you need the <literal>Source</literal> or <literal>Debug</literal> repositories,
176-
enable them with the following command:
177+
enable them with the following command. You can enable multiple repositories at once:
177178
</para>
178-
<screen>&prompt.root;<command>dnf config-manager --enable <replaceable>REPO_ID</replaceable></command></screen>
179+
<screen>&prompt.root;<command>dnf config-manager --enable <replaceable>REPO_ID1</replaceable> <replaceable>REPO_ID2</replaceable> <replaceable>REPO_ID3</replaceable></command></screen>
179180
</step>
180181
<step>
181182
<para>

0 commit comments

Comments
 (0)