Moon Landing When Your System Landscape Reaches a Certain Size, Managing Linux Systems Manually Is Time-Consuming and Impractical

Total Page:16

File Type:pdf, Size:1020Kb

Moon Landing When Your System Landscape Reaches a Certain Size, Managing Linux Systems Manually Is Time-Consuming and Impractical FeAtures spacewalk © patrimonio designs patrimonio © Managing Linux systems with Spacewalk Moon Landing When your system landscape reaches a certain size, managing Linux systems manually is time-consuming and impractical. enter spacewalk: an open source tool that takes the footwork out of network management. By thorsten scherf Spacewalk [1] is the open source first has to register with the server. nels. The base channel contains the derivative of the popular Red Hat Net- Registration can be based either on RPM-based operating system, such work Satellite Server. Red Hat pub- a username/ password combination as Red Hat Enterprise Linux, Fedora, lished the source code for the server or an activation key that is pregener- or CentOS. The subchannels contain in the summer of 2008, and the com- ated by the Spacewalk server. After additional software packages that are munity has now released version 1.0. registration, the system appears in the independent of the operating system, The application’s core tasks include server’s web GUI. such as the Red Hat Cluster Suite or RPM package software provisioning, If the server has more resources, you the 389 Directory Server. managing configuration files, and can assign them to the system at this Spacewalk can clone existing chan- kickstart trees, thus supporting the point. Resources include software nels and create new channels from installation of bare-metal systems. packages or configuration files that scratch. This feature gives you full The approach that Spacewalk uses are normally organized in channels. control of the software stack that you is quite simple: Before a system can A system always has exactly one provide via Spacewalk. Configura- access Spacewalk’s resources, it base channel with optional subchan- tion channels help you distribute the 2 Issue 01-2010 AdmIn spacewalk FeAtures configuration files for the software command centrally on the Spacewalk [4], or CentOS [3] Linux. Note that packages. Spacewalk also keeps older server. Spacewalk does need a current Java versions of the files to let you roll Installing new systems is also quite Runtime Version 1.6.0 or newer. You back to a previous version at any time simple. Spacewalk has the installation can use the Open JDK for this; Fedora if the need arises. files you need in the form of kickstart includes it out of the box. Admins The software packages or configura- trees. The installation candidate uses on RHEL or CentOS can retrieve the tion files can be installed either via a boot medium such as a CD, a USB package via the additional EPEL (Ex- the target system or centrally in the stick, or a PXE-capable network card tra Packages for Enterprise Linux) Spacewalk web front end. To avoid to contact the server. The First-Stage software repository. spending too much time on the instal- Installer, which is part of the instal- Besides the Java package, an Oracle lation of a large number of systems, lation medium, defines which server 10g database is also required for you can assign systems to logical will handle the installation. installing Spacewalk. Oracle XE pro- groups and apply the installation of The remaining installation steps are vides a free version of the database. a resource to a group. For example, it handled by the Second-Stage Installer, The developers are currently working might make sense to assign all your located on the Spacewalk server and hard on implementing support for an web servers to a WWW-Server group transferred to the client system when open source database after identify- in Spacewalk. When a new version of the installation starts. If you want to ing PostgreSQL as the best alterna- the web server software is released, automate the installation fully, define tive to Oracle. As of this writing it is you would simply tell Spacewalk to the kickstart file location in the boot hard to say when official support for apply the update to the group, au- medium. The kickstart file is a kind of PostgreSQL will be available, but it tomatically updating all the systems answer file that describes the proper- makes sense to check the roadmap belonging to the group. ties of the installation candidate, such [5] or the mailing lists [6] at regular The installation uses polling by as partitioning, software, language, intervals. default; in other words, the client and firewall settings. Of course, you systems query the server at a pre- can create a kickstart file on the Oracle XE defined interval (which defaults to Spacewalk server and just include a four hours) to see if new actions have link to the file on the boot medium. After installing the repository RPM been defined since the last poll. If so, Spacewalk can manage any RPM- for your distribution, the first step is Spacewalk then runs these actions. based distribution. You even have to install Oracle Express, which you As an alternative, you can trigger the the option of operating client systems can download for free [7]. You will installation of software packages and across multiple organizations. Using need version 10.2.0.1. Besides the other actions using a push approach. the web interface, the administrator database, you also need the oracle-in- The client system and the Spacewalk creates various organizations and as- stantclient-basic and oracle-instant- server talk to each other constantly signs a certain number of system en- client-sqlplus, which you can then using the Jabber protocol. Any new titlements to them. Entitlements are install with Yum: actions you define are immediately linked to certificates that Spacewalk yum localinstall --nogpgcheck U run on the client by Spacewalk. automatically generates during the in- oracle-xe-univ*.rpm stallation. You can then add users to oracle-instantclient-basic*.rpm Ground Control the organizations. oracle-instantclient-sqlplus*.rpm If a client is registered with a user Communications are always from the account from a specific organiza- Before configuring the database, you client to the server; this is important tion, the system is assigned to this should make sure that your hostname with respect to firewall rules. A list organization. When users from the points to the correct IP address in of the network ports you need to en- organization logs into the Spacewalk your /etc/hosts to avoid problems able can be found online [2]. Besides server, they will only see the systems software package or configuration in their own organization. This fea- Listing 1: Oracle Listener Configuration file installation, actions can also run ture is useful if you manage multiple cat >> /etc/tnsnames.ora << 'EOF' arbitrary commands on the individual departments and prefer to manage the XE = systems via the Spacewalk server. systems in the individual departments (DESCRIPTION = For example, after creating a new separately. You just assign them to (ADDRESS_LIST = ( ADDRESS = (PROTOCOL = TCP)(HOST = localhost) configuration file for your web serv- different organizations, which, of (PORT = 1521)) ers and distributing it to the systems, course, you need to create up front. ) you need to restart the web server (CONNECT_DATA = process to parse the new configura- Installation (SERVICE_NAME = xe) tion instructions. Instead of logging ) in to each individual system or using Spacewalk can be installed on Red ) a for loop, simply issue the restart Hat Enterprise (RHEL) [3], Fedora EOF AdmIn Issue 01-2010 3 FeAtures spacewalk with the Oracle Listener configuration the appropriate repository in /etc/ you can set up subchannels for the later on. Use the following parameters yum.repos.d/. The following com- base channel and assign the subchan- for the configuration: mand starts the installation: nels to clients as needed. After doing so, you can use the subchannels to HTTP port for Oracle Application U yum install spacewalk-oracle distribute more RPM packages to the Express: 9055 Database listener port: 1521 Because this package depends on all systems. The packages can be your Password for SYS/SYSTEM: Password the other Spacewalk packages, the own creations or RPMs from other Start at boot: y package manager will automatically repositories. The default HTTP port for the Oracle download and install the dependen- The easiest approach to setting up a Express application (8080) is already cies in the next step. Then you can software channel is to use the web in- occupied by the Tomcat application configure the application interactively terface (Channels | Manage Software server, so you need to choose an al- with the setup tool or with the use of Channels | Create; Figure 1). Thanks ternative port to avoid conflicts. an answer file (Listing 4). to the Spacewalk API, you can also To talk to the database, you need to Pass the file in to the setup tool as script this process [8]. Call the script configure the listener in the /etc/ follows: as follows: tnsnames.ora file (Listing 1). spacewalk-setup --disconnected U create_channel.py --label=fedora-12-i386 U Now you just need to make a few --answer-file=answerfile --name "Fedora 12 32-bit" U changes to the database. To do this, --summary "32-bit Fedora 12 channel" log in to the database with sqlplus The configuration can take some time and create a spacewalk user, to which to complete as the process sets up In the script, you need to provide you could assign a password of the database tables. The setup tool the Fully Qualified Domain Name spacewalk (Listing 2). then launches all the required ser- (FQDN) for the Spacewalk server The standard configuration of Oracle vices. You can manually restart using and the user account for creating Express supports a maximum of 40 the /usr/sbin/rhn-satellite tool. the channels, such as the Spacewalk simultaneous connections, which is To configure the system, launch the administrator account created previ- not enough for Spacewalk operations.
Recommended publications
  • Not for Sale Not for Sale
    chapter 3 Installing Fedora Now comes the moment of truth. You’ve done the homework, figured out how you want to install your copy of Fedora, and you’re ready to go. This chapter won’t disappoint you. Its sole goal is to walk you through the installation process using the Anaconda graphical installer. Along the way, you will: ■ Discover how to explore Fedora—without installing it. ■ Choose which option will be best for you, installing Fedora alone or along- side another operating system. ■ Journey step by step through the installation process. ■ Create one or more users for your Fedora machine. Try Before You Buy © Cengage Learning. All rights reserved. No distribution allowed without express authorization. This section may leave you scratching your head and wondering why you just went through all of the preparation in Chapter 2. Be patient, there’s a method to this madness. All spins of Fedora are currently available to users as a LiveCD version. “LiveCD” is the label for operating systems that can be booted and run right from the CD itself—without installing on your computer’s hard drive. 41 Game Developing GWX Not For Sale Not For Sale 42 Chapter 3 ■ Installing Fedora This means that when you insert your Fedora CD into the disc drive and restart your computer, Fedora will automatically begin running on your computer without putting on any new files or touching pre-existing data on your machine. Fedora just starts up and runs. So why, you ask, should I bother installing Fedora at all? I can just run it from the CD.
    [Show full text]
  • Quick-And-Easy Deployment of a Ceph Storage Cluster with SLES with a Look at SUSE Studio, Manager and Build Service
    Quick-and-Easy Deployment of a Ceph Storage Cluster with SLES With a look at SUSE Studio, Manager and Build Service Jan Kalcic Flavio Castelli Sales Engineer Senior Software Engineer [email protected] [email protected] Agenda Ceph Introduction System Provisioning with SLES System Provisioning with SUMa 2 Agenda Ceph Introduction SUSE Studio System Provisioning with SLES SUSE Manager System Provisioning with SUMa 3 Ceph Introduction What is Ceph • Open-source software-defined storage ‒ It delivers object, block, and file storage in one unified system • It runs on commodity hardware ‒ To provide an infinitely scalable Ceph Storage Cluster ‒ Where nodes communicate with each other to replicate and redistribute data dynamically • It is based upon RADOS ‒ Reliable, Autonomic, Distributed Object Store ‒ Self-healing, self-managing, intelligent storage nodes 5 Ceph Components Monitor Ceph Storage Cluster Object Storage Device (OSD) Ceph Metadata Server (MDS) Ceph Block Device (RBD) Ceph Object Storage (RGW) Ceph Clients Ceph Filesystem Custom implementation 6 Ceph Storage Cluster • Ceph Monitor ‒ It maintains a master copy of the cluster map (i.e. cluster members, state, changes, and overall health of the cluster) • Ceph Object Storage Device (OSD) ‒ It interacts with a logical disk (e.g. LUN) to store data (i.e. handle the read/write operations on the storage disks). • Ceph Metadata Server (MDS) ‒ It provides the Ceph Filesystem service. Purpose is to store filesystem metadata (directories, file ownership, access modes, etc) in high-availability Ceph Metadata Servers 7 Architectural Overview 8 Architectural Overview 9 Deployment Overview • All Ceph clusters require: ‒ at least one monitor ‒ at least as many OSDs as copies of an object stored on the cluster • Bootstrapping the initial monitor is the first step ‒ This also sets important criteria for the cluster, (i.e.
    [Show full text]
  • Release Notes for Fedora 22
    Fedora 22 Release Notes Release Notes for Fedora 22 Edited by The Fedora Docs Team Copyright © 2015 Fedora Project Contributors. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/Legal:Trademark_guidelines. Linux® is the registered trademark of Linus Torvalds in the United States and other countries. Java® is a registered trademark of Oracle and/or its affiliates. XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries. All other trademarks are the property of their respective owners.
    [Show full text]
  • Red Hat Enterprise Linux 8 Security Hardening
    Red Hat Enterprise Linux 8 Security hardening Securing Red Hat Enterprise Linux 8 Last Updated: 2021-09-06 Red Hat Enterprise Linux 8 Security hardening Securing Red Hat Enterprise Linux 8 Legal Notice Copyright © 2021 Red Hat, Inc. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/ . In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
    [Show full text]
  • Questions for Openshift
    www.YoYoBrain.com - Accelerators for Memory and Learning Questions for OpenShift Category: Default - (402 questions) OpenShift:&nbsp; 2 primary tools to serve 1. container runtime - creates containers in application in OpenShift platform Linux 2. orchestration engine - manage cluster of servers running containers OpenShift:&nbsp; routing layer a software load balancer, when an application is deployed in OpenShift, a DNS entry is created and added to the load balancer, which interfaces with the Kubernetes service OpenShift:&nbsp; log into cluster and create oc&nbsp;login -u dev -p dev http://....:8443 user named dev with password dev OpenShift:&nbsp; what is the default port for 8443 OpenShift cluster OpenShift:&nbsp; what is a cluster's initial All All identity provider user name/password configuration allows any user and password combination to log in. OpenShift:&nbsp; ____ are the fundamental projects way applications are organized OpenShift:&nbsp; to create a project called oc&nbsp;new-project image-update image-update --display-name='My image update project' OpenShift:&nbsp; how to change to project oc&nbsp;project myProj myProj OpenShift:&nbsp; each application application source code deployment's image is created using _____ custom base image called a builder image and ____ OpenShift:&nbsp; the component that build config controls the creation of your application containers is _____ OpenShift:&nbsp; ____ contains all the info build config needed to build an application using its source code OpenShift:&nbsp; 4 things in build config 1. URL for the application source code 2. Name of builder image to use 3. Name of the application container image that is created 4.
    [Show full text]
  • Spacewalk 2.0 for Oracle® Linux 6 Release Notes
    Spacewalk 2.0 for Oracle® Linux 6 Release Notes E51125-11 August 2017 Oracle Legal Notices Copyright © 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S.
    [Show full text]
  • Installation Guide: Uyuni 2020.05
    Installation Guide Uyuni 2020.05 May 19, 2020 Table of Contents GNU Free Documentation License 1 Introduction 8 Installing Uyuni . 8 General Requirements 9 Obtain Your SUSE Customer Center Credentials . 9 Obtain the Unified Installer . 9 Supported Browsers for the SUSE Manager Web UI . 10 Partition Permissions . 10 Hardware Requirements . 11 Server Hardware Requirements . 11 Proxy Hardware Requirements . 12 Network Requirements . 13 Network Ports . 14 Public Cloud Requirements . 19 Instance Requirements. 20 Network Requirements . 20 Separate Storage Volumes. 20 Installation 22 Installing Uyuni 2020.05 Server. 22 Uyuni 2020.05 Proxy . 25 Install SUSE Manager in a Virtual Machine Environment with JeOS. 27 Virtual Machine Manager (virt-manager) Settings . 27 JeOS KVM Settings . 28 Preparing JeOS for SUSE Manager . 28 Install Uyuni Proxy from packages. 30 SLES KVM Requirements. 30 Change SLES for SUSE Manager Proxy . 31 Installing on IBM Z . 32 System Requirements . 33 Install Uyuni on IBM Z . 34 Setting Up 35 SUSE Manager Server Setup . 35 Set up Uyuni with YaST . 35 Creating the Main Administration Account . 37 Synchronizing Products from SUSE Customer Center. 38 SUSE Manager Proxy Registration . 40 SUSE Manager Proxy Setup. 44 Copy Server Certificate and Key . 44 Run configure-proxy.sh. 45 Enable PXE Boot . 46 Replace a Uyuni Proxy . 47 Web Interface Setup . 48 Web Interface Navigation . 49 Public Cloud Setup. 51 Account Credentials . 52 Setup Wizard . 53 Configure the HTTP Proxy . 53 Configure Organization Credentials. 53 Configure Products . 54 GNU Free Documentation License Copyright © 2000, 2001, 2002 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    [Show full text]
  • Vulnerability Summary for the Week of June 5, 2017
    Vulnerability Summary for the Week of June 5, 2017 Please Note: • The vulnerabilities are categorized by their level of severity which is either High, Medium or Low. • The CVE identity number is the publicly known ID given to that particular vulnerability. Therefore, you can search the status of that particular vulnerability using that ID. • The CVSS (Common Vulnerability Scoring System) score is a standard scoring system used to determine the severity of the vulnerability. High Vulnerabilities Primary CVSS Source & Patch Vendor -- Product Description Published Score Info In Apache Hadoop 2.8.0, 3.0.0-alpha1, and 3.0.0-alpha2, the LinuxContainerExecutor runs docker commands as root with CVE-2017-7669 insufficient input validation. When the docker BID(link is feature is enabled, authenticated users can run 2017-06- external) apache -- hadoop commands as root. 04 8.5 MLIST CVE-2017-9364 Unrestricted File Upload exists in BigTree CONFIRM(link CMS through 4.2.18: if an attacker uploads an is external) bigtreecms -- 'xxx.pht' or 'xxx.phtml' file, they could bypass 2017-06- CONFIRM(link bigtree_cms a safety check and execute any code. 02 7.5 is external) CVE-2017-9435 Dolibarr ERP/CRM before 5.0.3 is vulnerable CONFIRM(link to a SQL injection in user/index.php is external) (search_supervisor and search_statut 2017-06- CONFIRM(link dolibarr -- dolibarr parameters). 05 7.5 is external) CVE-2014-9923 In NAS in all Android releases from CAF BID(link is using the Linux kernel, a Buffer Copy external) without Checking Size of Input vulnerability 2017-06- CONFIRM(link google -- android could potentially exist.
    [Show full text]
  • Guide to Open Source Solutions
    White paper ___________________________ Guide to open source solutions “Guide to open source by Smile ” Page 2 PREAMBLE SMILE Smile is a company of engineers specialising in the implementing of open source solutions OM and the integrating of systems relying on open source. Smile is member of APRIL, the C . association for the promotion and defence of free software, Alliance Libre, PLOSS, and PLOSS RA, which are regional cluster associations of free software companies. OSS Smile has 600 throughout the World which makes it the largest company in Europe - specialising in open source. Since approximately 2000, Smile has been actively supervising developments in technology which enables it to discover the most promising open source products, to qualify and assess them so as to offer its clients the most accomplished, robust and sustainable products. SMILE . This approach has led to a range of white papers covering various fields of application: Content management (2004), portals (2005), business intelligence (2006), PHP frameworks (2007), virtualisation (2007), and electronic document management (2008), as well as PGIs/ERPs (2008). Among the works published in 2009, we would also cite “open source VPN’s”, “Firewall open source flow control”, and “Middleware”, within the framework of the WWW “System and Infrastructure” collection. Each of these works presents a selection of best open source solutions for the domain in question, their respective qualities as well as operational feedback. As open source solutions continue to acquire new domains, Smile will be there to help its clients benefit from these in a risk-free way. Smile is present in the European IT landscape as the integration architect of choice to support the largest companies in the adoption of the best open source solutions.
    [Show full text]
  • Spacewalk + Fedora = 42
    Spacewalk + Fedora = 42 What is Spacewalk? A systems management platform designed to provide complete lifecycle management of the operating system and applications. ● Inventory your systems (hardware & software information) ● Install and update software on your systems ● Manage and deploy configuration files ● Collect and distribute custom software packages ● Provision (Kickstart) your systems ● Monitor your systems ● Provision/Manage virtual guests Life Cycle of a System ● Provision a new system (on hardware or virt) ● Install software/updates ● Configure software ● Continued management of system ● Re-provision for a new purpose How can I manage my custom software? ● Create custom channels ● Allows control over latest software a system can install ● Store custom software within custom channels ● Easily install/update/remove packages from web interface How can I configure my software? ● Built in configuration management ● Rank configuration channels based on priority ● Can be deployed at provisioning/registration time ● Local overrides for individual systems ● Supports multiple revisions of files/directories ● Import existing files from systems ● Diff configuration files between actual and stored revisions How can I manage these systems across my organizations? ● Completely separate content and systems ● Manage entitlements across organizations ● Restrict entitlement usage ● Upcoming features – Custom Channel Sharing between orgs – Migrate registered systems between orgs Check out the MultiOrg Best Practices Whitepaper: https://www.redhat.com/f/pdf/rhn/Multiorg-whitepaper_final.pdf
    [Show full text]
  • Spacewalk 2.4 for Oracle® Linux Concepts and Getting Started Guide
    Spacewalk 2.4 for Oracle® Linux Concepts and Getting Started Guide E71709-03 January 2017 Oracle Legal Notices Copyright © 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S.
    [Show full text]
  • Red Hat Directory Server 11 Installation Guide
    Red Hat Directory Server 11 Installation Guide Instructions for installing Red Hat Directory Server Last Updated: 2021-04-23 Red Hat Directory Server 11 Installation Guide Instructions for installing Red Hat Directory Server Marc Muehlfeld Red Hat Customer Content Services [email protected] Legal Notice Copyright © 2021 Red Hat, Inc. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/ . In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
    [Show full text]