Jump to contentJump to page navigation: previous page [access key p]/next page [access key n]
documentation.suse.com / SUSE Manager for Managed Services Providers
SUSE Manager

SUSE Manager for Managed Services Providers

How MSPs Can Streamline Systems Lifecycle Management

Technical Reference Documentation
Authors
Mark Gonnelly, Solution Architect (SUSE)
Dominic Geevarghese, Solution Architect (SUSE)
Terry Smith, Global Partner Solutions Director (SUSE)
Image
SUSE Manager
Date: 2024-12-05
Summary

SUSE Manager can enable managed services providers (MSPs) to streamline IT systems management with a single tool that provides systems asset management, systems provisioning, and automated software management to keep systems up-to-date and secure.

Disclaimer

Documents published as part of the series SUSE Technical Reference Documentation have been contributed voluntarily by SUSE employees and third parties. They are meant to serve as examples of how particular actions can be performed. They have been compiled with utmost attention to detail. However, this does not guarantee complete accuracy. SUSE cannot verify that actions described in these documents do what is claimed or whether actions described have unintended consequences. SUSE LLC, its affiliates, the authors, and the translators may not be held liable for possible errors or the consequences thereof.

1 Introduction

The Linux footprint of enterprise IT landscapes continues to grow. This growth can be particularly problematic for managed services providers (MSPs), who may need to manage systems lifecycles for many clients. As an MSP, you need a management tool that can scale with your business needs.

SUSE Manager 4.3 is an enterprise, open source management solution for software-defined infrastructure. It is designed to help enterprises reduce complexity and regain control of IT assets with a single tool. SUSE Manager provides you with systems asset management, systems provisioning, and automated software management to help you keep all your systems up-to-date and secure.

SUSE Manager easily scales to satisfy your technical and business requirements without compromising on operational performance. It gives you the features and automation in a single tool. Thus, you can seamlessly manage a broad spectrum of Linux systems on a variety of hardware architectures and hypervisors, and container, IoT, and cloud platforms. With SUSE Manager, you can manage systems lifecycle management, streamline operations, and manage your growing IT landscape.

1.1 Scope

You will learn how to deploy SUSE Manager to support systems lifecycle management for multiple, downstream customers. The hub and peripheral architecture described here enables managed services providers and large enterprises to consolidate certain management operations while maintaining the advantages of separate peripheral servers for each customer.

1.2 Audience

Platform engineers and systems administrators of MSPs and large enterprises - who are responsible for delivering systems lifecycle management for multiple customers, organizations, or business units - will find useful guidance in this document.

You should have a basic familiarity with SUSE Manager and with typical procedures for provisioning and patching Linux systems to get the most out of this document.

1.3 Prerequisites

For this guide, you need at least two systems. These can be bare metal or virtual machines. These will be your SUSE Manager hub and peripheral servers. If you want to explore registering client systems for management, add one or more additional systems.

For this guide, the recommended configuration for each server is:

  • CPU: 8 CPU cores

  • RAM: 64 GB

  • Storage: 100 GB

Important
Important

For a typical production deployment, be sure to review SUSE Manager Hardware requirements.

When sizing servers for SUSE Manager, the most important variables are CPU, RAM, and disk storage. This can be critical when implementing the hub and peripheral solution for the real world. Import and export operations involve a lot of SQL transactions, which can be CPU and memory intensive. And, you can have significant storage requirements for the database (located in /var/lib/pgsql), depending on the size and complexity of your IT landscape.

SUSE offers Consulting Services that can help you assess your needs and provide proper sizing recommendations.

Additionally, you need a way to transfer data between the servers. Ideally, this could be through a shared (NFS) file system, but you can also copy the data across the network (such as with rsync) or use a removable disk such as a USB storage device.

2 Solution design

Managing a large and growing IT footprint can be a challenge for any enterprise. Managed services providers (MSPs) must do this for multiple customers. A single SUSE Manager server could be used to manage all customer systems. But there are key concerns with this approach, such as:

Scaling

SUSE Manager is designed as a single server that can manage up to 10000 clients. An MSP with multiple large customers could reach this limit quickly. To accommodate this, SUSE Manager can be scaled horizontally by adding SUSE Manager servers.

Separation of entitlements

