Changes

Jump to: navigation, search

OPS335 Lab 1

11 bytes removed, 22:27, 31 August 2011
Setting up the VM Host PC with one guest VM
#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.
1
edit

Navigation menu