NonStop (server computers)

For other uses, see Nonstop (disambiguation).

NonStop is a series of server computers introduced to market in 1976, beginning with the Tandem NonStop product line, which was followed by the HP Integrity NonStop product line extension. Because NonStop systems are based on an integrated hardware/software stack, HP also developed a special operating system for them: NonStop OS.

NonStop systems are, to an extent, self-healing. To circumvent single points of failure, they are equipped with some redundant components. When a mainline component fails, the system automatically falls back to the backup.

These systems are often used by banks, stock exchanges, telecommunication providers and other enterprises requiring extremely high uptime.

History

Originally introduced in 1976 by Tandem Computers Inc., the line was later owned by Compaq (from 1997) and Hewlett-Packard (since 2003). In 2005, the current product line of HP Integrity NonStop servers, based on Intel Itanium microprocessors, was introduced. In 2014, the first systems "NonStop X" running on the Intel X86 chip were introduced.

Early NonStop applications had to be specifically coded for fault-tolerance. That requirement was removed in 1983 with the introduction of the Transaction Monitoring Facility (TMF), which handles the various aspects of fault tolerance on the system level.

Software

Main article: NonStop OS

NonStop OS is a message-based operating system designed for fault tolerance. It works with process pairs and ensures that backup processes on redundant CPUs take over in case of a process or CPU failure. Data integrity is maintained during those takeovers; no transactions or data are lost or corrupted.

The operating system as a whole is branded NonStop OS and includes the Guardian layer, which is a low-level component of the operating system and the so-called OSS personality which runs atop this layer, which implements a Unix-like interface for other components of the OS to use.[1]

The operating system and application are both designed to support the fault tolerant hardware. The operating system continually monitors the status of all components, switching control as necessary to maintain operations. There are also features designed into the software that allow programs to be written as continuously available programs. That accomplished using a pair of processes where one process performs all the primary processing and the other serves as a “hot backup”, receiving updates to data whenever the primary reaches a critical point in processing. Should the primary stop, the backup steps in to resume execution using the current transaction.[2]

The systems support relational database management systems like NonStop SQL and hierarchical databases such as Enscribe.[1]

Hardware

The HP Integrity NonStop computers are a line of fault-tolerant server computers based on the Intel Itanium processor platform, and optimized for transaction processing. Average availability levels of 99.999% have been observed.[3] NonStop systems feature a massively parallel processing (MPP) architecture and provide linear scalability. Each CPU (systems can be expanded up to over 4000 CPUs) runs its own copy of the OS. This is a shared nothing architecture — a "share nothing" arrangement also known as loosely coupled multiprocessing, and no "diminishing returns" occur as more processors are added.

Due to the integrated hardware/software stack and a single system image for even the largest configurations, system management requirements for NonStop systems are rather low. In most deployments there is just a single production server, not a complex server farm.

Most customers also have a backup server in a remote location for disaster recovery. There are standard products to keep the data of the production and the backup server in sync, hence there is fast takeover and no data loss also in a disaster situation with the production server being disabled or destroyed.

HP also developed a data warehouse and business intelligence server line, HP Neoview, based on the NonStop line. It acted as a database server, providing NonStop OS and NonStop SQL, but lacked the transaction processing functionality of the original NonStop systems. The line was retired, and no longer marketed, as of January 24, 2011.[4]

See also

References

  1. 1 2 "HP NonStop for Dummies". Wiley Inc. September 2014.
  2. HP NonStop Server Security: A Practical Handbook. Digital Press. ISBN 978-1555583149.
  3. "Compare system availability in the real world". Hewlett-Packard. October 2006. Retrieved 2010-08-07.
  4. Morgan, Timothy Prickett, The Register "HP euthanizes Neoview data warehouse iron: Itanium death", The Register, Hardware, 24th January 2011

Sources

This article is issued from Wikipedia - version of the 10/7/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.