SUSE Manager uses customer credentials to access software entitlements from upstream providers, such as the SUSE Customer Center (SCC). It is not a good idea to mix the entitlements of multiple customers in a single environment, as it would be difficult to keep track of which managed systems are entitled to which products.

Access control and user isolation

In situations where customers would expect access to SUSE Manager, an MSP would need some way to isolate each customer’s users so they can only see and manage their own systems. The MSP could install a dedicated SUSE Manager server for each client. This would address isolation, but it is somewhat inefficient because of the need to manage each of these servers independently.

SUSE Manager empowers MSPs and large enterprises to address these concerns through:

  • Content lifecycle management

  • Hub and peripherals

  • Inter-Server Synchronization

Each of these is discussed further below.

2.1 Content lifecycle management

Content lifecycle management involves creating clones of software channels at particular points in time and assigning these to different systems. This is used to create multi-stage lifecycles where patches are passed from vendor channels to a development environment, from there to a test stage, and then to production. MSPs can create separate lifecycles for each customer. This ensures that each customer receives only the patches that are appropriate to its respective software lifecycle needs even though the patches may be based on the same upstream channels.

2.2 Hub and peripherals

SUSE Manager Hub was introduced to manage very large deployments by allowing horizontal scaling to multiple servers.

Hub and peripheral topology

In this hub and peripheral topology, one SUSE Manager server acts as the central (or hub) server for one or more peripheral SUSE Manager servers. Any number of client systems can be registered to the server. Each peripheral server is an independent SUSE Manager server. By dedicating a peripheral server for each customer, an MSP can address concerns about separation of customers while still allowing centralized control.

Important
Important

Pay special attention to the security boundaries shown in the diagram above. End customers may have access to their own SUSE Manager servers if they want. However, it is imperative that no customer be given access to the hub server because this server has control over all of the peripheral servers. A customer who can access the hub would be able to access other customers' systems.

For each peripheral server, you need to create activation keys, bootstrap, repositories, system groups, users, and so on. Similarly, any custom Salt states you create must be manually copied to the appropriate peripheral. SUSE provides a set of Salt modules, states, and formulas that can automate this process.

It is important to understand that the hub and peripheral concept was developed primarily to provide horizontal scaling. For this guide, it is being used to provide isolation between systems and any benefits from scaling are incidental to this use case.

2.3 Inter-Server Synchronization (ISS)

With multiple SUSE Manager servers in a hub and peripheral architecture, you need to ensure that content and permissions stay aligned. Inter-Server Synchronization (ISS) allows you to connect two or more SUSE Manager servers and keep them up-to-date. Since only the hub needs access to an external source (such as SCC), a side benefit is that peripheral servers do not require Internet access.

3 Creating the hub server

At the center of the architecture is the SUSE Manager hub server. This server follows standard installation and setup processes. SUSE Manager can be deployed onto bare metal or virtual machines, running on-premises or in cloud environments. However, for the hub server, you must also enable the Hub XMLRPC API service.

  1. Install SUSE Manager on the designated hub system.

    Follow the steps detailed in the SUSE Manager Installation and Upgrade Guide.

  2. Set up SUSE Manager.

    Follow the guidance in SUSE Manager Server Setup, where you create your main administration account and organization.

  3. To make this a hub server, you need to install and enable the Hub XMLRPC API service.

    Note
    Note

    Commands shown here should be issued as the root user on the server.

    1. On the hub server, install the hub-xmlrpc-api package.

      The package is available in the SUSE Manager repositories, so can be installed with a simple command.

      zypper install hub-xmlrpc-api
    2. Set the Hub XMLRPC API service to start automatically at boot time, and start it immediately:

      systemctl enable hub-xmlrpc-api.service
      systemctl start hub-xmlrpc-api.service
    3. Check that these parameters in the /etc/hub/hub.conf configuration file are correct:

      • HUB_API_URL: URL to the Hub Server XMLRPC API endpoint.

        Use the default value.

      • HUB_CONNECT_TIMEOUT: the maximum number of seconds to wait for a response when connecting to a Server.

        Use the default value in most cases.

      • HUB_REQUEST_TIMEOUT: the maximum number of seconds to wait for a response when calling a Server method.

        Use the default value in most cases.

      • HUB_CONNECT_USING_SSL: use HTTPS instead of HTTP for communicating with peripheral Servers.

        Note
        Note

        Using secure communications is recommended.

        To use HTTPS to connect to peripheral servers, you must:

        1. Set the HUB_CONNECT_USING_SSL parameter to true

        2. Ensure that the SSL certificates for all the peripheral servers are installed on the hub server.

          Do this by copying the RHN-ORG-TRUSTED-SSL-CERT certificate file from each peripheral server’s http://<server-url>/pub/ directory to /etc/pki/trust/anchors/, then run update-ca-certificates.

    4. Restart services to activate any configuration changes you make.

      systemctl restart hub-xmlrpc-api.service

