Open main menu

CDOT Wiki β

Changes

OPS335 Lab 1

33 bytes added, 16:33, 15 January 2012
Enable services using systemd
Note: Forwarding request to 'systemctl enable sshd.service'.
ln -s '/lib/systemd/system/sshd.service' '/etc/systemd/system/multi-user.target.wants/sshd.service'
*Again notice your command was redirected, the command executed was 'systemctl enable sshd.service'. When the command was executed a symbolic link was created, make note of it in your lab book.*Install the virtualization software
yum groupinstall virtualization
*Start the libvirt daemon using 'systemctl'
systemctl start libvirtd.service
If you want the libvirt daemon *Enable libvirtd to start at every boot up, enter this command using 'systemctl'
systemctl enable libvirtd.service
libvirtd.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig libvirtd on
Warning: unit files do not carry install information. No operation executed.
*Restart your firewall
service iptables restart
=== Install VM Guest ===
1
edit