Changes

Jump to: navigation, search

OPS335 Lab 1

159 bytes added, 16:22, 15 January 2012
Enable services using systemd
*Open a terminal window and su to root.
*Ensure your system date and time are correct.
*Ensure your system is up to date
yum update
*Start your ssh server
service sshd start
Redirecting to /bin/systemctl start sshd.service
*Notice that your command was redirected, the command executed was 'systemctl start sshd.service'.Record this in your lab book.*Enable sshd to start at boot
chkconfig sshd on
Note: Forwarding request to 'systemctl enable sshd.service'.
ln -s '/lib/systemd/system/sshd.service' '/etc/systemd/system/multi-user.target.wants/sshd.service'
*Ensure Again notice your system is up to date yum update command was redirected, the command executed was 'systemctl enable sshd.service'.
*Install the virtualization software
yum groupinstall virtualization
1
edit

Navigation menu