Difference between revisions of "OPS245 Assignment 2"

From CDOT Wiki
Jump to: navigation, search
(Creating A2 information page.)
 
m (Questions & Clarifications: adding note about iptables persisting past reboot.)
Line 20: Line 20:
 
#  Your c7host must be able to ssh to your assignment machine.
 
#  Your c7host must be able to ssh to your assignment machine.
 
#  If your assignment VM does not have the interface name given in the assignment instructions, use the interface you have.
 
#  If your assignment VM does not have the interface name given in the assignment instructions, use the interface you have.
 +
#  Your iptables rules must persist past the machine rebooting.
 
#  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.
 
#  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.
  
  
 
[[Category:OPS245]][[Category:peter.callaghan]]
 
[[Category:OPS245]][[Category:peter.callaghan]]

Revision as of 18:47, 31 March 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.

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. 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.
  3. Your c7host must be able to ssh to your assignment machine.
  4. If your assignment VM does not have the interface name given in the assignment instructions, use the interface you have.
  5. Your iptables rules must persist past the machine rebooting.
  6. 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.