4 Onboarding a customer

To onboard a new customer, you start by adding the customer’s SUSE Customer Center (SCC) credentials to the hub server. You do this for each customer. Then SUSE Manager can provide you with centralized access to all subscribed products.

Alternatively, if you (as the service provider) are using your own subscriptions to provide access under an MSP agreement with SUSE, then you only need to add that subscription to the hub.

Adding Organization Credentials

When the SCC credentials have been added, you have a centralized view of all products that are available through the hub and the ability to replicate entitlements from the hub to peripheral servers.

Synchronizing Products

Follow Synchronizing Products from SUSE Customer Center to onboard a customer.

Important
Important

To properly synchronize content lifecycle channels later, do not create a separate organization for each new customer.

5 Creating a peripheral server

Peripheral servers are SUSE Manager servers you can dedicate to a customer. Creating a peripheral server follows the normal SUSE Manager installation and setup processes. However, instead of configuring the SCC connection, you configure the peripheral server to obtain SCC content from the hub.

  1. Install SUSE Manager on the designated hub system.

    Follow the steps detailed in the SUSE Manager Installation and Upgrade Guide.

  2. Set up SUSE Manager.

    Follow the guidance in SUSE Manager Server Setup.

    Important
    Important

    Your main administration user and organization should match those you created on the hub server. This enables Inter-Server Synchronization of content to work correctly. This limitation may be removed in a future version of SUSE Manager.

6 Registering a peripheral server

Peripheral servers must be registered to the hub server as Salt clients. When you register a peripheral server, you must assign it to the appropriate SUSE Manager software channel as its base channel. The best way to do this is with activation keys. You can create a specific activation key and assign the appropriate channel as the base channel with the key.

Register a peripheral server to the hub using one of the Client Registration Methods.

Note
Note

You should create an activation key specifically for peripheral servers, especially if you will have other types of clients registered to your hub.

To register a peripheral with the SUSE Manager Web UI, you can follow these steps:

  1. In the SUSE Manager Web UI, navigate to Systems > Bootstrapping.

  2. In the Host field, type the fully qualified domain name (FQDN) of the client to be bootstrapped.

  3. In the SSH Port field, type the SSH port number to use to connect to and bootstrap the client.

    The default SSH port number is 22.

  4. In the User field, type the user name to log in to the client.

    The default user name is root.

  5. To bootstrap the client with SSH, in the Authentication field, check SSH Private Key, and upload the SSH private key to use.

    If your SSH private key requires a passphrase, type it into the SSH Private Key Passphrase field.

  6. To bootstrap the client with a password, in the Authentication field, check Password, and type the client password.

  7. In the Activation Key field, select the activation key that is associated with the peripheral servers.

  8. Disable SSH Strict Key Host Checking is selected by default.

    This allows the bootstrap process to automatically accept SSH host keys without requiring you to manually authenticate each one.

  9. Check the Manage System Completely via SSH check box.

    Important
    Important

    If you select this option, the client is configured to use SSH for its connection to the server, and no other connection method is configured.

  10. Click Bootstrap to begin registration.

Bootstrapping a peripheral

When the bootstrap process has completed, your client is listed in the Web UI at Systems > System List. The peripheral server can now be managed as a standard Salt client of the hub and patched in the normal way.

7 Synchronizing content

You need to ensure that your SUSE Manager servers stay aligned on content. This is accomplished using Inter-Server Synchronization.

7.1 Installing Inter-Server Synchronization

To use Inter-Server Synchronization (ISS), you need to install the inter-server-sync package on hub and peripheral SUSE Manager servers.

Do this by issuing the following command on each server:

zypper install inter-server-sync

7.2 Building customer-specific content lifecycle management

Content lifecycle management (CLM) allows you to customize and test software before deploying to production systems. As an MSP, each of your customers may have different software needs, testing requirements, and deployment schedules. It can be quite challenging to manage CLM for all of your customers.

