AIX Boot Process
POWER ON
POST (Power on Self Test) / BIST (Built-in Self Test for AIX)
ROS Initialization (Checks Mother Board using OCS BUMP)
Hardware ROS Software ROS
3 types:
User BootList: 3 Scenarios
Once a Valid boot device is found
PSN (Program Sector Number) is checked
PSN gets loaded in IPL (Initial Program Load)
IPL contains information about the boot image
Boot Image is made up of:
Control goes over to the Kernel
AIX Kernel gets initiated and RAM FS is created
Kernel will start the INIT process with Process ID = 1
INIT starts RC.Boot1 (Boot Phase 1)
Now the system is ready for installation, maintenance or diagnostic
INIT starts RC.Boot2 (Boot Phase 2)
Up to this no console is available; boot progress is checked through LED display. All boot information is written in log file, can be checked by running the following command:
# alog –t boot -o
INIT will execute the processes defined in /etc/inittab
One of the processes is RC.Boot3 (Boot Phase 3)
Kernel will start all the Background daemon services present in /etc/inittab
LED display is OFF
Login Display will appear
End of Boot process, Root FS is mounted
Init reads /etc/inittab
If default entry does not exists, init will ask user to enter the Run level from system console
If /etc/inittab does not exists, system will go into maintenance mode
Init re-reads /etc/inittab every 60 seconds
Points To Remember:
Information stored in ODM is:
Network Configuration
LVM Configuration
PV VG LV Configuration
Device Information
Smit menus, screens and commands
Hardware information
This is an effort to make understanding of AIX Booting Process simpler and user friendly.
All thoughts and reflections are welcomed.
Article Number: 542
Posted: Tue, Apr 16, 2019 5:33 PM
Last Updated: Tue, Apr 16, 2019 5:33 PM
Online URL: http://kb.ictbanking.net/article.php?id=542