Home > Articles > Operating Systems, Server > Linux/UNIX/Open Source

This chapter is from the book

The Linux Solution

Every application, service, or solution requires a protocol engine or operating system. Although several open source operating systems or kernels are available, for all practical intents and purposes, Linux is the market leader. Linux is a platform for everything from computation-intensive clusters to thin-client desktops to web servers. In reality, Linux can be lightweight and small enough to be embedded in a wristwatch or powerful and scalable enough to manage the largest IBM mainframe running hundreds of instances of applications.

Distributions are available from Red Hat, Debian, Mandrake, TurboLinux, and others that are based on the same Linux kernel and include similar capabilities. However, Novell believes the SUSE distributions provide significant advantages in the areas of management, platforms supported, compatibility testing performed, and advanced technologies.

SUSE Linux Product Line

The SUSE Linux product line from Novell includes SUSE Linux Enterprise Server (SLES) 9 and SUSE Linux Desktop.

SUSE Linux Enterprise Server 9

The SUSE Linux Enterprise Server is targeted to enterprise computing uses in which scalability, performance, reliability, and security are required. This distribution includes many distinctive features that make it particularly suited to an enterprise environment, including those shown in Tables 3.1, 3.2, and 3.3.

Table 3.1 SUSE Linux Enterprise Server 9 Distinctive Features

Feature

Description

Linux 2.6 kernel

First enterprise-class Linux server operating system built on the 2.6 Linux kernel (see Table 3.2)

YaST

Installation and configuration tool for operating system, network services, storage, clusters, and applications

CIM

Open application programming interfaces (APIs) for CIM for integration of third-party management tools

CKRM

Class-based kernel resource management for mainframe-like partitioning of large-scale servers

Clustering

Clustering support for automatic failover and high-performance computing; implements Open Clustering Framework APIs to provide low-level services for node fencing and fault isolation

Hotplug

A feature providing Hotplug services for hardware change without system disruption

Certified security

A feature currently in evaluation for compliance with EAL 4+

Enterprise Volume

Network-based storage using multiple file systems with Manager simple management

User Mode Linux

A feature used to enable virtualization of different Linux configurations on the same hardware

Distributed Replicated

A feature that creates single partitions from multiple Block Device (DRBD) disks that mirror each other (similar to RAID 1 but over a network)


Table 3.2 Linux 2.6 Kernel Features Included with SLES

Feature

Description

Processor support

Can have a theoretical infinite number of processors; Novell-tested 128 CPU configuration

File support

Provides dynamic tuning to accommodate maximum number of simultaneously open files

Processes

Run up to 65,535 user-level processes, plus additional kernel-level thread processes

Users

Support up to 4 billion unique users

Device types

Support 4,095 major device types and more than a million subdevices per type

Device support

Manages more devices with better performance (for example, 32,000 SCSI disks)

High speed

Supports USB 2.0 and FireWire (IEEE 1394 and 1394b)

High throughput

Provides high-speed Serial (ATA, S-ATA) device support, which enables throughput of 150MB/sec

Non-Uniform Memory

Scales more efficiently for systems with dozens or Access hundreds of processors

Hyperthreading

Executes parallel threads within a single processor; speeds transaction rates and performance for multithreaded applications

Flexible I/O scheduler

Allows manual tuning of I/O scheduler according to I/O behavior policies


Table 3.3 SUSE Linux 9 Hardware Platform Support

Platform

Description

X86

Intel x86 architecture including 386, 486, and Pentium processors; same as IA-32 (32-bit architecture)

AMD64

64-bit extension of the IA-32 architecture by manufacturer AMD (includes Athlon and Opteron)

Intel EM64T

Extended Memory 64-bit Technology (EM64T), Intel implementation of AMD64 (code-named Nocona, sold as Xeon)

Intel Itanium

64-bit microprocessor developed by HP and Intel (IA-64)

IBM Power

RISC CPU designed by IBM (Performance Optimized With Enhanced RISC)

IBM zSeries

IBM 64-bit architecture for IBM System/390 mainframes

IBM S/390

Earlier IBM zSeries platform


In addition, SUSE Linux Enterprise Server 9 includes features contained in other Linux distributions, such as file, print, web application, relational database, and networking services. Built-in services and protocols include CUPS, DNS, DHCP, IMAP, NTP, SLP, Postfix, PXE, Proxy, Samba, SNMP, SMTP, and many others. Security features include encrypted file systems, certificate authority, integrated firewall, and proxy.

SUSE Linux Desktop

Novell SUSE Linux Desktop is an end-user platform designed as a complete solution for any desktop. It includes the Linux operating system as well as a host of applications and services that provide end users with office productivity applications, client services, and access to network and web services. Table 3.4 offers an overview of what's included.