SUSE Manager provides the flexibility you need to define and manage content lifecycles for your business and your customers. You begin by creating customer-specific software channels. These are then assigned to appropriate, managed clients.

For example, suppose you have a customer called ACME Corp. You can create a Content Lifecycle Project only for this customer as follows:

  1. In the SUSE Manager Web UI, navigate to Content Lifecycle > Projects.

  2. Click Create Project

  3. In the Name field, type a name for this project.

  4. In the Label field, type the name that will be used internally.

  5. In the Description field, you can add a more verbose explanation.

Creating a new CLM project

You can now proceed to build the CLM for this customer in the usual manner by adding sources and environments in the usual manner. To learn more, see Content Lifecycle Management.

Creating a new CLM environment

7.3 Exporting and importing content

After defining customer-specific channels as part of your content lifecycle management (CLM), use the inter-server-sync command to export these channels from the SUSE Manager hub to a directory. This directory and its contents needs to be transferred to the peripheral server. The easiest way to do this is to use a shared file system.

The example below shows how to export the development environment from the ACME Corp customer’s CLM to an NFS file system mounted at /mnt/shared on the hub and peripheral servers.

Note
Note

Exporting can take considerable time to run and is very CPU intensive. It copies all of the required packages and creates all of the SQL commands needed to recreate the channel structure and contents on the importing server.

  1. Export the CLM on the hub server.

    1. On the hub server command line, change to the shared directory.

      cd /mnt/shared
    2. Initiate the export.

      inter-server-sync export --channel-with-children acmecorp-acmedev-sle15sp4-sle-product-sles15-sp4-pool-x86_64
      Tip
      Tip

      The inter-server-sync export command outputs to the current directory by default. You could specify an output directory with the --outputDir flag. Get detailed help on the export command with inter-server-sync export -h.

    3. Verify that the export succeeded by viewing the contents of the directory.

      ls -l
      total 457384
      -rw-r--r-- 1 root root       540 Jul 11 13:38 exportedChannels.txt
      drwxr-x--- 1 root root         8 Jul 11 13:03 packages
      -rw------- 1 root root 468349180 Jul 11 13:38 sql_statements.sql.gz
      -rw-r--r-- 1 root root        44 Jul 11 13:38 version.txt
  2. Import the CLM on the peripheral server.

    1. On the peripheral server command line, change to the shared directory.

      cd /mnt/shared
    2. Initiate the import.

      inter-server-sync import
      Tip
      Tip

      Get detailed help on the ISS import command with inter-server-sync import -h.

      Note
      Note

      There is no need to specify channel names because that is implicit in the SQL statements. You simply need to refer to the directory that contains the exported content and, by default, that is the current directory.

8 Registering clients

Clients are the end-point systems you want to manage. SUSE Manager is compatible with a wide range of client technologies. For a full list supported clients and features, see Supported Clients and Features.

There are three ways to register clients to a SUSE Manager server:

For bootstrap and command line methods, you must first create an activation key.

Important
Important

For all methods, date and time on the client must be synchronized with the SUSE Manager server.

For details on client configuration, see the Client Configuration Guide.

9 Working with Salt modules and formulas

Salt is a remote execution engine, configuration management, and orchestration system used by SUSE Manager. Salt uses execution and state modules to define, apply, and orchestrate configuration of your devices. You use Salt states to manage users, system groups, activation keys, and so on.

SUSE Manager provides a set of modules called Uyuni configuration modules, that you can use to configure both SUSE Manager and Uyuni Servers. You can use the Uyuni configuration modules and create your own custom Salt State (SLS) files. Salt states are defined on the hub level and can be applied to the peripheral servers.

Important
Important

Activation keys make reference to channels, so you need to import appropriate content first.

You can use Uyuni configuration modules to configure:

  • Organizations

  • Users

  • User permissions

  • System groups

  • Activation Keys

The Uyuni configuration modules are available in the uyuni-config-modules package. Install this package on the SUSE Manager hub server by logging in as root and issuing the command:

zypper in uyuni-config-modules

This package also installs detailed API descriptions, indications on pillar settings, and examples. You can find these in /usr/share/doc/packages/uyuni-config-modules/.

9.1 Understanding the Hub XMLRPC API namespaces

