What is logical partitioning (LPAR)?
Logical Partitioning (LPAR) is a hardware-based virtualization technique that allows a single physical serverβlike IBM Power Systems or IBM Zβto be divided into multiple independent virtual machines, each acting like its own separate system.
π LPAR = One physical server split into many isolated systems
Each partition runs:
LPARs are managed by a firmware-level hypervisor:
π Ideal for secure multi-tenant environments
Each LPAR can have:
Different LPARs can run:
π One server = multiple environments
Physical Server (CPU, Memory, I/O)
β
Hypervisor (PowerVM / PR/SM)
β
LPAR 1 LPAR 2 LPAR 3
(AIX) (Linux) (z/OS)
β
Applications
| Feature | Benefit |
|---|---|
| Isolation | Secure workload separation |
| Consolidation | Multiple servers in one |
| Flexibility | Dynamic resource allocation |
| Performance | Low overhead virtualization |
| Multi-OS | Run different environments |
| Aspect | LPAR | VM (Typical x86) |
|---|---|---|
| Level | Hardware-based | Software-based |
| Performance | Very high | Moderate |
| Isolation | Strong (firmware enforced) | Good |
| Overhead | Very low | Higher |
Think of LPAR like a high-end apartment building:
Logical Partitioning (LPAR) allows IBM systems to:
π Itβs a foundation for virtualization, cloud, and multi-tenant computing in IBM platforms.