Logical partition

Summary

A logical partition (LPAR) is a subset of a computer's hardware resources, virtualized as a separate computer. In effect, a physical machine can be partitioned into multiple logical partitions, each hosting a separate instance of an operating system.[1]

PR/SM edit

Formally, LPAR designates the mode of operation or an individual logical partition, whereas PR/SM is the commercial designation of the feature.[1]: 83  PR/SM (Processor Resource/System Manager) is a type-1 Hypervisor (a virtual machine monitor) that allows multiple logical partitions to share physical resources such as CPUs, I/O channels and LAN interfaces; when sharing channels, the LPARs can share I/O devices such as direct access storage devices (DASD). PR/SM is integrated with all IBM System z machines. Similar facilities exist on the IBM Power Systems family, and its predecessors.

IBM introduced PR/SM in 1988 with the IBM 3090 processors.[2]

IBM developed the concept of hypervisors in their CP-40 and CP-67, and in 1972 provided it for the S/370 as Virtual Machine Facility/370.[3] IBM introduced the Start Interpretive Execution (SIE) instruction as part of 370-XA on the 3081, and VM/XA versions of VM to exploit it. PR/SM is a type-1 Hypervisor based on the CP component of VM/XA that runs directly on the machine level and allocates system resources across LPARs to share physical resources. It is a standard feature on IBM Z and IBM LinuxONE machines.

IBM introduced a related, simplified, optional feature called Dynamic Partition Manager (DPM) on its IBM z13 and first generation IBM LinuxONE machines. DPM provides Web-based user interfaces for many LPAR-related configuration and monitoring tasks.

History edit

IBM developed the concept of hypervisors (virtual machines in CP-40 and CP-67) and in 1972 provided it for the S/370 as Virtual Machine Facility/370.[4] IBM introduced the Start Interpretive Execution (SIE) instruction (designed specifically for the execution of virtual machines) as part of 370-XA architecture on the 3081, as well as VM/XA versions of VM to exploit it. PR/SM is a type-1 Hypervisor based on the CP component of VM/XA that runs directly on the machine level and allocates system resources across LPARs to share physical resources.[citation needed] It is a standard feature on IBM System z only. An IBM POWER system uses PHYP (the POWER Hypervisor) to enable its LPAR functionalities for System p and System i since approximately 2000 in POWER4 systems.

Amdahl Corporation's Multiple Domain Facility (MDF) was introduced in 1982.[5] IBM began marketing its functionally similar PR/SM in 1988, implemented on its ESA/370 architecture released that year. MDF-based LPAR technology continued to be developed separately by Amdahl, and Hitachi Data Systems in part for their implementations of the new architecture, which featured the introduction of access registers that allowed use of multiple data spaces addressable by a single address space. IBM subsequently continued its LPAR development with its 64-bit System z and IBM AS/400 architectures. LPAR and PR/SM reconfigurations can be made without rebooting the computer, i.e., while some LPARs remain active. Reconfigurations can include changing channel path definitions and device definitions.

z/VM supports the z/Architecture HiperSockets function for high-speed TCP/IP communication among virtual machines and logical partitions (LPARs) within the same IBM zSeries server. This function uses an adaptation of the Queued-Direct Input/Output (QDIO) high-speed I/O protocol.

IBM later introduced LPARs to their iSeries and pSeries servers in 1999 and 2001, respectively,[6] albeit with varying technical specifications. Multiple operating systems are compatible with LPARs, including z/OS, z/VM, z/VSE, z/TPF, AIX, Linux, and IBM i. In storage systems, such as the IBM TotalStorage DS8000, LPARs allow for multiple virtual instances of a storage array to exist within a single physical array. In early 2010 Fujitsu announced availability of its x86-64 PRIMEQUEST line of servers,[7] which support LPARs. In late 2011, Hitachi announced availability of CB2000 and CB320 blade systems,[8] which support LPAR on x86-64 hardware.

Hardware partitioning edit

Logical partitioning divides hardware resources. Two LPARs may access memory from a common memory chip, provided that the ranges of addresses directly accessible to each do not overlap. It is possible for one partition to control memory managed by a second partition indirectly by communicating with a process on the partition with direct access, which acts as an intermediary. CPUs may be dedicated to a single LPAR or shared. While on Amdahl's MDF (Multiple Domain Facility) it was possible to configure an LPAR with both shared and dedicated CPUs, this is no longer possible with any mainframes currently in the market.

