Open main menu

CDOT Wiki β

Changes

OPS235 Lab 3 - Fedora17

426 bytes removed, 12:42, 20 January 2010
Introduction
* Software testing -- Using multiple operating systems simultaneously on a single computer for testing and experimentation.
* Network simulation -- Testing network services, protocols, and security scenarios with a small number of computers.
* Isolation -- Protecting multiple sets of data by storing them on multiple virtual machines. If one of the virtual machines is compromised, the data on other virtual machines is still protected.
* Server consolidation -- Reducing the number of physical servers in a network by moving physical machines to virtual machines. This saves hardware, administration, cooling, and electricity costs, and it can increase the utilization of hardware (by ensuring that the hardware is not under-loaded).
* Load-balancing and disaster recovery -- It is possible to migrate virtual machines between different physical machines, to ensure that a workload is balanced across multiple computers, to allow routine hardware maintenance and upgrading, and to compensate for hardware failure or other disasters.
** USB flash drive
** Network HTTP or NFS software repository
 
When you installed Fedora in [[OPS235 Lab 2|Lab 2]], you did it interactively -- you manually specified all of the installation options, and then the installation process was started. This is fairly convenient for single-machine installations, but is time-consuming and possibly error-prone when repeated for dozens, hundreds, or thousands of machines.
 
For large installations, it's possible to specify the installation options in a file so that no user intervention is required. This is called a ''kickstart'' installation.
== Instructions ==