AIX Boot Process PDF
AIX Boot Process PDF
AIX Boot Process PDF
Rc.boot1
rc.boot phase 1 actions
The init process started from the RAM file system,
executes the boot script rc.boot1. If init fails for
some reason (for example, a bad boot logical
volume), c06 is shown on the LED display.
Following steps are executed when rc.boot 1 is called:
Rc.boot2 (1 of 2)
rc.boot phase 2 actions (part 1)
Rc.boot2 (2 of 2)
rc.boot phase 2 actions (part 2)
After the paging space /dev/hd6 has been made
available, the following tasks are executed in rc.boot 2:
To understand this step, remember two things:
a./dev/hd4 is mounted onto root(/) in the RAMFS.
b. In rc.boot 1, the cfgmgr has been called and all base
devices are configured. This configuration data has been
written into the ODM of the RAM file system. Now,
mergedev is called and all /dev files from the RAMFS are
copied to disk.
2.All customized ODM files from the RAM file system
ODM are copied to disk as well. At this stage, both ODMs
(in hd5 and hd4) are in sync now.
3.The /var file system (hd9var) is mounted.
4.All messages during the boot process are copied into a
special file. You must use the alog command to view this
file# alog -t boot o.
As no console is available at this stage all boot
information is collected in this file.When rc.boot 2 is
finished, the /, /usr, and /var file systems in rootvg are
active.
Rc.boot3 (1 of 2)
Rc.boot3 (2 of 2)