Logical partition: Difference between revisions

Content deleted Content added
m trim
Monkbot (talk | contribs)
m Task 16: replaced (3×) / removed (0×) deprecated |dead-url= and |deadurl= with |url-status=;
Line 1:
{{for|the type of disk partition|Disk partitioning#Extended partition}}
{{redirect|LPAR|the conference|Logic for Programming, Artificial Intelligence and Reasoning }}
A '''logical partition''' ('''LPAR''') is a subset of a computer's hardware resources, [[Platform virtualization|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]].<ref>{{cite web |url=http://www.redbooks.ibm.com/redpieces/pdfs/sg247803.pdf |title=Security on the Mainframe |date=2009-12-02 |accessdate=2010-04-06 |first=Karan |last=Singh |deadurlurl-status=yesdead |archiveurl=https://web.archive.org/web/20110617113238/http://www.redbooks.ibm.com/redpieces/pdfs/sg247803.pdf |archivedate=2011-06-17 |df= }}</ref>
 
==History==
Line 8:
|id=GC24-5991-04 |date=2002-04-12 |first=Copyright IBM Corp. |last=1990, 2002}}</ref> 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. 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.
 
The terms ''PR/SM'' and ''LPAR'' are often used interchangeably in IBM Z, including in IBM documentation. Formally, LPAR designates the logical partitioning function and mode of operation, whereas PR/SM is the commercial designation of the feature.<ref>{{cite web |url=http://www.redbooks.ibm.com/redpieces/pdfs/sg247803.pdf |title=Security on the Mainframe |date=2009-12-02 |accessdate=2010-04-06 |first=Karan |last=Singh |deadurlurl-status=yesdead |archiveurl=https://web.archive.org/web/20110617113238/http://www.redbooks.ibm.com/redpieces/pdfs/sg247803.pdf |archivedate=2011-06-17 |df= }}, page 83</ref>
 
[[Amdahl Corporation]]'s Multiple Domain Facility (MDF) was introduced in 1982.<ref>{{cite journal |last1=Doran |first1=R.W. |title=Amdahl multiple-___domain architecture |journal=Computer |date=October 1988 |volume=21 |issue=10 |pages=20–28 |doi=10.1109/2.7054 |url=http://www-ti.informatik.uni-tuebingen.de/~spruth/edumirror/xx067.pdf}}</ref> IBM began marketing its functionally similar PR/SM in 1988, implemented on its [[ESA/390]] 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 space]]s addressable by a single [[address space]]. IBM subsequently continued its LPAR development with its 64-bit [[System z]] and [[IBM System i|System i]] 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.
Line 14:
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 [[IBM i|iSeries]] and [[IBM pSeries|pSeries]] servers in 1999 and 2001, respectively,<ref>{{cite web |url=http://www.ibm.com/developerworks/aix/library/au-aix-vioserver-v2/index.html |title=POWER5 Virtualization: How to set up the Virtual I/O Server |accessdate=2008-09-25 |date=2005-06-29 |first=Nigel |last=Griffiths |deadurlurl-status=yesdead |archiveurl=https://web.archive.org/web/20080611131520/http://www.ibm.com/developerworks/aix/library/au-aix-vioserver-v2/index.html |archivedate=2008-06-11 |df= }}</ref> albeit with varying technical specifications. Multiple operating systems are compatible with LPARs, including [[z/OS]], [[z/VM]], [[z/VSE]], [[z/TPF]], [[AIX operating system|AIX]], [[Linux]], and [[i5/OS|i/OS]]. In [[disk array|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 first part of 2010 year, [[Fujitsu]] announced availability of its [[x86 64]] PRIMEQUEST line of servers,<ref>[http://www.fujitsu.com/global/news/pr/archives/month/2010/20100331-01.html Fujitsu Upgrades Lineup of PRIMEQUEST Mission-Critical Servers]</ref> which support LPARs.