Open main menu

CDOT Wiki β

Changes

OPS335 Lab 1

3 bytes added, 20:52, 31 August 2011
no edit summary
REQUIREMENTS: Lab00 should be completed and you should have a copy of Fedora 13, x86_64 live CD.
PART A - ==Setting up the VM Host PC with one guest VM.==
#Boot up your Fedora 13 x86_64 system, login as joker and use Firefox to authenticate your web access using your LEARN account and password.#Open a terminal window and su to root.#Ensure your system date and time are correct. #Start your ssh server [ service sshd start ] - you'll need this later in the lab. If you want your ssh server to be started each time you boot up, enter this command [ chkconfig --levels 2345 sshd on ].#Ensure your system is up to date [ yum update ].#Install the virtualization software [ yum groupinstall virtualization ].#Start the libvirt daemon [ service libvirtd start ]. If you want the libvirt daemon to start at every boot up, enter this command [ chkconfig --levels 2345 libvirtd on ].#Restart your firewall [ service iptables restart ].#You are now ready to build a VM guest. You learned how to do this last semester in OPS235. If you need to be refreshed please refer to OPS235 LAB06.
Start the virtual machine manager [ virt-manager ].
1
edit