Explore Technology · Overview

IBM AIX

Enterprise UNIX Operating System for IBM Power Systems

11 sections Beginner friendly Overview + links

IBM AIX (Advanced Interactive eXecutive) is IBM's enterprise UNIX for Power Systems — built on System V with BSD enhancements. It remains the OS behind many production LPARs running databases, ERP, and middleware where stability and predictable administration matter.

Use this overview as a roadmap to AIX topics on AIXOSQuiz: LVM, NIM, PowerVM, security tooling, and the command patterns that differ from Linux.

Topics in This Overview

  • Understand IBM Power Systems architecture
  • AIX architecture and admin command map
  • Manage users and groups
  • Work with Logical Volume Manager (LVM)
  • Configure networking
  • Administer file systems
  • Manage software packages
  • Configure NIM
  • Monitor system performance
  • Troubleshoot production issues
  • Perform system backup and recovery
  • Work with PowerVM and VIOS

What is IBM AIX?

IBM AIX (Advanced Interactive eXecutive) is a proprietary UNIX operating system developed by IBM. It runs exclusively on IBM POWER processors and provides a stable enterprise UNIX platform for production applications.

Key Technologies

  • Logical Volume Manager (LVM)
  • Journaled File System (JFS2)
  • PowerVM Virtualization
  • Dynamic LPAR
  • Live Partition Mobility
  • Network Installation Manager (NIM)
  • Workload Partitions (WPAR)
  • Role-Based Access Control (RBAC)
  • Advanced Security Features

Key Features

Enterprise capabilities that define this platform in production.

High Availability

Production uptime with redundancy and online maintenance.

  • Minimal downtime
  • Online maintenance
  • Hardware redundancy
  • Enterprise clustering
  • Dynamic resource allocation

Scalability

Dynamic CPU, memory and virtualization as workloads grow.

  • Large memory support
  • Massive CPU scalability
  • Enterprise virtualization
  • Dynamic CPU allocation
  • Memory expansion without reboot

Security

RBAC, auditing and hardening for regulated environments.

  • RBAC
  • Trusted Execution
  • Audit subsystem
  • ACLs
  • SSH
  • SSL/TLS

Performance

POWER-optimized throughput, SMT and tuning tools.

  • POWER processor optimization
  • SMT
  • NUMA awareness
  • Large Pages
  • Performance monitoring tools

IBM Power Systems Architecture

IBM Power Server
│
├── Hardware
├── PowerVM Hypervisor
├── VIOS
├── AIX LPAR
├── Linux LPAR
└── IBM i

Major Components

Core building blocks for administration, storage and networking.

Kernel

Core layer for CPU, memory, processes and device drivers.

  • CPU Scheduling
  • Memory Management
  • Process Management
  • Device Drivers

Object Data Manager (ODM)

Object database storing AIX system configuration.

odmget
odmadd
odmdelete
odmchange

Logical Volume Manager (LVM)

Maps physical disks to flexible logical volumes.

Physical Volume
      ↓
Volume Group
      ↓
Logical Volume
      ↓
Filesystem
lspv
lsvg
lslv
mklv
crfs
extendvg
mirrorvg
reducevg

JFS2

Default journaling filesystem with online growth and snapshots.

  • Journaling
  • Large File Support
  • Online Expansion
  • Snapshots

Networking Commands

Tools to configure interfaces, routes and DNS.

ifconfig
netstat
route
ping
traceroute
host
nslookup
entstat

Note: ifconfig/netstat remain common on AIX; on Linux prefer ip and ss for current tooling.

Common Administration Areas

  • User Administration
  • Storage Management
  • Networking
  • Software Installation
  • Backup & Recovery
  • Performance Monitoring
  • Security
  • Automation

Frequently Used Commands

oslevel -s
uname -a
prtconf
lscfg
errpt
topas
vmstat
iostat
sar
df -g
mount
cfgmgr

Learning Roadmap

Beginner

UNIX Basics, Commands, Filesystem, Users and Permissions

Intermediate

LVM, Networking, Services, Software Installation and Backup

Advanced

NIM, PowerVM, VIOS, Performance, Security and Automation

Expert

High Availability, Disaster Recovery, Capacity Planning and Enterprise Troubleshooting

Related on AIXOSQuiz

Continue from this overview to practical guides and quizzes:

Worked Scenario: Can't Ping After Reboot

After a reboot, an AIX LPAR cannot reach other hosts. Start with interface and routing state before chasing DNS or firewall rules.

  • lsdev -Cc if — confirm network interfaces are Available
  • entstat -d en0 (or your interface) — check link, errors and speed
  • ifconfig -a — verify address and flags (UP, RUNNING)
  • netstat -rn — confirm default route and gateway
  • ping the gateway, then a remote host — isolate L2 vs routing

Frequently Asked Questions

Is AIX still used today?

Yes. Many enterprises continue to use IBM AIX for production workloads due to its reliability, security and stability.

Is AIX Linux?

No. AIX is a UNIX operating system while Linux is UNIX-like. They share many concepts but differ in architecture and administration.

Do I need Linux knowledge first?

Basic Linux knowledge is helpful but not mandatory.

Next Steps

  1. Introduction to IBM AIX
  2. Filesystem & Directory Structure
  3. Essential Commands
  4. User & Group Administration
  5. Logical Volume Manager
  6. JFS2 Filesystems
  7. Networking
  8. Software Installation
  9. NIM
  10. Backup & Recovery
  11. Performance Monitoring
  12. PowerVM & VIOS
  13. Troubleshooting