Booting the system
This procedure completes the system boot phase.
- The init process starts phase 2 running
of the rc.boot script. Phase 2 of rc.boot includes
the following steps:
- Call the ipl_varyon program to vary on the rootvg volume group.
- Mount the hard disk file systems onto their normal mount points.
- Run the swapon program to start paging.
- Copy the customized data from the ODM database in the RAM file system to the ODM database in the hard disk file system.
- Exit the rc.boot script.
- After phase 2 of the rc.boot script is complete, the boot process switches from the RAM file system to the file systems that are stored on the hard disk.
- Then the init process runs the processes
defined by records in the /etc/inittab file.
One of the instructions in the /etc/inittab file
runs phase 3 of the rc.boot script, which includes
the following steps:
- Mount the /tmp hard disk file system.
- Start the configuration manager phase 2 to configure all remaining devices.
- Use the savebase command to save the customized data to the boot logical volume.
- Exit the rc.boot script.
At the end of this process, the system is up and ready for use.