AIX
By IBM
AIX is IBM's proprietary Unix operating system, developed for its Power Systems server hardware. First released in the mid-1980s, it implements the System V Unix lineage with additional IBM-specific technologies such as the Journaled File…
Definition
AIX is IBM's proprietary Unix operating system, developed for its Power Systems server hardware. First released in the mid-1980s, it implements the System V Unix lineage with additional IBM-specific technologies such as the Journaled File System and the Logical Volume Manager, and is used almost exclusively to run enterprise workloads on IBM Power hardware in data centers that prioritize high availability, vertical scalability, and long-term platform stability over open, commodity hardware.
Overview
AIX emerged from IBM's effort in the 1980s to bring Unix's portability and multiuser capabilities to its own server hardware line without abandoning the reliability engineering IBM's mainframe and minicomputer customers expected. Rather than adopting an existing Unix variant unmodified, IBM built AIX on the System V lineage but layered in its own storage, clustering, and virtualization technologies, producing a Unix that behaves in mostly standard ways at the shell and POSIX level while diverging substantially underneath in how storage, processes, and hardware resources are managed. Mechanically, AIX's most distinctive components are the Logical Volume Manager, which abstracts physical disks into flexible logical volumes that can be resized and mirrored without unmounting file systems, and the Journaled File System, which logs metadata changes to recover quickly after a crash without a full file system check. AIX also integrates tightly with IBM's PowerVM hypervisor, allowing a single physical Power server to be partitioned into multiple logical partitions, each running its own AIX, Linux, or IBM i instance with dynamically adjustable CPU and memory allocations, a capability that predates similar features becoming common in the x86 virtualization world. Among operating systems, AIX occupies a narrow but durable niche alongside other traditional commercial Unix variants like HP-UX and Oracle Solaris, distinguished from them mainly by its exclusive coupling to IBM Power hardware and by features like Live Partition Mobility that move running workloads between physical servers without downtime. It differs sharply from Linux in that it is closed source and tied to a single hardware vendor, trading the openness and low cost of commodity Linux servers for a tightly integrated, vendor-supported stack that some regulated industries value for its stability guarantees and long support lifecycles. In practice, AIX runs core transactional systems in banking, insurance, and government, often hosting DB2 or Oracle databases and mission-critical applications that have run on the platform for decades and where the cost of migration outweighs the appeal of moving to commodity hardware. IBM continues to sell new Power hardware and AIX licenses specifically to this installed base, and system administrators managing AIX typically also manage the surrounding PowerVM virtualization layer and IBM's HMC management console. The limitations are largely about ecosystem and cost: AIX only runs on IBM Power hardware, which is considerably more expensive than commodity x86 servers, and its smaller install base means fewer third-party tools, less community documentation, and a shrinking pool of administrators with deep AIX expertise compared to Linux. Organizations not already invested in the Power ecosystem have little reason to adopt it today, and even long-time AIX shops increasingly evaluate migrating specific workloads to Linux on Power or to x86 as skills and applications allow.
Key Features
- Built on the System V Unix lineage with POSIX compliance
- Logical Volume Manager for flexible, resizable disk storage
- Journaled File System enabling fast crash recovery
- Tight integration with IBM PowerVM hardware virtualization
- Live Partition Mobility for moving running workloads without downtime
- Runs exclusively on IBM Power Systems server hardware
- Long-term vendor support lifecycles aimed at enterprise stability
- Dynamic logical partitioning for flexible CPU and memory allocation