Home > Articles

This chapter is from the book

Data Center Infrastructure

This section looks at technologies that can be implemented at the data center—technologies that can provide a portion or all of the services to support the most complex enterprise IT requirements. These include data center infrastructure technologies such as multiprocessing, server farms, storage, and advanced computing—things that enable industrial strength applications and services. Common technologies include symmetric multiprocessing (SMP), Non-Uniform Memory Access (NUMA), hyperthreading, terminal services, grid computing, storage support, and high-end hardware platform support.

This list of data center infrastructure technologies is complemented by a wide selection of commercial hardware/software combinations, including high-speed switches, routers, and hubs, as well as power supplies and generators, cooling systems, and emergency protection mechanisms. The data center solutions discussed here can also include technologies previously discussed for use in workgroups or small- to medium-sized businesses.

Symmetric Multiprocessing

The Linux 2.6 kernel includes enhancements that let applications that have been written for parallel processing take advantage of even more processors. In simple terms, SMP employs several processors on the same machine using the same common memory pool to execute application tasks. This can significantly speed up the processing for data center-type applications, such as large databases and enterprise resource planning (ERP) applications (see Figure 3.14).

Figure 3.14Figure 3.14 Symmetric multiprocessing architecture supported on Linux.

Non-Uniform Memory Access

A drawback to SMP technology has been that even though it can theoretically scale for a large number of processors, realistically the number of possible processors has been limited to around eight to twelve. This is because the shared memory bus becomes a bottleneck as each processor accesses the common bus directly. The next generation of SMP technology is NUMA, which provides for flexible nodes (memory blocks) that act as separate buses and can include memory available on each processor. NUMA allows you to accommodate many more processors than standard SMP technology—Novell has successfully tested 512 CPUs in a multiprocessor configuration and found the technology capable of scaling further. There is no theoretical limit on the number of processors that will work (see Figure 3.15).

Figure 3.15Figure 3.15 NUMA architecture supported on Linux.

NUMA scalability is also enhanced for multiprocessing with hardware optimization such as is available with AMD's 64-bit Opteron processor or IBM NUMA servers built with Intel Xeon chips. SUSE Linux includes tools that allow developers to fine-tune applications for NUMA support.

Applications that are parallelized or multithreaded for SMP can be run on NUMA servers generally with little modification, and include databases such as Oracle and DB2 and extended ERP systems for supply chain, customer, financial, and human resources management.

Hyperthreading

Hyperthreading is Intel technology that enables multithreaded server software applications to execute two threads in parallel within each individual server processor, thereby dramatically improving transaction rates and response times. In essence, a hyperthreading-equipped processor appears as two logical processors to an application. Depending on the application logic, execution on two logical processors can provide better overall performance.

Multithreaded or SMP-enabled applications can automatically take advantage of hyperthreading, yielding better performance for e-business and enterprise software implementations. Specific fine-tuning will enhance performance even further. Novell SUSE and Intel engineering teams worked closely to ensure that SUSE took advantage of the Intel's hyperthreading technology in the Xeon processor.

Grid Computing

The goal of grid computing is to create virtual systems, independent of specific resources (processors, memory, storage, networking), that provide computing power on demand. In theory, a grid system can provide as much or as little system resource on an "as needed" basis as required. It's analogous to the electricity power grid in which you only pay for what your meter says you use. Grid computing can service one group or many groups, one company or many companies—the grid is not necessarily tied to an organizational unit, enterprise infrastructure, or geographical location. Linux is emerging as a key element of grid computing for many enterprise companies as well as industry-specific service providers.

Here's how it works. Several Linux/open source technologies contribute to the ability to create computing grids or solutions that can scale significantly to accommodate increased loads. These include load balancing, failover, multiprocessing, and clustering, as well as web services technologies, authentication, and management. These Linux-centric technologies provide a high degree of flexibility for creating scalable combinations or grid services and are based on open standards. This flexibility combined with the openness makes it possible to create comprehensive or complex solutions that can be scaled up simply by adding more open components. These Linux and open source applications and services are like building blocks that can be interconnected, combined, and replicated to create global gridlike solutions that service needs from small to gargantuan.

Grid computing allows you to add or subtract services or underlying hardware as needed. Are you running the quarterly financials report and need lots of extra computing power for a weekend? Pull it from the grid, a pool of resources normally maxed-out during the week but idle on weekends. By Monday morning, all CPU cycles are available again for regular use. The concept is extended to data as well, with applications like Real Application Cluster (RAC) Oracle. Oracle's grid solutions provide databases that can float from platform to platform without changes and are not tied to specific machines. These types of solutions are increasingly being supported on blade hardware—grid-specific machines for which Linux is ideal—built by IBM, SUN, HP, Dell, and others.