Table 3.4 SUSE Linux Desktop Features

Feature

Description

Linux operating system

Linux 2.X kernel with standard components for configuration (YaST), interface (KDE, GNOME), security, network services, and more

Standard hardware support

X86, notebooks, workstations, USB, storage, CD-ROM, DVD, cameras, tablets, PDAs, mouse, keyboards, FireWire, PCMCIA, and so on

Internet clients

Web browser (Mozilla, Konquerer), FTP, mail (Kmail, Evolution, Mozilla Mail), and so on

Desktop applications

Office suite (OpenOffice.org—word processing, spreadsheet, drawing, presentation, database access tools), address book, calendar, PIM, and more


Distinct advantages of Novell SUSE include the SUSE common code base. All versions of SUSE Linux on all platforms are rooted in a single code base. This ensures the consistent use of common management tools and automatic updates across all Linux deployments—all versions on all hardware platforms.

How It Works

How Linux works could be the topic of an entire series of books. For most purposes, Linux is the engine that powers every service, application, or interface being discussed. Image generation, input/output, management of files, packet generation, security checking, and thousands more processes are enabled through the operating system. Figure 3.2 illustrates the high-level OS functions.

Figure 3.2Figure 3.2 The Linux operating system consists of a core kernel and multiple services.

A key concept in Linux is the package. In Linux, a package is a single file that contains a list of other files that are to be installed or included as part of a software solution. In addition to the list of files, a software package includes rules indicating interdependencies or other software packages that need to be installed for the solution to function properly. In Linux, these packages are usually in the form of text files and are open for viewing and access. The ability to create complex solutions by assembling collections of packages is a key element for Linux flexibility.

A particular Linux distribution is defined by the unique collection of packages that are configured by the distributor. Often, a single installation package predetermines what other packages are to be installed and automatically proceeds through the installation process. For example, the difference between a Red Hat distribution and a SUSE distribution is the collection of packages that have been configured to run on the Linux kernel by each distributor.

Linux is very flexible in that anyone can define a custom configuration to install only the desired packages. A Linux operating system can be configured with just the packages required for it to function as a web server, or the bare minimum set of packages to function as an identity server. Custom Linux packages can be configured to create organization-specific applications or department-specific processes.

In simple terms, Linux is a high-performance kernel engine that can be configured to power any software vehicle. It might run a desktop, a firewall, a database, a file server—or any combination of these processes and more. Built-in at the engine level are excellent mechanisms for security, file management, memory management, I/O, processor management, device management, and more. Linux distribution vendors can provide preconfigured Linux solutions, or you can configure your own based on your needs and environment.

Implementation Overview

Installing Novell SUSE Linux (Enterprise or Desktop) is intuitive and straightforward using the standard preconfigured options. Depending on your preference, you can use either the graphical user interface or the console-based text mode. Research has found that administrators new to a system prefer the GUI initially, but the flexibility and speed of console mode is often preferred after the system has become familiar.

To install SUSE Linux, you simply insert the CD-ROM and restart the computer. A start screen is displayed, which gives you the option to proceed automatically using GUI YaST or manually in console text mode. SUSE YaST (Yet another Setup Tool) is one of the clear advantages of the SUSE distribution, providing a powerful collection of installation and management tools.

SUSE Linux performs all standard installation procedures, including hardware detection, driver configuration, selection of network resources, and peripheral support. Linux supports hot plugging, which recognizes newly connected or installed hardware and automatically makes it available for use.

SUSE Linux also provides multiple boot options, including the use of a Linux boot manager that allows you to select one of several different operating systems prior to booting. This can be valuable if multiple configurations are stored on one machine, or if the need exists to alternate between operating systems; for example, Windows and Linux. You can also boot Linux from the network if desired, making it possible to secure workstations and more tightly control the operating system.

The de facto GUI standard for Linux and Unix is the X Window System (X). X is the basis for advanced and excellent graphics with the added advantage of being network- (not machine-) based. Applications running on one machine can display results on another machine or be controlled by a user remotely as if they were local. GUI-based Linux administration and management utilities are as intuitive, easy to use, and as visually useful as any available in Windows.

Linux can be flexibly configured and includes all the necessary networking tools and features for integration into all types of networks. Configuration files can be modified and applied without bringing down the server—this is a major Linux advantage, as it provides advanced configuration and control flexibility.

From this general Linux overview, you can see that many of the early barriers to Linux adoption have been eliminated. Installation and device detection are as good as any available. Flexibility for customization is unsurpassed, as are management, control, and configuration.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020