Open main menu

CDOT Wiki β

Changes

OPS235 Lab 2 Braille

16 bytes added, 14:19, 14 February 2012
no edit summary
* '''Name:''' fedora1
* '''Boot Media and Installation source:''' Network server: belmont.senecac.on.ca/fedora/releases/16/Fedora/x86_64/os/
* '''Kickstart file:''' zenit.senecac.on.ca/~chris.tyler/fedora16-vda-ks-200.cfg
* '''Memory:''' 768MB
* '''Disk space:''' 10GB
# Record the current time.
# Run this command to start the installation of a virtual machine named fedora1: virt-install --connect qemu:///system --name fedora1 -r 768 --os-variant fedora16 --network network=default --disk /var/lib/libvirt/images/f16-ks-1,size=10 -l htp://belmont.senecac.on.ca/fedora/releases/16/Fedora/x86_64/os/ -x ks=htp://zenit.senecac.on.ca/~chris.tyler/fedora16-vda-ks-200.cfg --noautoconsole
# The virtual machine will stop when the installation is complete. You can see if the virtual machine is running with the command: virsh list
# Record the approximate time that the installation ends. Subtract the start time to find out how long the installation took.
#* The account name and password of a regular user.
#* The password for the root (administrator) user.
# To gather the information listed above, study the [http://zenit.senecac.on.ca/~chris.tyler/fedora16-vda-ks-200.cfg kickstart file]. Record your answers.
# Using the information you gathered from the kickstart file, connect to the virtual machine: ssh '''accountname''@'''IPaddress'' (substitute the correct account name and IP address)
# Enter the password when requested.
== Investigation 3 ==
# Make a copy of the [http://zenit.senecac.on.ca/~chris.tyler/fedora16-vda-ks-200.cfg kickstart file]. Modify it so that the user account that is created has the same user ID as your matrix account. Change the IP address in the kickstart file to 192.168.122.202. Place the modified kickstart file in a location where it can be accessed via a web browser (for example, in the public_html directory in your Matrix account).
# Modify the command used in Investigation 1 to incorporate these changes:
## Use the name "fedora3" for this virtual machine.