Open main menu

CDOT Wiki β

Changes

OPS335 Lab 1

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