SUSE Linux Enterprise Server 12 SP5 Storage Administration Guide Storage Administration Guide SUSE Linux Enterprise Server 12 SP5

Total Page:16

File Type:pdf, Size:1020Kb

SUSE Linux Enterprise Server 12 SP5 Storage Administration Guide Storage Administration Guide SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12 SP5 Storage Administration Guide Storage Administration Guide SUSE Linux Enterprise Server 12 SP5 Provides information about how to manage storage devices on a SUSE Linux Enterprise Server. Publication Date: September 24, 2021 SUSE LLC 1800 South Novell Place Provo, UT 84606 USA https://documentation.suse.com Copyright © 2006– 2021 SUSE LLC and contributors. All rights reserved. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or (at your option) version 1.3; with the Invariant Section being this copyright notice and license. A copy of the license version 1.2 is included in the section entitled “GNU Free Documentation License”. For SUSE trademarks, see https://www.suse.com/company/legal/ . All other third-party trademarks are the property of their respective owners. Trademark symbols (®, ™ etc.) denote trademarks of SUSE and its aliates. Asterisks (*) denote third-party trademarks. All information found in this book has been compiled with utmost attention to detail. However, this does not guarantee complete accuracy. Neither SUSE LLC, its aliates, the authors nor the translators shall be held liable for possible errors or the consequences thereof. Contents About This Guide xi 1 Available Documentation xi 2 Giving Feedback xiii 3 Documentation Conventions xiii 4 Product Life Cycle and Support xv Support Statement for SUSE Linux Enterprise Server xv • Technology Previews xvi I FILE SYSTEMS AND MOUNTING 1 1 Overview of File Systems in Linux 2 1.1 Terminology 3 1.2 Btrfs 3 Key Features 4 • The Root File System Setup on SUSE Linux Enterprise Server 4 • Migration from Ext and ReiserFS File Systems to Btrfs 9 • Btrfs Administration 10 • Btrfs Quota Support for Subvolumes 10 • Btrfs send/receive 11 • Data Deduplication Support 15 • Deleting Subvolumes from the Root File System 16 1.3 XFS 17 High Scalability by Using Allocation Groups 17 • High Performance through Efficient Management of Disk Space 17 • Preallocation to Avoid File System Fragmentation 18 1.4 Ext2 18 1.5 Ext3 19 Easy and Highly Reliable Upgrades from Ext2 19 • Reliability and Performance 20 • Converting an Ext2 File System into Ext3 20 • Ext3 File System Inode Size and Number of Inodes 21 iii Storage Administration Guide 1.6 Ext4 25 1.7 ReiserFS 26 1.8 Other Supported File Systems 26 1.9 Large File Support in Linux 27 1.10 Linux Kernel Storage Limitations 29 1.11 Troubleshooting File Systems 29 Btrfs Error: No space is left on device 30 • Freeing Unused File System Blocks 31 • Btrfs: Balancing Data across Devices 32 • No Defragmentation on SSDs 33 1.12 Additional Information 33 2 Resizing File Systems 35 2.1 Use Cases 35 2.2 Guidelines for Resizing 35 File Systems that Support Resizing 36 • Increasing the Size of a File System 36 • Decreasing the Size of a File System 37 2.3 Changing the Size of a Btrfs File System 37 2.4 Changing the Size of an XFS File System 38 2.5 Changing the Size of an Ext2, Ext3, or Ext4 File System 39 2.6 Changing the Size of a Reiser File System 40 3 Using UUIDs to Mount Devices 41 3.1 Persistent Device Names with udev 41 3.2 Understanding UUIDs 41 3.3 Additional Information 42 4 Multi-tier Caching for Block Device Operations 43 4.1 General Terminology 43 4.2 Caching Modes 44 iv Storage Administration Guide 4.3 bcache 45 Main Features 45 • Setting Up a bcache Device 45 • bcache Configuration Using sysfs 47 4.4 lvmcache 47 Configuring lvmcache 47 • Removing a Cache Pool 49 II LOGICAL VOLUMES (LVM) 51 5 LVM Configuration 52 5.1 Understanding the Logical Volume Manager 52 5.2 Creating Volume Groups 54 5.3 Creating Logical Volumes 57 Thinly Provisioned Logical Volumes 60 • Creating Mirrored Volumes 61 5.4 Automatically Activating Non-Root LVM Volume Groups 62 5.5 Resizing an Existing Volume Group 63 5.6 Resizing a Logical Volume 64 5.7 Deleting a Volume Group or a Logical Volume 66 5.8 Using LVM Commands 67 Resizing a Logical Volume with Commands 70 • Dynamic Aggregation of LVM Metadata via lvmetad 72 • Using LVM Cache Volumes 73 5.9 Tagging LVM2 Storage Objects 74 Using LVM2 Tags 74 • Requirements for Creating LVM2 Tags 75 • Command Line Tag Syntax 75 • Configuration File Syntax 76 • Using Tags for a Simple Activation Control in a Cluster 77 • Using Tags to Activate On Preferred Hosts in a Cluster 78 6 LVM Volume Snapshots 81 6.1 Understanding Volume Snapshots 81 6.2 Creating Linux Snapshots with LVM 83 6.3 Monitoring a Snapshot 83 v Storage Administration Guide 6.4 Deleting Linux Snapshots 84 6.5 Using Snapshots for Virtual Machines on a Virtual Host 84 6.6 Merging a Snapshot with the Source Logical Volume to Revert Changes or Roll Back to a Previous State 86 III SOFTWARE RAID 89 7 Software RAID Configuration 90 7.1 Understanding RAID Levels 90 RAID 0 90 • RAID 1 91 • RAID 2 and RAID 3 91 • RAID 4 91 • RAID 5 91 • RAID 6 92 • Nested and Complex RAID Levels 92 7.2 Soft RAID Configuration with YaST 92 RAID Names 95 7.3 Troubleshooting Software RAIDs 96 Recovery after Failing Disk is Back Again 96 7.4 For More Information 97 8 Configuring Software RAID for the Root Partition 98 8.1 Prerequisites for Using a Software RAID Device for the Root Partition 98 8.2 Setting Up the System with a Software RAID Device for the Root (/) Partition 99 9 Creating Software RAID 10 Devices 103 9.1 Creating Nested RAID 10 Devices with mdadm 103 Creating Nested RAID 10 (1+0) with mdadm 104 • Creating Nested RAID 10 (0+1) with mdadm 106 9.2 Creating a Complex RAID 10 108 Number of Devices and Replicas in the Complex RAID 10 109 • Layout 110 • Creating a Complex RAID 10 with the YaST Partitioner 112 • Creating a Complex RAID 10 with mdadm 115 vi Storage Administration Guide 10 Creating a Degraded RAID Array 118 11 Resizing Software RAID Arrays with mdadm 120 11.1 Increasing the Size of a Software RAID 121 Increasing the Size of Component Partitions 122 • Increasing the Size of the RAID Array 123 • Increasing the Size of the File System 124 11.2 Decreasing the Size of a Software RAID 125 Decreasing the Size of the File System 125 • Decreasing the Size of the RAID Array 125 • Decreasing the Size of Component Partitions 126 12 Storage Enclosure LED Utilities for MD Software RAIDs 129 12.1 The Storage Enclosure LED Monitor Service 130 12.2 The Storage Enclosure LED Control Application 131 Pattern Names 132 • List of Devices 135 • Examples 136 12.3 Additional Information 136 IV NETWORK STORAGE 137 13 iSNS for Linux 138 13.1 How iSNS Works 138 13.2 Installing iSNS Server for Linux 140 13.3 Configuring iSNS Discovery Domains 142 Creating iSNS Discovery Domains 142 • Adding iSCSI Nodes to a Discovery Domain 143 13.4 Starting the iSNS Service 145 13.5 For More Information 145 14 Mass Storage over IP Networks: iSCSI 146 14.1 Installing the iSCSI LIO Target Server and iSCSI Initiator 147 vii Storage Administration Guide 14.2 Setting Up an iSCSI LIO Target Server 148 iSCSI LIO Target Service Start-up and Firewall Settings 148 • Configuring Authentication for Discovery of iSCSI LIO Targets and Initiators 149 • Preparing the Storage Space 151 • Setting Up an iSCSI LIO Target Group 152 • Modifying an iSCSI LIO Target Group 156 • Deleting an iSCSI LIO Target Group 156 14.3 Configuring iSCSI Initiator 157 Using YaST for the iSCSI Initiator Configuration 157 • Setting Up the iSCSI Initiator Manually 160 • The iSCSI Initiator Databases 161 14.4 Using iSCSI Disks when Installing 163 14.5 Troubleshooting iSCSI 163 Portal Error When Setting Up Target LUNs on an iSCSI LIO Target Server 163 • iSCSI LIO Targets Are Not Visible from Other Computers 164 • Data Packets Dropped for iSCSI Traffic 164 • Using iSCSI Volumes with LVM 164 • iSCSI Targets Are Mounted When the Configuration File Is Set to Manual 165 14.6 iSCSI LIO Target Terminology 165 14.7 Additional Information 167 15 Fibre Channel Storage over Ethernet Networks: FCoE 168 15.1 Configuring FCoE Interfaces during the Installation 169 15.2 Installing FCoE and the YaST FCoE Client 170 15.3 Managing FCoE Services with YaST 171 15.4 Configuring FCoE with Commands 174 15.5 Managing FCoE Instances with the FCoE Administration Tool 176 15.6 Additional Information 178 16 NVMe over Fabric 179 16.1 Overview 179 viii Storage Administration Guide 16.2 Setting Up an NVMe over Fabric Host 179 Installing Command Line Client 179 • Discovering NVMe over Fabric Targets 180 • Connecting to NVMe over Fabric Targets 180 • Multipathing 181 16.3 Setting Up an NVMe over Fabric Target 181 Installing Command Line Client 181 • Configuration Steps 181 • Back Up and Restore Target Configuration 183 16.4 Special Hardware Configuration 184 Overview 184 • Broadcom 184 • Marvell 184 16.5 More Information 185 17 Managing Multipath I/O for Devices 186 17.1 Understanding Multipath I/O 186 17.2 Hardware Support 186 Storage Arrays That Are Automatically Detected for Multipathing 187 • Tested Storage Arrays for Multipathing Support 189 • Storage Arrays that Require Specific Hardware Handlers 190 17.3 Planning for Multipathing 190 Prerequisites 190 • Disk Management Tasks 191 • Software RAIDs 191 • High-Availability Solutions 192 • Always Keep the initrd in Synchronization with the System Configuration 192 17.4 Multipath Management Tools 192 Device Mapper Multipath Module 193 • Multipath I/O Management Tools 195 • Using MDADM for Multipathed Devices 196 • The multipath Command 196 • The mpathpersist Utility 199 17.5 Configuring the System for Multipathing 200 Enabling, Disabling, Starting and Stopping Multipath I/O Services 200 • Preparing SAN Devices
Recommended publications
  • General Specs Copying Connectivity
    General Specs Part no. 27X0128 Packaged Size (mm - H x 24 x 178 x 191 mm W x D) Packaged Weight, kg 0.099 kg Copying Network Type IEEE 802.11 b/g/n Wireless SISO 1x1 Connectivity Network Type IEEE 802.11 b/g/n Wireless SISO 1x1 Connectors One USB port (Type B) for Configuration Network Protocol Support TCP/IP IPv6, TCP/IP IPv4, AppleTalk™, TCP, UDP Network Printing Methods LPR/LPD, Function may vary by printer or MFP., Direct IP (Port 9100), HTTP, Telnet, FTP, TFTP, Enhanced IP (Port 9400), ThinPrint .print integration, IPP 1.0, 1.1, 2.0 (Internet Printing Protocol) Network Management DHCP, APIPA (AutoIP), BOOTP, RARP, mDNS, IGMP, SLPv1, Bonjour, WINS, DDNS, SNMPv3, Function may Protocols vary by printer or MFP., SNMPv2c, Telnet, NTP, ICMP, DNS, ARP, HTTPs (SSL1 /TLS), Finger Network Security IPSec, SNMPv3, 802.1x Authentication: MD5, MSCHAPv2, LEAP, PEAP, TLS, TTLS Wireless Network WEP Encryption (64- and 128-bit key), 1x1 802.11i b/g/n 72Mbps, WPA2™ - Enterprise with Certificate Management, WPA2™ - Personal Supported Operating Systems Microsoft Windows Windows Server 2008 x64 running Terminal Services, Windows Server 2008 x64, Windows Server 2008 running Operating Systems Terminal Services, Windows 8.1, Windows Server 2008 R2 Supported running Terminal Services, Windows 8, Windows Server 2008, Windows Server 2008 R2, Windows 8 x64, Windows 7 x64, Windows Server 2012, Windows RT 8.1, Windows XP x64, Windows Server 2003 x64, Windows RT, Windows Server 2003, Windows Server 2012 R2, Windows XP, Windows Server 2003 x64 running
    [Show full text]
  • IBM Power Systems Private Cloud Solution Is Enhanced to Support Selected SUSE Linux Enterprise Server Subscriptions As Shared Utility Capacity Resources
    IBM United States Hardware Announcement 121-045, dated April 20, 2021 IBM Power Systems Private Cloud Solution is enhanced to support selected SUSE Linux Enterprise Server subscriptions as Shared Utility Capacity resources Table of contents 1 Overview 1 Description 1 Key requirements 2 Order now 1 Effective date Overview The IBM(R) Power(R) Systems Private Cloud Solution with Shared Utility Capacity was initially launched with support to share Base processor and memory hardware resources, as well as AIX(R) and IBM i license entitlements, across a collection of similar Power servers in an enterprise. Now, selected SUSE Linux(R) Enterprise Server (SLES) subscription offerings will be supported as Base and Metered Capacity resources within an IBM Power Enterprise Pool (2.0) of IBM Power System E980 or E950 servers. Key requirements • For Linux metering, HMC 950 is required. Effective date April 30, 2021 Description SUSE Linux Enterprise Server subscription offerings will now be monitored, shared as Base Capacity, and made available as pay-per-use Metered Capacity resources when a Power Enterprise Pool (2.0) consisting of Power E980 or Power E950 systems is started: 5639-15S 5639-12S SUSE Linux Enterprise Server for Power with Base 1 - 2 Socket, Unlimited LPAR and Priority Subscription or Priority Subscription/Support features 5639-SAP SUSE Linux Enterprise Server for SAP Applications for Power with 1 - 2 Socket, Unlimited LPAR and Priority Subscription or Priority Subscription/Support features Base Capacity resources may be shared across systems within a pool. SLES Base subscription entitlement for each system will be set to the number of cores available in the quantity of sockets entitled by the current, valid subscription for that system IBM United States Hardware Announcement 121-045 IBM is a registered trademark of International Business Machines Corporation 1 (the number of cores per chip multiplied by the quantity of sockets acquired in the current subscription).
    [Show full text]
  • Micro Focus File Reporter 3.6 Installation Guide
    Micro Focus File Reporter 3.6 Installation Guide January 6, 2020 Legal Notices Condrey Corporation makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. Further, Condrey Corporation reserves the right to revise this publication and to make changes to its content, at any time, without obligation to notify any person or entity of such revisions or changes. Further, Condrey Corporation makes no representations or warranties with respect to any software, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. Further, Condrey Corporation reserves the right to make changes to any and all parts of the software at any time, without obligation to notify any person or entity of such revisions or changes. See the Software EULA for full license and warranty information with regard to the Software. Any products or technical information provided under this Agreement may be subject to U.S. export controls and the trade laws of other countries. You agree to comply with all export control regulations and to obtain any required licenses or classification to export, re-export, or import deliverables. You agree not to export or re-export to entities on the current U.S. export exclusion lists or to any embargoed or terrorist countries as specified in the U.S. export laws. You agree to not use deliverables for prohibited nuclear, missile, or chemical biological weaponry end uses. Condrey Corporation assumes no responsibility for your failure to obtain any necessary export approvals.
    [Show full text]
  • Netbackup ™ Enterprise Server and Server 8.0 - 8.X.X OS Software Compatibility List Created on September 08, 2021
    Veritas NetBackup ™ Enterprise Server and Server 8.0 - 8.x.x OS Software Compatibility List Created on September 08, 2021 Click here for the HTML version of this document. <https://download.veritas.com/resources/content/live/OSVC/100046000/100046611/en_US/nbu_80_scl.html> Copyright © 2021 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas Logo, and NetBackup are trademarks or registered trademarks of Veritas Technologies LLC in the U.S. and other countries. Other names may be trademarks of their respective owners. Veritas NetBackup ™ Enterprise Server and Server 8.0 - 8.x.x OS Software Compatibility List 2021-09-08 Introduction This Software Compatibility List (SCL) document contains information for Veritas NetBackup 8.0 through 8.x.x. It covers NetBackup Server (which includes Enterprise Server and Server), Client, Bare Metal Restore (BMR), Clustered Master Server Compatibility and Storage Stacks, Deduplication, File System Compatibility, NetBackup OpsCenter, NetBackup Access Control (NBAC), SAN Media Server/SAN Client/FT Media Server, Virtual System Compatibility and NetBackup Self Service Support. It is divided into bookmarks on the left that can be expanded. IPV6 and Dual Stack environments are supported from NetBackup 8.1.1 onwards with few limitations, refer technote for additional information <http://www.veritas.com/docs/100041420> For information about certain NetBackup features, functionality, 3rd-party product integration, Veritas product integration, applications, databases, and OS platforms that Veritas intends to replace with newer and improved functionality, or in some cases, discontinue without replacement, please see the widget titled "NetBackup Future Platform and Feature Plans" at <https://sort.veritas.com/netbackup> Reference Article <https://www.veritas.com/docs/100040093> for links to all other NetBackup compatibility lists.
    [Show full text]
  • NSS File System Administration Guide for Linux Is Available on the OES Documentation Website
    Open Enterprise Server 11 SP3 Novell Storage ServicesTM File System Administration Guide for Linux July 2016 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent policy, and FIPS compliance, see https://www.novell.com/company/legal/. Copyright © 2016 Novell, Inc. All Rights Reserved. Contents About This Guide 19 1 Overview of NSS 23 1.1 Introduction to NSS . 23 1.2 Benefits of NSS . 23 1.3 Understanding NSS . 24 1.3.1 Storage Pools . 24 1.3.2 NSS Volumes. 25 1.4 NSS Features and Capabilities . 25 1.4.1 Use Less Memory and Gain More Speed . 26 1.4.2 Improve Storage Availability. 26 1.4.3 Prevent Unauthorized Access . 26 1.4.4 Protect Data from Corruption or Loss . 27 1.4.5 Maximize Available Space . .27 1.5 Comparison of NSS to Other File Systems . 28 1.6 What’s Next . 28 2 What’s New or Changed in NSS 29 2.1 What’s New or Changed in NSS (May 2017 Patch). 29 2.2 What’s New or Changed in NSS (September 2016 Patch) . 29 2.3 What’s New or Changed in NSS (OES 11 SP3). 29 2.4 What’s New or Changed in NSS (OES 11 SP2). 30 2.5 What’s New or Changed in NSS (OES 11 SP1). 30 2.6 What’s New or Changed in NSS (OES 11) . .31 3 Installing and Configuring Novell Storage Services 33 3.1 Requirements for Installing NSS . 33 3.1.1 Device Requirements .
    [Show full text]
  • Android Apps for Absolute Beginners
    Android Apps for Absolute Beginners ■ ■ ■ Wallace Jackson i Android Apps For Absolute Beginners Copyright © 2011 by Wallace Jackson All rights reserved. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without the prior written permission of the copyright owner and the publisher. ISBN 978-1-4302-3446-3 ISBN 978-1-4302-3447-0 (eBook) Printed and bound in the United States of America (POD) Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. President and Publisher: Paul Manning Lead Editor: Matthew Moodie Technical Reviewer: Kunal Mittal Editorial Board: Steve Anglin, Mark Beckner, Ewan Buckingham, Gary Cornell, Jonathan Gennick, Jonathan Hassell, Michelle Lowman, Matthew Moodie, Jeff Olson, Jeffrey Pepper, Frank Pohlmann, Douglas Pundick, Ben Renow-Clarke, Dominic Shakeshaft, Matt Wade, Tom Welsh Coordinating Editor: Corbin Collins Copy Editors: Marilyn Smith, Sharon Terdeman, Tracy Brown Compositor: MacPS, LLC Indexer: BIM Indexing & Proofreading Services Artist: April Milne Cover Designer: Anna Ishchenko Distributed to the book trade worldwide by Springer Science+Business Media, LLC., 233 Spring Street, 6th Floor, New York, NY 10013.
    [Show full text]
  • Remote Management Agent Technical Specifications
    Remote Management Agent Technical Specifications HARDWARE REQUIREMENTS These requirements include in-store systems running the Master Agent (MA) or General Agent (GA) The Master Agent (MA) operates on a - TCx Sky Enhanced nominated in store device that runs one - Microsoft Windows of the following operating systems and - Linux provides a consolidated interface to REMS The in-store processor requirements - Processor: minimum 1 GHz processor - Memory: 2 GB The Master Agent memory requirements - Memory: 80 MB w/o any extensions or connected General Agents Note: Memory usage will increase, depending on the number of general agents connected to the Master Agent. The General Agent (GA) runs as a system - TCx Sky Controller service on: - Microsoft Windows system - Linux system - Java virtual machine (JVM) embedded agent The General Agent service requirements - Memory: 40 MB virtual memory running in a TCx Sky or Linux environment - Memory: 70 MB virtual memory running in a Windows environment Note: The MA and GA services cannot be installed on the same computer. The RMA agent (Master or General) This will require additional memory for each terminal. running on the TCx Sky Master Controller is used to manage each terminal in the store. Note: RMA 4.1 supports communication with previous levels of the GA. SOFTWARE REQUIREMENTS Java Install the appropriate Java Runtime Environment (JRE) for your platform on the system, to run Master and General Agents. Note: The JRE will not be shipped/bundled along with RMA version 3.2.2 and later. You will need to provide the JRE. For TCx Sky Remote Management Agents, you will not need to provide the JRE as the OS will facilitate the same.
    [Show full text]
  • Opensuse Leap to SLES: More Than the Sum of Its Parts
    openSUSE Leap to SLES: More Than The Sum Of Its Parts... Session TUT-1418 Udo Seidel Jeff Lindholm Tech-Writer and Enterprise Architect Sales Engineering Manager Amadeus SUSE [email protected] [email protected] 1 • Udo Seidel • Jeff Lindholm – SUSE • Teacher for Math and Physics • Detroit, MI USA • Linux and Open Source since 1996 • SUSE Evangelist since 2004 • Linux • Sales Engineering Manager • Software Defined Storage • OpenSUSE Community supporter • Openstack • Technology Focus • Container • Cloud Native Infrastructure • Raspberry Pi and Co • Application Transformation • … • Enterprise Linux • Enterprise Architect and Tech-Writer 2 Agenda 1. DevOPS Experience – Developer Use Case 2. OpenSUSE Community – Flexible Developer Platform 1. OpenSUSE Tumbleweed – Rolling Release 2. OpenSUSE Leap 15 – Stable Release 3. SUSE Linux Enterprise Server 15 4. LEAP SLE Interoperability and Supported Migration Use Cases 5. Demonstration – Leap Migration 6. Questions and Answers 3 4 SUSE Solutions For DevOps A suite of flexible, modular open source solutions CODE PLAN DEPLOY OBS, PackageHub, SUSE SUSE Linux Enterprise SUSE Application Delivery, Manager, Portus, GitHub openSUSE SUSE Public Cloud, SUSE Manager, Salt, Kubernetes BUILD OBS, SUSE Studio, SUSE Manager, KIWI, Docker open source project OPERATE & MONITOR SUSE Manager, SUSE Enterprise Storage, SUSE Application Delivery, TEST & RELEASE Kubernetes openQA, Jenkins 5 SUSE & openSUSE – Working Together Stable code and contributions Mutual collaboration Upstream innovations 6 These common elements are core to all openSUSE and SUSE distributions • YaST • openSUSE Build Service • Stability and testing - openQA 7 The openSUSE Distributions 8 openSUSE Tumbleweed • The Tumbleweed distribution is a pure rolling release version of openSUSE containing the latest stable versions of all software instead of relying on rigid periodic release cycles.
    [Show full text]
  • What's up with SUSE?
    March 11, 2021 What’s up with SUSE? Picture Welcome to TriLug! 1.History of SUSE 2.SUSE Linux Distros 3.Other Products 4.Tease about Rancher Copyright © SUSE 2021 2 Who is this guy? • Joined SUSE in March 2018 • Formerly with Western Digital, SanDisk, Fusion-io, SteelEye Tech.,Sun Microsystems, Lockheed • MS Computer Science, West Virginia • Attending TriLug since 2007 • Takes care of his wife's chickens.... Dwain Sims Sales Engineer [email protected] [email protected] +1 919-480-1774 Copyright © SUSE 2021 3 What means SUSE? Copyright © SUSE 2021 4 S.u.S.E. Roland Dyroff, Thomas Fehr, Burchard Steinbild and Hubert Mantel found S.u.S.E., 1992. SUSE is a German acronym for "Software und System-Entwicklung" (software and systems development). Softlanding Linux System (SLS) was one of the earliest Liunx disros. (Slackware was initially based on SLS) First true S.u.S.E. Liunx distro was 4.2, in 1996. Copyright © SUSE 2021 5 How is SUSE pronounced? Copyright © SUSE 2021 6 Brief History of SUSE Copyright © SUSE 2021 7 A BOUT S US E 28 Years of Leadership in True Open Source 1992 to 2000 2001 to 2010 2011 to Present 2017 to Present Becoming strategic partner of From Linux Pioneer to The Pioneering Enabling an Always Open SAP and building a strong Software-Defined Years Data Center ecosystem Infrastructure and Edge Important Milestones 1992 2010 2020 SUSE brings Linux to the Linux-based solution Acquires enterprise with AWS Rancher Labs 2020 2008 2019 Partnership with SUSE celebrates first year of Joint innovation with SAP EQT independence 8 Copyright © SUSE 2020.
    [Show full text]
  • Oes 2018 Sp2)
    Open Enterprise Server 2018 SP2 Installation Guide August 2020 Legal Notices Copyright © 2017 - 2020 Micro Focus or one of its affiliates. The only warranties for products and services of Micro Focus and its affiliates and licensors (“Micro Focus”) are as may be set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. Micro Focus shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Contents About This Guide 9 1 What’s New or Changed in the OES Install 11 1.1 What’s New or Changed (OES 2018 SP2) . .11 1.2 What’s New or Changed (OES 2018 SP1) . .11 1.3 What's New or Changed (Update 6 - OES 2018 - Recommended) . 12 1.4 What’s New or Changed (OES 2018) . 12 2 Preparing to Install OES 2018 SP2 13 2.1 Before You Install . 13 2.2 Meeting All Server Software and Hardware Requirements . 13 2.2.1 Server Software . 13 2.2.2 Server Hardware . 14 2.3 NetIQ eDirectory Rights Needed for Installing OES. .15 2.3.1 Rights to Install the First OES Server in a Tree . 15 2.3.2 Rights to Install the First Three Servers in an eDirectory Tree . 15 2.3.3 Rights to Install the First Three Servers in any eDirectory Partition . 15 2.4 Installing and Configuring OES as a Subcontainer Administrator . 15 2.4.1 Rights Required for Subcontainer Administrators . 16 2.4.2 Providing Required Rights to the Subcontainer Administrator for Installing and Managing Samba.
    [Show full text]
  • Installation Quick Start Installation Quick Start SUSE Linux Enterprise Server for SAP Applications 15 SP1
    SUSE Linux Enterprise Server for SAP Applications 15 SP1 Installation Quick Start Installation Quick Start SUSE Linux Enterprise Server for SAP Applications 15 SP1 Publication Date: September 24, 2021 SUSE LLC 1800 South Novell Place Provo, UT 84606 USA https://documentation.suse.com Copyright © 2010–2021 SUSE LLC and contributors. All rights reserved. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or (at your option) version 1.3; with the Invariant Section being this copyright notice and license. A copy of the license version 1.2 is included in the section entitled “GNU Free Documentation License”. For SUSE trademarks, see http://www.suse.com/company/legal/ . All third-party trademarks are the property of their respective owners. Trademark symbols (®, ™ etc.) denote trademarks of SUSE and its aliates. Asterisks (*) denote third-party trademarks. All information found in this book has been compiled with utmost attention to detail. However, this does not guarantee complete accuracy. Neither SUSE LLC, its aliates, the authors nor the translators shall be held liable for possible errors or the consequences thereof. Contents About This Guide v 1 What Is SUSE Linux Enterprise Server for SAP Applications? 1 1.1 Software Components 2 2 Planning the Installation 4 2.1 Hardware Requirements 4 2.2 Installation Image 5 2.3 Offline Migration 5 2.4 Overview of the Installation Workflow 6 2.5 Required Data for Installing 6 2.6 Partitioning 8 Partitioning for the
    [Show full text]
  • In the Box General Specs Copying Connectivity
    In the Box • NFC Tag • Wireless card (Install in the internal solutions port) • Documentation General Specs Part no. 27X0803 154 x 203 x 305 mm Packaged Size (mm - H x W x D) • 0.584 kg Packaged Weight, kg • Copying IEEE 802.11 b/g/n Wireless SISO 1x1 Network Type • Connectivity IEEE 802.11 b/g/n Wireless SISO 1x1 Network Type • Network Protocol • TCP/IP IPv6, TCP/IP IPv4, TCP, UDP Support • LPR/LPD, Direct IP (Port 9100), Pull Printing, Microsoft Web Services WSD, Secure IP (Port 96xx), FTP, TFTP, Enhanced IP (Port Network Printing 9400), ThinPrint .print integration, IPP 1.0, 1.1, 2.0 (Internet Printing Methods Protocol) • DHCP, APIPA (AutoIP), BOOTP, RARP, mDNS, IGMP, SLPv1, Network WINS, DDNS, SNMPv3, SNMPv1, SNMPv2c, Telnet, NTP, ICMP, Management 1 Protocols HTTP, DNS, ARP, HTTPs (SSL /TLS), Finger • IPSec, SNMPv3, 802.1x Authentication: MD5, MSCHAPv2, LEAP, Network Security PEAP, TLS, TTLS • WEP Encryption (64- and 128-bit key), 1x1 802.11i b/g/n 72Mbps, WPA2™ - Enterprise with Certificate Management, WPA2™ - Wireless Network Personal Wireless • 802.11 b/g/n (2.4 GHz) Technology • 11 Channel Infrastructure and Ad Hoc for US/Canada., 13 Channel Channels Infrastructure for Europe. • The transmission speed and range varies in the surrounding environment., Direct print range up to 15.2 metres (50 feet)., Operating Range Infrastructure mode range up to 45.7 metres (150 feet). Supported Operating Systems • Windows Server 2008 x64 running Terminal Services, Windows Server 2008 x64, Windows Server 2008 running Terminal Services, Windows
    [Show full text]