The Hub XMLRPC API allows you to control all of the peripheral servers programmatically from the hub. It operates in a similar way to the standard SUSE Manager API.

In Section 3, “Creating the hub server”, you installed the hub-xmlrpc-api package and enabled and started the service. With the service running, you can connect to it at port 2830 using any XMLRPC-compliant client libraries.

Verify that the service is running on your hub server.

systemctl status hub-xmlrpc-api.service

The Hub XMLRPC API exposes the same methods that are available from the server’s XMLRPC API, with a few differences in parameter and return types. Additionally, the Hub XMLRPC API supports some hub-specific end points which are not available in the SUSE Manager API.

The Hub XMLRPC API supports three different namespaces:

  • The hub namespace is used to target the Hub XMLRPC API Server itself. It supports Hub-specific XMLRPC endpoints which are primarily related to authentication.

  • The unicast namespace is used to target a single server registered in the hub. It redirects any call transparently to one specific server and returns any value as if the server’s XMLRPC API end point was used directly.

  • The multicast namespace is used to target multiple peripheral servers registered in the hub. It redirects any call transparently to all the specified servers and returns the results in the form of a map.

See the SUSE Manager documentation} for further details.

9.2 Reporting

Every SUSE Manager peripheral server has its own reporting (PostgreSQL) database, where information is collected for that server and its registered clients. The hub server aggregates and stores information collected from all the peripheral servers in its own reporting database. This gives you easy access to data from all clients under management.

SUSE Manager provides some preconfigured reports that you can leverage for a variety of tasks, such as taking inventory of subscribed systems, users, and organizations. You can also use an external reporting tool to create fully customized reports.

Tip
Tip

Connect to an external reporting tool only through a user account with read-only permissions.

For more on reporting, see Reports Generation.

10 Summary

SUSE Manager is the enterprise, open source solution that helps you maintain control of your IT landscape. SUSE Manager provides systems asset management, systems provisioning, and automated software management to help you keep all your systems up-to-date and secure. Seamlessly manage a broad spectrum of Linux systems on a variety of hardware architectures, hypervisors, container, IoT, and cloud platforms. And easily scale your landscape to satisfy your technical and business requirements.

12 GNU Free Documentation License

Copyright © 2000, 2001, 2002 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

0. PREAMBLE

The purpose of this License is to make a manual, textbook, or other functional and useful document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.

This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.

We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.

1. APPLICABILITY AND DEFINITIONS

This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law.

A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.

A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document’s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.

The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none.

The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.

A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque".

Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only.

The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work’s title, preceding the beginning of the body of the text.

A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition.

The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License.

2. VERBATIM COPYING

You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.

You may also lend copies, under the same conditions stated above, and you may publicly display copies.

3. COPYING IN QUANTITY

If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document’s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.

If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.

If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.

It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.

4. MODIFICATIONS

You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:

  1. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission.

  2. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement.

  3. State on the Title page the name of the publisher of the Modified Version, as the publisher.

  4. Preserve all the copyright notices of the Document.

  5. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.

  6. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.

  7. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document’s license notice.

  8. Include an unaltered copy of this License.

  9. Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence.

  10. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.

  11. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein.

  12. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles.

  13. Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version.

  14. Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with any Invariant Section.

  15. Preserve any Warranty Disclaimers.

If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version’s license notice. These titles must be distinct from any other section titles.

You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties—​for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.

You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.

The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.

5. COMBINING DOCUMENTS

You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers.

The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.

In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements".

6. COLLECTIONS OF DOCUMENTS

You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.

You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.

7. AGGREGATION WITH INDEPENDENT WORKS

A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation’s users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document.

If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document’s Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate.

8. TRANSLATION

Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail.

If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title.

9. TERMINATION

You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.

10. FUTURE REVISIONS OF THIS LICENSE

The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.

Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation.

ADDENDUM: How to use this License for your documents

Copyright (c) YEAR YOUR NAME.
   Permission is granted to copy, distribute and/or modify this document
   under the terms of the GNU Free Documentation License, Version 1.2
   or any later version published by the Free Software Foundation;
   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
   A copy of the license is included in the section entitled “GNU
   Free Documentation License”.

If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “ with…​Texts.” line with this:

with the Invariant Sections being LIST THEIR TITLES, with the
   Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.

If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation.

If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.