Changes

Jump to: navigation, search

OPS335 Lab 1

No change in size, 23:36, 4 September 2011
Setting up the VM Host PC with one guest VM
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

Navigation menu