Difference between revisions of "OPS245 Assignment 2"

From CDOT Wiki
Jump to: navigation, search
m (Assignment 2 Instructions: - opened link to checking script.)
m (Questions & Clarifications)
 
Line 17: Line 17:
 
=== Questions & Clarifications ===
 
=== Questions & Clarifications ===
 
#  You must install the system-storage-manager package on your assignment VM.
 
#  You must install the system-storage-manager package on your assignment VM.
 +
#  The root user on your c7host must also be able to ssh to your assignment VM.
 
#  Seneca's email server might add extra text to any ip addresses in your instructions.  It starts with https://protect-us.mimecast.com/, then a string of random characters, then /domain=.  Ignore that, and only use the ip addresses.
 
#  Seneca's email server might add extra text to any ip addresses in your instructions.  It starts with https://protect-us.mimecast.com/, then a string of random characters, then /domain=.  Ignore that, and only use the ip addresses.
 
#  Your c7host must be able to ssh to your assignment machine.
 
#  Your c7host must be able to ssh to your assignment machine.

Latest revision as of 14:16, 9 April 2021

Assignment 2 Instructions

You will have received your instructions by email. If you have not done so, contact your professor immediately.

Due Date

This assignment is due by midnight on April 12th.

Submission

Run this script on your c7host machine. It will generate output for you to upload to blackboard. Make sure you also upload your script.

Marking

Shortly before the due date, a rubric will be posted here. The assignment is worth 15% of your final mark.

Questions & Clarifications

  1. You must install the system-storage-manager package on your assignment VM.
  2. The root user on your c7host must also be able to ssh to your assignment VM.
  3. Seneca's email server might add extra text to any ip addresses in your instructions. It starts with https://protect-us.mimecast.com/, then a string of random characters, then /domain=. Ignore that, and only use the ip addresses.
  4. Your c7host must be able to ssh to your assignment machine.
  5. If your assignment VM does not have the interface name given in the assignment instructions, use the interface you have.
  6. Your iptables rules must persist past the machine rebooting.
  7. Hint: The vgextend command can only add physical volumes to a pre-existing volume group. You need a different command to create a new volume group.