File: feature-subscription.xml

package info (click to toggle)
cockpit 188-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 119,768 kB
  • sloc: ansic: 66,833; xml: 5,776; python: 3,122; sh: 2,322; makefile: 1,289; sed: 7
file content (28 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
	"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
<chapter id="feature-subscription">
  <title>Subscription Manager</title>

  <para>Cockpit can use
    <ulink url="https://www.candlepinproject.org/">Subscription Manager</ulink> to join the
    attach the machine to a subscription, if the operating system (such as RHEL) requires this. This
    functionality is in the Cockpit <emphasis>subscriptions</emphasis> package.</para>

  <para>Subscription Manager limits its use to root only. Therefore if a non-root user
    is logged into Cockpit, Cockpit tries to <link linkend="privileges">escalate privileges</link>
    to root in order to access subscription information or make changes.</para>

  <para>To perform similar tasks from the command line, use the
    <ulink url="https://linux.die.net/man/8/subscription-manager"><code>subscription-manager</code></ulink>
    tool:</para>

<programlisting>
$ <command>sudo subscription-manager status</command>
+-------------------------------------------+
   System Status Details
+-------------------------------------------+
...
</programlisting>

</chapter>