Changes

Jump to: navigation, search

OPS335

6,467 bytes removed, 20:57, 5 February 2019
m
Releasing A1 part 2 Winter 2019
[[Category:OPS335_KP]]
 
{| style="float: right; margin: 0 0 3em 2em; border: 1px solid black;"
!style="background: #cccccc"| Quick Links
|-
|<span style="background:#ffff00">[[OPS335 Weekly Schedule|Weekly Schedule]]</span><br/>[https://scs.senecac.on.ca/course/ops335 Course Outline]<br />[httphttps://fedoraprojectcentos.org Fedora / CentOS Project]<br />[httphttps://wiki.centos.org/Documentation CentOS - Documentation]<br />[https://docswiki.fedoraprojectcentos.org/ Fedora documentationHowTos CentOS - Howtos]
|-
!style="background: #cccccc"| Assignments
|-
|Assignment1 part1:* [httphttps://matrixwiki.senecaccdot.onsenecacollege.ca/~peter.callaghan/fileswiki/OPS335_-_Assignment_1_(Part_1) OPS335/assignment1.- Assignment 1 (Part 1.html Peter Callaghan]* [https://scs.senecac.on.ca/~andrew.smith/ops335/assignment1.html Andrew Smith)]<!--Assignment 1 (Part 1)-->
|-
|Assignment1 part2:* [https://scswiki.senecaccdot.onsenecacollege.ca/~andrew.smithwiki/ops335/assignment1OPS335_-_Assignment_1_(Part_2) OPS335 - Assignment 1 (Part 2.html Andrew Smith)]<!--Assignment 1 (Part 2)-->
|-
|Assignment2:* <!-- [https://scswiki.senecaccdot.onsenecacollege.ca/~andrew.smith/ops335wiki/assignment2.html Andrew SmithOPS335_-_Assignment_2 OPS335 - Assignment 2 ]--> Assignment 2
|}
= Welcome to OPS335 - ''Open System Application Server'' = == What This Course is About ==This course teaches the maintenance and administration of a UNIX server using Linux. Students will learn to install configure, customize, test and maintain common services available on Linux servers.This course is the third in a series of courses about Linux technologies.* ULI101 taught you to be Linux user.* OPS235 taught you to move from being a Linux user to being a Linux system administrator.* '''OPS335 will teach you to ''administer'' Linux ''servers'' (web servers, DNS servers, FTP servers, file sharing servers).''' As a system administrator, you will be responsible for installing, configuring, adjusting, maintaining, and troubleshooting the operation of computer systems. You will potentially have several hundred people depending on the machines that you manage. This is a lot of responsibility, and with that responsibility comes power. You will be able to change anything on the system, and you will also have the ability to damage or destroy the system. In this course you use a removable disk pack with the lab computers to set up a Linux system. You will also set up several additional Linux systems using "Virtual Machines", and therefore gain experience with different types of system configurations as well as setting up networking between systems. == Learning by Doing == Most of the learning in this course occurs through the hands-on problem solving that takes place in the ten labs and two assignments. Therefore, it's very important to stay up-to-date with the coursework, and to practice until you have confidently mastered each task. All of the software used in this course is ''open source'' software, so you are free to use, modify, and redistribute it. This means that you can install it as many times as you want on as many different computers as you would like. It also means that you can tinker with it -- you can take it apart, see how it works, and put it back together in the same or a different way, limited only by your time and ambition. You are encouraged to experiment and question liberally. = Weekly Schedule = Weekly topic, lab, and assignment information is available on the [[OPS335 Weekly Schedule |OPS335 Weekly Schedule]] page. = Supplies Checklist = Needed by the second class: # '''Centos 7 Full Install DVD''' (x86_64). The image is available from:#* http://belmont.senecac.on.ca/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1503-01.iso - Seneca's mirror of centos. This is very fast, but is only accessible from within Seneca's network (you can't access this from home). You can burn this disc on the machines in the Open Lab.#* https://www.centos.org/download/mirrors/ - Centos mirror list accessible from any Internet connection.# '''SATA Hard disk in removable drive tray''' (at least 160GB). Please buy the tray from ACS or the bookstore as not all trays are compatible.# '''USB flash drive''' (8GB or larger recommended).#'''Text''' - Linux Administration Handbook, 4th Edition by Evi Nemeth, Garth Snyder and Trent R. Hein, ISBN 0-13-148005-7, Published by Prentice Hall#'''[[ media:OPS335-Winter2014-logbook.pdf | Lab log book]]''' - Download and print the lab log book.  {{Admon/important|Bring all of these supplies to each class.|Even after installation, the installation DVD and flash drive may be required.}} {{Admon/important|Do not share your OPS335 disk drive with another course.|The work you do in this course will render your other work inaccessible and may erase it.}} = Faculty = During the Fall 2015 semester, OPS335 is taught by: * [http://scs.senecac.on.ca/~andrew.smith Andrew Smith] (Section A) * [http://scs.senecac.on.ca/staff/callaghan-peter Peter Callaghan] (Sections B, C, and D) = Course Information ====Important Websites===* [https://scs.senecac.on.ca/course/ops335 Course Outline]* [https://scs.senecac.on.ca/ School of Information and Communications Technology] (includes class cancellation information and general bulletins) ===Evaluation:===* 10 labs (with accompanying lab quizzes) (10%)* Two tests (15% each)* Two assignments (20%)* Final exam (40%) = Tips and Suggestions = * Always shut down your system under software control, rather than using the reset or power buttons. You can shutdown using the GUI or with the <code>poweroff</code>, <code>reboot</code>, <code>init</code>, or <code>shutdown</code> commands.{{Admon/important|Always shut down your virtual machines before shutting down your main system.|If you do not shut down the virtual machines first, they may become unstable or unusable.}} * If you get a message about the gnome-power-manager configuration at the login screen, you may have run out of disk space. Switch to a character-mode virtual terminal (for example, switch to VT2 by pressing Ctrl-Alt-F2). Login and take a look at the available space (with the command: <code>df -h</code>). If the <code>/</code> filesystem is full, delete some files (such as unused VM images in <code>/var/lib/libvirt/images</code>) and then reboot the system. = This is a Wiki! = You can edit these pages! Please feel free to fix typos or add links to additional resources. Please use this capability responsibly. 
{| style="float: right; margin: 0 0 3em 2em; border: 1px solid black;"
!style="background: #cccccc"| Quick Links
|-
|<div style="background:#ffff00">[http://zenit.senecac.on.ca/wiki/index.php/OPS235_Weekly_Schedule_-_CentOS7 Weekly Schedule]</div>[https://scs.senecac.on.ca/course/ops235 Course Outline]
|-
!style="background: #cccccc"| Assignments
|-
|<!-- [[OPS235 FSOSS Bonus Assignment|FSOSS Bonus Assignment]]<br /> -->[http://zenit.senecac.on.ca/wiki/index.php/OPS235_Assignment_1_Fall_2015 Assignment 1]
[http://zenit.senecac.on.ca/wiki/index.php/OPS235_Assignment_2 Assignment 2]
|}
 
= Welcome to OPS335 - ''Introduction to Open System Servers'' =
{| width="100%" align="right" cellpadding="10"
|- valign="top"
This course teaches the maintenance and administration of a UNIX server using Linux. Students will learn to install configure, customize, test and maintain common services available on Linux servers.
This course is the third in a series of courses about Linux technologies.
* ULI101 taught you to be a Linux user.
* OPS235 taught you to move from being a Linux user to being a Linux system administrator.
* '''OPS335 will teach you to ''administer'' Linux ''servers'' (web servers, DNS servers, FTP serversfirewalls, file sharing servers).'''
As a system administrator, you will be responsible for installing, configuring, adjusting, maintaining, and troubleshooting the operation of computer systemsLinux network services. You will potentially have several hundred hundreds (or thousands) of people depending on the machines that you manage. This is a lot of responsibility, and with that responsibility comes power. You will be able to change anything on the system, and you will also have the ability to damage or destroy the system.
In this course you use a removable disk pack with the lab computers to set up a Linux system. You will also set up several additional Linux systems using "Virtual Machines"virtual machines, and therefore gain experience with different types of system configurations as well as setting up networking between systems.
== Learning by Doing ==
Most of the learning in this course occurs through the hands-on problem solving that takes place in the eight labs and two assignments. Therefore, it's very important to stay up-to-date with the coursework, and to practice until you have confidently mastered each task.
<u>Requirements for Success</u>All of the software used in this course is ''open source'' software, so you are free to use, modify, and redistribute it. This means that you can install it as many times as you want on as many different computers as you would like. It also means that you can tinker with it -- you can take it apart, see how it works, and put it back together in the same or a different way, limited only by your time and ambition. You are encouraged to experiment and question liberally.
:* It is very important to stay up-to-date with the coursework, and to practice until you have confidently mastered each task.== Course Faculty ==
:* All of the software used in this course is ''open source'' software, so you are free to use, modify, and redistribute it. This means that you can install it as many times as you want on as many different computers as you would like. It also means that you can tinker with it -- you can take it apart, see how it works, and put it back together in During the same or a different way<b>Winter 2019</b> semester, limited only OPS335 is taught by your time and ambition. You are encouraged to experiment and question liberally.:'''
:* The notes that you make during the labs and assignments are your reference material for the quizzes, tests, and assignments. Take really good notes, and if you have questions, experiment and consult with your professor.
 
:* Carefully read ALL lab instructions and check your work regularly. The labs have been designed with backup safeguards to prevent the student from losing their work. On the other hand, students may lose their work if they fail to follow lab instructions or accidentally forget their removable hard disks in the workstation's hard disk bay drive!
| width="40% |
==Required Materials (for second class)==
<table cellpadding="10" cellspacing="0" width="100%"><tr><td width="10%" style="border-bottom: thin solid #cccccc;">[[Image:hd-tray.jpg|left|70px]]</td><td width="20%" style="border-bottom: thin solid #cccccc;">'''SATA Removable Hard Drive'''</td><td width="20%" style="border-bottom: thin solid #cccccc;text-align:right;">'''Minimum Capacity:''' 250 GB</td></tr><tr valign="top"><td width="10%" style="border-bottom: thin solid #cccccc;">[[Image:blank-cd.png|left|50px]]</td><td width="20%" style="border-bottom: thin solid #cccccc;">'''Centos7 Full DVD'''<br>'''Centos7 Live DVD'''<br>(both required)</td><td width="20%" style="border-bottom: thin solid #cccccc;text-align:right;">[http://zenit.senecac.on.ca/wiki/index.php/Download_and_Burn_in_TEL_Open_Lab_-_CentOS7 How to Create at Seneca]<br>[http://zenit.senecac.on.ca/wiki/index.php/Download_and_Burn_at_Home-centos7 How to Create at Home]</td></tr><tr><td width="10%" style="border-bottom: thin solid #cccccc;">[[Image:ubs-key.png|left|50px]]</td><td width="20%" style="border-bottom: thin solid #cccccc;padding-top:25px;padding-bottom:25px;">'''USB Flash Drive'''</td><td width="20%" style="border-bottom: thin solid #cccccc;text-align:right;">'''Minimum Capacity:''' 16 GB</td></tr><tr><td width="10%" style="border-bottom: thin solid #cccccc;">[[Image:log-book.png|left|44px]]</td><td width="20%" style="border-bottom: thin solid #cccccc;">'''Lab Log-book'''<br>(download and print)</td><td width="20%" style="border-bottom: thin solid #cccccc;text-align:right;">[http://matrix.senecac.on.ca/~murray.saul/ops235/lab_logbook_s2015.pdf pdf]</td></tr><tr><td width="10%" style="border-bottom: thin solid #cccccc;padding-top:25px;padding-bottom:25px;padding-left:25px;"><span style="font-size:3em;font-family:arial;color:red;font-weight:bold;">!</span></td><td width="20%" style="border-bottom: thin solid #cccccc;">'''Dos and Don'ts'''</td><td width="20%" style="border-bottom: thin solid #cccccc;text-align:right;">[http://zenit.senecac.on.ca/wiki/index.php/OPS235-tips tips]</td></tr></table>
|}
== Required Materials ==
<table cellpadding="10" cellspacing="0" width="100%">
<tr><td width="10%" style="border-bottom: thin solid #cccccc;">[[Image:ssd.png|left|95px]]</td><td width="20%" style="border-bottom: thin solid #cccccc;padding-top:25px;padding-bottom:25px;">'''Solid State Drive (SSD)'''</td><td width="20%" style="border-bottom: thin solid #cccccc;text-align:right;">'''Minimum Capacity:''' 240 GB</td></tr><tr valign="top"><td width="10%" style="border-bottom: thin solid #cccccc;">[[Image:blank-cd.png|left|50px]]</td><td width="20%" style="border-bottom: thin solid #cccccc;">'''CentOS 7 Full Install<br>DVD Image'''</td><td width="20%" style="border-bottom: thin solid #cccccc;text-align:right;">[http://belmont.senecacollege.ca/pub/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1804.iso Download at Seneca Lab]<br>[http://mirror.csclub.uwaterloo.ca/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1804.iso Download from Home]</td></tr><tr><td width="10%" style="border-bottom: thin solid #cccccc;">[[Image:ubs-key.png|left|50px]]</td><td width="20%" style="border-bottom: thin solid #cccccc;padding-top:25px;padding-bottom:25px;">'''USB Flash Drive'''</td><td width="20%" style="border-bottom: thin solid #cccccc;text-align:right;">Optional</td></tr><tr><td width="10%" style="border-bottom: thin solid #cccccc;">[[Image:log-book.png|left|44px]]</td><td width="20%" style="border-bottom: thin solid #cccccc;">'''Lab Log-book'''<br>(download and print)</td><td width="20%" style="border-bottom: thin solid #cccccc;text-align:right;">[https://wiki.cdot.senecacollege.ca/w/imgs/OPS335-logbook.pdf pdf]</td></tr><tr><td width="10%" style="border-bottom: thin solid #cccccc;padding-top:25px;padding-bottom:25px;padding-left:25px;"><span style="font-size:3em;font-family:arial;color:red;font-weight:bold;">!</span></td><td width="20%" style="border-bottom: thin solid #cccccc;">'''Dos and Don'ts'''</td><td width="20%" style="border-bottom: thin solid #cccccc;text-align:right;">[http://zenit.senecac.on.ca/wiki/index.php/OPS235-tips tips]</td>
== Course Faculty ==</tr></table>
<h4>During the <b>Winter 2016</b> semester, OPS335 is taught by:</h4>{|cellpadding="15" width="40%"|- valign="top"<!--|[[Image:kent.png|thumb|left|325px|<b>Kent Poots</b><br />Sections '''?''' &amp; '''?''' <br />kent.poots.seneca@gmail.com<br />[http://www.drivehq.com/sharing/ShareLogon.aspx?key=10226970/l90aboda8mq8 Kent's class materials] ]]-->}
<!-- WARNING: Do NOT remove this empty table below to make professor list work properly with Firefox and Google Chrome! -->
<!--table>|[[Image:marcos.jpg|thumb|left|225px|<btr>Marcos Cavenaghi<br />(Second Half)</btd><br />Sections: '''B''' , '''C''' &ampnbsp; '''D'''<br /td><br /tr> ]]--</table>
<!-- WARNING: Do NOT remove this empty table above to make professor list work properly with Firefox and Google Chrome! -->
<table cellpadding="15" width="50%" style="display:block;">
<tr>
<td>
[[Image:petercallaghan.jpg|thumb|left|175px|<b>Peter Callaghan</b><br>(Section '''C''' )<br>peter.callaghan@senecacacollege.ca<br>[http://matrix.senecac.on.ca/~peter.callaghan Peter's web-site] ]]
</td>
<td>
[[Image:chris.jpg|thumb|left|175px|<b>Chris Johnson</b><br>(Section '''A''')<br>[mailto:chris.johnson@senecacollege.ca chris.johnson@senecacollege.ca]<br> ]]
</td>
<!--
<td>|[[Image:MikeMartinryanlockhart.jpg|thumb|left|225px175px|<b>Mike Martin (Second Half)Ryan Lockhart</b><br />Sections: (Section '''AB''' )<br />mikeRyan.martinLockhart@senecacollege.ca<br />[http://scs.senecac.on.ca/~mike.martin// Mike's web-site] ]]</td>
-->
|<td>[[Image:murraysaulpetercallaghan.jpg|thumb|left|225px235px|<b>Murray SaulAndres Lombo</b><br>(Sections Section '''AA''', '''BB''', '''CCB''')<br>murray[mailto:andres.lombo@senecacollege.ca andres.saullombo@senecacollege.ca]<br />[http://murraysaul.wordpress.com/ Murray's web-site] ]]|</td><td>[[Image:hansAhadM_200x200.jpg|thumb|left|175px|<b>Hans HeimAhad Mammadov</b><br>(Section '''DDD''')<br>hans[mailto:ahad.heimmammadov@senecacollege.ca<br />[http://hansheimahad.blogspotmammadov@senecacollege.ca/ Hans' web-site] <br> ]]</td>
<!--
|<td> [[Image:azzadandrew-ow-2.jpgpng|thumb|left|230px175px|<b>Azzad KaraAndrew Oatley-Willis</b><br>('''Spring:''' Section '''CCB''')<br> azzadandrew.karaoatley-willis@senecacollege.ca<br/> ]]|[[Image:raymond.jpg|thumb|left|215px|<b>Raymond Chan</b><br />('''Summer:''' Sections '''CC''', '''DD''')<br /td> raymond.chan@senecacollege.ca<br />[http://scs.senecac.on.ca/~raymond.chan Raymond's web-site] ]]
-->
<!--
<td>| [[Image:andrewmurraysaul.jpg|thumb|left|185px175px|<b>Andrew Smith (First Half)Murray Saul</b><br />Sections (Section '''C''' and '''DA''')<br />andrewmurray.smithsaul@senecacollege.ca<br />[http://littlesvrmurraysaul.cawordpress.com/currentposition.php AndrewMurray's scheduleweb-site] ]] </td>
-->
|}
<!--
|<td>[[Image:JohnSelmyscolinyip.jpg|thumb|left|225px175px|<b>John SelmysColin Yip</b><br />Section (Sections '''C'''(First Half, '''E''' &amp; '''F''') <br />johncolin.selmysyip@senecacollege.ca<br />[https://scs.senecac.on.ca/~john.selmys/subjects/index.html John Selmys' Teaching Schedule] ]]|}</td>
-->
</tr>
</table>
== Wiki Participation ==
:Note: You can edit these pages! Please feel free to fix typos or add links to additional resources. Please use this capability responsibly.
* You can edit these pages! Please feel free to fix typos or add links to additional resources. Please use this capability responsibly. [[Category:OPS235OPS335]]
932
edits

Navigation menu