Installing AIX 7.1 on an IBM Power Systems server involves using either a bootable media (DVD/ISO) or network installation via NIM (Network Installation Manager). Here’s a step-by-step guide:
Step 1: Prepare Installation Media
-
Obtain AIX 7.1 installation media (ISO or DVD) from IBM.
-
Ensure the IBM Power server is supported and connected to HMC if virtual partitions will be used.
-
For physical installations:
-
Burn the ISO to a DVD, or
-
Make it accessible via a network server (NIM).
Step 2: Boot the Server
-
Insert the installation DVD or mount the ISO via HMC virtual media.
-
Reboot the server.
-
At the SMS menu (System Management Services):
-
Select Boot from DVD/CD or Virtual Optical Media.
-
If using LPARs, ensure the LPAR profile is configured with sufficient memory, CPU, and virtual devices.
Step 3: Start the AIX Installer
-
The AIX installer will boot into text-based or GUI installation.
-
For headless servers, text mode is used.
Step 4: Configure Language and Keyboard
-
Select language for installation messages.
-
Choose keyboard layout.
Step 5: Partition the Disk
-
Choose Automatic or Custom Disk Layout:
-
Automatic: AIX creates standard filesystems (
/, /usr, /var, /home, /tmp) automatically.
-
Custom: Define JFS2 or JFS filesystems manually.
-
For performance and reliability, JFS2 is recommended.
Step 6: Configure Network
-
Assign a hostname, IP address, subnet mask, gateway, and DNS.
-
You can use DHCP for automatic configuration.
-
Configure network interfaces if multiple NICs exist.
Step 7: Set Root Password
-
Provide a strong root password.
-
Create additional administrative users if necessary.
Step 8: Select Software Installation Options
-
You can install:
-
Base Operating System
-
Optional software packages (e.g., NFS, security tools, development tools)
-
Use default installation if unsure.
Step 9: Begin Installation
-
Confirm all configuration settings.
-
The installer will:
-
Partition disks
-
Install AIX base OS
-
Configure network and users
-
Apply system settings
Step 10: Reboot and Post-Installation
-
After installation completes, the system will reboot.
-
Log in as root.
-
Verify installation:
-
Apply any patches or updates using
smitty update_all or smitty install_latest.
Step 11: Optional Configurations
-
Create LPARs or configure virtual I/O if using PowerVM.
-
Install middleware (Oracle, DB2, WebSphere) as needed.
-
Configure backup, monitoring, and security policies.
Summary Table
| Step | Action |
|---|
| 1 | Prepare AIX 7.1 media (DVD/ISO or NIM) |
| 2 | Boot server from media |
| 3 | Start installer (GUI/text) |
| 4 | Select language and keyboard |
| 5 | Partition disks (Automatic or Custom) |
| 6 | Configure network settings |
| 7 | Set root password and create users |
| 8 | Choose software packages |
| 9 | Install OS and configure system |
| 10 | Reboot, verify installation, update patches |
| 11 | Optional: LPAR setup, middleware, backup, monitoring |
✅ In short: Boot from AIX 7.1 media → configure language, disk, network → install OS → reboot and verify → apply patches and optional configurations.