IBM and Novell SUSE have teamed up to provide grid capabilities with Linux and IBM zSeries computers using the Globus Toolkit, a collection of software services and libraries that facilitate creation of grid systems. With a zSeries computer (mainframe), hundreds of instances of Linux can be running with others added and subtracted dynamically depending on grid needs.

Terminal Services/Thin Clients

Linux desktops are discussed more later, but it's worth noting here that enterprise applications can be configured to run completely at the data center, with all processing and data manipulation occurring at the back end and only the display at the client. This is possible using open standards/Linux technologies, including X Windows, web services, and a form of terminal services. With Linux, any computer can function as a client to any other computer. The graphics display and interface running on one machine can control the application or data processing on another machine using Xfree86, the open source version of X Windows. This is true distributed computing, and makes possible a wide range of centrally based and centrally managed applications.

As discussed previously, web services applications also make it possible for thin clients with only a browser running to access, interact with, and control enterprise-class applications. Many of the major ERP solutions now have web-based clients allowing users full access to application data with a simple browser from any location on the Internet.

Finally, using any of several Linux boot technologies such as PXE Boot, it is possible to create diskless thin-client workstations that access all services on a "fat" server. A sample scenario is using a floppy or network boot version of Linux to bring up the client and connect to the server—no local hard drive is necessary. The server then houses or provides access to all applications, including browser, office applications, ERP, mainframe access, or web services applications. Everything is centralized and manageable by corporate IT and little if any support at the workstation is required. Organizations can provision a few to thousands of users in a matter of minutes. Thin-client implementations work particularly well with grid computing, making it possible to scale up or down dramatically with very little management or support effort.

Multisite Clustering

Clustering has been covered in previous sections, but is mentioned again here to illustrate that it can be a valuable tool for enterprise failover, high availability, and redundancy requirements. Geographically remote sites can be included as part of clusters using private VPNs or the Internet. For example, a primary storage area network might be located at site A, which accommodates data needs for a specific enterprise application. A mirrored SAN at site B is available if the SAN at site A should go down. The applications that the SAN services could also be separated and mirrored to other clusters at other sites so that a multisite failover network is in place should anything happen at site A or B. High-availability cluster networks can be set up using technology available with Linux. Adding to it technology such as iSCSI SANs from Novell, redundant arrays of storage can be ready for access in case of emergency, anywhere on the Internet.

Storage

The high-end storage capabilities included with Linux also are conducive to data center-class storage solutions. Journaling File System (JFS) is a full, 64-bit file system that can support very large files and partitions and is ideal for high-performance systems. Maximum file size can be 8EB. Novell Storage Services (NSS) enables snapshot file services for backup and versioning of enterprise applications, even when files are open. Software RAID 5 support included with NSS lets organizations create hot swappable storage solutions, and NSS does not experience performance degradation, even with millions of files in a given subdirectory.

Platform Support

Linux is the only operating system that you can use on any hardware platform from Atari to IBM S/390 mainframes. It is extremely easy to scale up by moving to the next level of hardware platform power. For many applications, even in the data center, today's best x86 hardware is more than adequate. But, if your application needs more advanced hardware, Linux and the applications it supports will run there, too. AMD Athlon64 and Opteron run Linux, as does the Intel Itanium Processor Family (IPF). IBM POWER series hardware (64-bit) for the IBM iSeries and pSeries servers is supported by Linux. Linux also supports the IBM zSeries, IBM's 64-bit platform mostly used in the S/390x mainframe series and the IBM 31-bit S/390 systems. On this system, Linux can be virtualized, making it possible to run hundreds of instances of Linux on one mainframe, with each instance performing as an independent operating system. This provides phenomenal scalability for a wide range of applications on a single, centrally managed machine.

Table 3.5 shows Linux support just for the IBM line of servers.

Table 3.5 Linux on IBM Hardware Scales from Desktop Workstations to Largest Mainframes

Linux on Intel-based Servers

 

 

 

IBM eServer xSeries

Blades, 1-2 way Servers, Workstations, 32-bit, 64-bit

 

IBM eServer Cluster

High-performance cluster interconnect

Linux on POWER

 

 

 

IBM eServer OpenPower

64-bit POWER Servers

 

IBM eServer pSeries

32/64-bit, dual OS, 8-way

 

IBM eServer iSeries

Virtualized server farm, advanced logical partitioning (LPAR), capacity on demand, virtual storage, and virtual Ethernet

Linux on AMD

 

 

 

IBM eServer 325

64-bit dual AMD Opteron

Linux on IBM Mainframe

 

 

 

IBM zSeries S/390 Mainframe

Virtualization and dynamic allocation, hundreds of individual Linux servers on a single server


Each of these technologies mentioned in Table 3.5 can be used to provide enterprise-class, full data center applications and services, and Linux accommodates or supports all of them. Combining Linux with commercial applications and services can provide any enterprise company with the capacity and processing power required for much less capital expense and management effort.

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