On IBM mainframes, LPARs are managed by the PR/SM facility or a related, optional, simplified facility called Dynamic Partition Manager (DPM). All 64-bit IBM mainframes, except for the first generation 64-bit models (z900 and z800), operate exclusively in LPAR mode, even when there is only one partition on a machine. Multiple LPARs running z/OS can form a Sysplex or Parallel Sysplex, whether on one machine or spread across multiple machines.[9]

On IBM System p POWER hardware, LPARs are managed by PHYP (the POWER Hypervisor).[10] PHYP acts as a virtual switch between the LPARs and also handles the virtual SCSI traffic between LPARs. Micro-Partitioning supports 10 times as many LPARs as processors with fractional allocations. It was introduced with the POWER5 processor. All IBM POWER5, POWER6, and successor systems may be partitioned. Note that a full system partition may be defined where all resources are consumed by a single partition. System P servers with PowerVM enabled allow LPARs with shared CPUs to delegate their unused cycles into the shared pool. Dedicated processors are not available for sharing. Unused cycles become available for other partitions and are governed by the parameters specified when the LPAR is defined. Changes to a running partition can be made dynamically up to the maximum value set, and down to the minimum value set in the active profile. The changing of resource allocations without restart of the logical partition is called dynamic logical partitioning. IBM PowerVM is the licensed/purchased feature that enables the virtualization features on p4, 5, 6, 7, and subsequent series servers.[11]

Exploiting Intel vPro (i.e. Non-uniform memory access), there are also implementations of Logical Partitioning based on Intel Xeon e.g. by Hitachi Data Systems.[12]

LPARs (with sufficient certification) safely allow combining multiple test, development, quality assurance, and production work on the same server, offering advantages such as lower costs, faster deployment, and more convenience. IBM mainframe LPARs are Common Criteria EAL 5+ certifiable, equivalent to physically unconnected servers, so they support the highest security requirements, including military use. Nearly all IBM mainframes run with multiple LPARs with the IBM System z9 and IBM System z10 supporting up to 60 LPARs and later models up to 85.[9]

See also edit

References edit

  1. ^ a b Singh, Karan (December 2, 2009). "Security on the Mainframe" (PDF). Archived from the original (PDF) on June 17, 2011. Retrieved April 6, 2010.
  2. ^ Frank Packheiser; Octavian Lascu; Bill White (2018). "IBM Z Functional Matrix" (PDF). IBM. p. 18.
  3. ^ z/VM built on IBM Virtualization Technology General Information Version 4 Release 3.0 (PDF). IBM. April 2002. GC24-5991-04.
  4. ^ z/VMbuilt on IBM Virtualization Technology General Information Version 4 Release 3.0 (PDF). IBM. April 12, 2002. GC24-5991-04.
  5. ^ Doran, R.W. (October 1988). "Amdahl multiple-domain architecture" (PDF). Computer. 21 (10): 20–28. doi:10.1109/2.7054. S2CID 1738798. Archived from the original (PDF) on August 29, 2017.
  6. ^ Griffiths, Nigel (June 29, 2005). "POWER5 Virtualization: How to set up the Virtual I/O Server". IBM. Archived from the original on June 11, 2008. Retrieved September 25, 2008.
  7. ^ Fujitsu Upgrades Lineup of PRIMEQUEST Mission-Critical Servers
  8. ^ Hitoshi Ueno; Shinichi Matsumura (2012), "Logical Partitioning Feature of CB Series Xeon servers Suitable for Robust and Reliable Cloud" (PDF), Hitachi Review, 61 (2), archived from the original (PDF) on September 14, 2012
  9. ^ a b Singh, Karan (December 2, 2009). "Security on the Mainframe". Retrieved January 14, 2010.
  10. ^ "IBM Knowledge Center". www.ibm.com. Archived from the original on October 17, 2016. Retrieved May 22, 2022.
  11. ^ "IBM System p Virtualization — The most complete virtualization offering for UNIX and Linux". IBM. November 6, 2007. Retrieved April 6, 2010.
  12. ^ "High-Performance Nested Virtualization With Hitachi Logical Partitioning Feature" (PDF). September 1, 2014. Retrieved May 29, 2016.[permanent dead link]

External links edit

  • Security on the Mainframe, December 2009, by Karan Singh, Chapter 4. Virtualization, page 24 and page 83.
  • System i and System p: Logical Partitioning Guide[permanent dead link]
  • IBM System p Virtualization — The most complete virtualization offering for UNIX and Linux
  • Hitachi Compute Blade LPARs
  • Fujitsu XPARs (SPARC) and "Flexible I/O and Partitioning" (x86_64)
  • System z PR/SM