Operating System install overview
The operating system boot and operation system installation
process for a Unix system are conceptually the same for
each vendor.
- Find the media to install from, usually a CD-ROM.
- Investigate the Unix system hardware using the
boot monitor, to determine the hard drive's
and CD-ROM drive's addresses. Most Unix systems use
a SCSI bus to access storage devices.
- Install SCSI devices if necessary.
- Insert the CD-ROM in the drive.
- Boot the Unix system from the CD-ROM device.
Using the boot monitor to specify the
CD-ROM drive as the target.
- Each vendor provides an automated way of
installing their operating system,
though, the tasks that are performed are very similar.
- Set up the hard drive partitioning
and create one or multiple
filesystems to hold the system files.
- Choose the install packages that you want to
install. Besides installing the base operating
system, you can select many optional software packages
to load.
- Select and set the hostname and IP address.
- Specify the default route, or gateway, for the network.
- Set the local time zone.
- Reboot the system from the hard disk drive.
- Edit system configuration files to customize the
operation of the machine.
Operating System specific boot and install
Terms used: SCSI, target,
install packages, partitioning, filesystems.