SlideShare a Scribd company logo
Evaluate a Health Website
Name Click here to enter text. Course Click here to enter
text.Date Click here to enter text.
Pick one disease disorder or condition. Find two medicine-based
websites that discuss it, such as WebMD, MedicineNet, the
American Heart Association website, the American Diabetes
Association website, and so on. Compare how the two websites
you pick treat the subject. Then answer the following questions.
Question 1: What disease or condition did you pick?
Click here to enter text.
Question 2: What are the two websites you looked at?
1.
2.
Question 3: What differences did you find in how the two
websites described the disease or condition?
Click here to enter text.
Question 4: Did one of the websites seem to be more reliable? If
so, which, and why? If not, why not?
Click here to enter text.
Question 5: After reading the article, what three questions
might a patient have about the condition that weren’t addressed?
1.
2.
3.
Page 1
Assessment item 1
File Systems and Advanced Scripting
Value: 15%
Due Date: 26-Aug-2018
Return Date: 31-Aug-2018
Length: 15 - 20 pages including screenshots
Submission method options: Alternative submission method
Task
back to top
In this assignment you will develop simple scripts to manage
the user and file system whilst
developing some expertise in managing a complex file system.
Part 1: Automated Account Management (4 marks)
You have been asked by your boss to prepare two shell scripts
which manage user information.
You are to prepare a simple shell script which reads a text file
called users.txt. The file is in the
form
dfs /home/dfs Daniel Saffioti
and creates these users on the system without any interactive
input. To do this you will need to
use the adduser(1) and passwd(1) commands. You will need to
randomly produce the password
and report this to the administrator.
You can assume the fields being username, home directory and
GCOS string are separate by a
single white space.
You can assume all users are in the same group.
The program should output the username and generated
password once created.
Part 2: Design of a File System (3 marks)
https://outlines.csu.edu.au/delivery/published/ITC333/201860/S
M/I/outline.html#contentPanel
You work for the Information Technology Department in your
University and you have been
asked to build a server to store user data (home directories).
The volumes can grow without bounds, so it was felt that the
ZFS file system should be used for
each volume. The operating system itself need not be on a ZFS
volume.
All volumes including the operating system should be
engineered in such a way to ensure the
best data protection is afforded in the event of local disk
failure. It is expected that no more than
1 hours worth of data will be lost.
The volumes required are as follows:
1. uni0 with mount point /users/ug& quota of 200G.
2. uni1 with mount point /users/pg& quota of 200G.
3. uni2 with mount point /users/deleted& reservation of 100G.
4. uni3 with mount point /users/staff& reservation of 100G.
5. uni4 with mount point /users/guest & reservation of 250G.
Given the above your task is as follows define a strategy for
how you will ensure the volumes
outlined above are provisioned whilst ensuring there data
protection. Document this accordingly
along with a suitable rationale for your design.
Part 3: Implementing the Filesystem (4 marks)
Given the strategy defined in part two, your job is to implement
the storage system.
1. To do this install the latest version of Ubuntu Server on a
virtual machine. You will need to
ensure the networking is bridged and the root portioning is
managed appropriately. You will
need to add additional virtual disks to meet the storage needs
above.
2. Install the ZFS package and configure it such that pools of
storage are created to meet the above
requirements including redundancy and backups. To achieve
this use the mirroring and
snapshot features of ZFS.
Demonstrates your filesystem working and provide any insights
gained along the way.
Part 4: File System Management with Scripts (4 marks)
Now that you have a plan for the storage there are a few house
keeping matters to take care of
because users tend to be somewhat liberal with their storage.
1. Write a script to make sure that user home directories are
owned and only accessible by the
owner. The script can assume home directories are descendants
of /users.
2. Finally write a script which takes as an argument the
filesystem name e.g. /home and looks for
objects which do not belong i.e. end with the extension
a.mp3
b.aac
c.mp4
d..mov
e..avi
f..vid
When these files are found a summary should be produced
including where they are and
the size. The script should also remove the files.
Demonstrate each script working in your submission and
document the source code and any
insights gained along the way.
Rationale
back to top
This assessment task will assess the following learning
outcome/s:
servers from the command line.
management tasks.
accessed via the internet.
In this assignment you will develop simple scripts to manage
the user and file system whilst
developing some expertise in managing a complex file system.
Marking criteria and standards
back to top
Question Criteria HD DI CR PS FL
Part 1: Automated
Account
Management
Ability to learn
and use systems
administration
techniques.
Application of
technical
knowledge.
Explanation,
Evidence and
Referencing.
Demonstrated working
automated account
management script which
exceeds all functional
requirements.
Reflecting on your learning
experience, providing
evidence of insight and
commenting on the
acquisitions of new
knowledge drawing from
multiple sources.
Demonstrated working
automated account
management script
which meets all
functional requirements.
Reflect on your own
learning experience
providing evidence of
insight, drawing on
multiple sources to
develop understanding.
Demonstrated working
automated account
management script
which partially meets
functional
requirements.
Consider and reflect on
your own experience,
drawing on multiple
sources to develop
understanding.
Demonstrated
working automated
account management
script which meets
basic functional
requirements.
Consider and reflect
on your own
experience.
Major errors and
omissions.
Limited detail and
understanding
demonstrated.
Part 2: Design of
File System
Ability to learn
and use systems
administration
Documented file system
design which exceeds all
functional requirements.
Documented file system
design which meets all
functional requirements.
Documented file system
design which partially
meets all functional
Documented file system
design which meets
basic functional
Major errors and
omissions.
https://outlines.csu.edu.au/delivery/published/ITC333/201860/S
M/I/outline.html#contentPanel
https://outlines.csu.edu.au/delivery/published/ITC333/201860/S
M/I/outline.html#contentPanel
techniques.
Application of
technical
knowledge.
Explanation,
Evidence and
Referencing.
Reflecting on your learning
experience, providing
evidence of insight and
commenting on the
acquisitions of new
knowledge drawing from
multiple sources.
Reflect on your own
learning experience
providing evidence of
insight, drawing on
multiple sources to
develop understanding.
requirements.
Consider and reflect on
your own experience,
drawing on multiple
sources to develop
understanding.
requirements.
Consider and reflect on
your own experience.
Limited detail and
understanding
demonstrated.
Part 3:
Implementation of
File System
Ability to learn
and use systems
administration
techniques.
Application of
technical
knowledge.
Explanation,
Evidence and
Referencing.
Implemented file system
which exceeds all functional
requirements.
Reflecting on your learning
experience, providing
evidence of insight and
commenting on the
acquisitions of new
knowledge drawing from
multiple sources.
Implemented file system
which meets all functional
requirements.
Reflect on your own
learning experience
providing evidence of
insight, drawing on
multiple sources to
develop understanding.
Implemented file system
which partially meets all
functional requirements.
Consider and reflect on
your own experience,
drawing on multiple
sources to develop
understanding.
Implemented file
system which meets
basic functional
requirements.
Consider and reflect on
your own experience.
Major errors and
omissions.
Limited detail and
understanding
demonstrated.
Part 4: File System
Management and
Scripts
Ability to learn
and use systems
administration
techniques.
Application of
technical
knowledge.
Explanation,
Evidence and
Referencing.
Demonstrated working file
system management scripts
which exceeds all functional
requirements.
Reflecting on your learning
experience, providing
evidence of insight and
commenting on the
acquisitions of new
knowledge drawing from
multiple sources.
Demonstrated working file
system management
scripts which meets all
functional requirements.
Reflect on your own
learning experience
providing evidence of
insight, drawing on
multiple sources to
develop understanding.
Demonstrated working
file system management
scripts which partially
meets all functional
requirements.
Consider and reflect on
your own experience,
drawing on multiple
sources to develop
understanding.
Demonstrated working
file systems
management scripts
which meets basic
functional
requirements.
Consider and reflect on
your own experience,
drawing on multiple
sources to develop
understanding.
Major errors and
omissions.
Limited detail and
understanding
demonstrated.
Limited detail and
understanding
demonstrated.
Presentation
back to top
You should submit your assessment in a single word document
which contains all components of
your assignment. Use screenshots to provide evidence and
details of the work you have done to
compliment your written answers. You should reference where
appropriate using an approve
referencing style to support your work.
https://outlines.csu.edu.au/delivery/published/ITC333/201860/S
M/I/outline.html#contentPanel

More Related Content

DOCX
Assessment item 1 File Systems and Advanced Scripting .docx
PPT
detailed explanation on unix file system
PDF
Chapter 1 Introduction to Network and System Administration.pdf
PPTX
Ankit Bargali Ouiiihhhoojpk;oihigigiS BCA-IV.pptx
PPTX
File Management System in Shell Script.pptx
PPT
PPT
Unit 3 chapter 1-file management
DOCX
Assessment itemManaging Services and SecurityValue 15Due D.docx
Assessment item 1 File Systems and Advanced Scripting .docx
detailed explanation on unix file system
Chapter 1 Introduction to Network and System Administration.pdf
Ankit Bargali Ouiiihhhoojpk;oihigigiS BCA-IV.pptx
File Management System in Shell Script.pptx
Unit 3 chapter 1-file management
Assessment itemManaging Services and SecurityValue 15Due D.docx

Similar to Evaluate a Health WebsiteName Click here to enter text.Course Cli.docx (20)

PDF
Ch10 file system interface
PPTX
file management system my sql review 1one
DOC
Pavani_Rao
PPT
file management_osnotes.ppt
PPT
OPERATING SYSTEM
PPT
various commands in linux operating systems
PPTX
File system Os
PPTX
Operating System File Management Unit v.pptx
DOCX
Windows Server Deployment ProposalOverview Each student .docx
DOCX
Overview Each student will create a detailed, organized, unifi.docx
PPT
operating system File - System Interface
PDF
CH11.pdf
PDF
Pos 433 pos433
PPT
8 1-os file system implementation
PPTX
Filesth file handling in language dile
PDF
File Assay (A Program which predict and search the files from system)
PPT
Unit 3 file management
PPT
File Management.ppt
DOCX
POS 433 Entire Course NEW
PPTX
DFSNov1.pptx
Ch10 file system interface
file management system my sql review 1one
Pavani_Rao
file management_osnotes.ppt
OPERATING SYSTEM
various commands in linux operating systems
File system Os
Operating System File Management Unit v.pptx
Windows Server Deployment ProposalOverview Each student .docx
Overview Each student will create a detailed, organized, unifi.docx
operating system File - System Interface
CH11.pdf
Pos 433 pos433
8 1-os file system implementation
Filesth file handling in language dile
File Assay (A Program which predict and search the files from system)
Unit 3 file management
File Management.ppt
POS 433 Entire Course NEW
DFSNov1.pptx

More from SANSKAR20 (20)

DOCX
The Assignment (3–5 pages)Complete a leadership development plan .docx
DOCX
The assignment consist of a Case Study.  I have attached the Case St.docx
DOCX
The annotated bibliography will present an introduction and five ref.docx
DOCX
The artist Georges Seurat is one of the worlds most fascinating art.docx
DOCX
The Assignment (2–3 pages including a budget worksheet)Explain th.docx
DOCX
The assigment is to Research and find me resources on  Portland Sta.docx
DOCX
the article.httpwww.nytimes.com20120930opinionsundaythe-m.docx
DOCX
The Arts and Royalty; Philosophers Debate Politics Please respond .docx
DOCX
The assassination of Archduke Franz Ferdinand was the immediate caus.docx
DOCX
The article Fostering Second Language Development in Young Children.docx
DOCX
The Article Critique is required to be a minimum of two pages to a m.docx
DOCX
The Apple Computer Company is one of the most innovative technology .docx
DOCX
The artist Georges Seurat is one of the worlds most fascinating art.docx
DOCX
The Article Attached A Bretton Woods for InnovationBy St.docx
DOCX
The analysis must includeExecutive summaryHistory and evolution.docx
DOCX
The annotated bibliography for your course is now due. The annotated.docx
DOCX
The Americans With Disabilities Act (ADA) was designed to protect wo.docx
DOCX
The air they have of person who never knew how it felt to stand in .docx
DOCX
The agreement is for the tutor to write a Microsoft word doc of a .docx
DOCX
The abstract is a 150-250 word summary of your Research Paper, and i.docx
The Assignment (3–5 pages)Complete a leadership development plan .docx
The assignment consist of a Case Study.  I have attached the Case St.docx
The annotated bibliography will present an introduction and five ref.docx
The artist Georges Seurat is one of the worlds most fascinating art.docx
The Assignment (2–3 pages including a budget worksheet)Explain th.docx
The assigment is to Research and find me resources on  Portland Sta.docx
the article.httpwww.nytimes.com20120930opinionsundaythe-m.docx
The Arts and Royalty; Philosophers Debate Politics Please respond .docx
The assassination of Archduke Franz Ferdinand was the immediate caus.docx
The article Fostering Second Language Development in Young Children.docx
The Article Critique is required to be a minimum of two pages to a m.docx
The Apple Computer Company is one of the most innovative technology .docx
The artist Georges Seurat is one of the worlds most fascinating art.docx
The Article Attached A Bretton Woods for InnovationBy St.docx
The analysis must includeExecutive summaryHistory and evolution.docx
The annotated bibliography for your course is now due. The annotated.docx
The Americans With Disabilities Act (ADA) was designed to protect wo.docx
The air they have of person who never knew how it felt to stand in .docx
The agreement is for the tutor to write a Microsoft word doc of a .docx
The abstract is a 150-250 word summary of your Research Paper, and i.docx

Recently uploaded (20)

PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
Lesson notes of climatology university.
PDF
Basic Mud Logging Guide for educational purpose
PDF
Computing-Curriculum for Schools in Ghana
PPTX
GDM (1) (1).pptx small presentation for students
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Complications of Minimal Access Surgery at WLH
PPTX
master seminar digital applications in india
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
RMMM.pdf make it easy to upload and study
PPTX
Cell Types and Its function , kingdom of life
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
Sports Quiz easy sports quiz sports quiz
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Lesson notes of climatology university.
Basic Mud Logging Guide for educational purpose
Computing-Curriculum for Schools in Ghana
GDM (1) (1).pptx small presentation for students
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
Complications of Minimal Access Surgery at WLH
master seminar digital applications in india
Supply Chain Operations Speaking Notes -ICLT Program
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Cell Structure & Organelles in detailed.
RMMM.pdf make it easy to upload and study
Cell Types and Its function , kingdom of life
O5-L3 Freight Transport Ops (International) V1.pdf
VCE English Exam - Section C Student Revision Booklet
TR - Agricultural Crops Production NC III.pdf
Pharma ospi slides which help in ospi learning
Sports Quiz easy sports quiz sports quiz

Evaluate a Health WebsiteName Click here to enter text.Course Cli.docx

  • 1. Evaluate a Health Website Name Click here to enter text. Course Click here to enter text.Date Click here to enter text. Pick one disease disorder or condition. Find two medicine-based websites that discuss it, such as WebMD, MedicineNet, the American Heart Association website, the American Diabetes Association website, and so on. Compare how the two websites you pick treat the subject. Then answer the following questions. Question 1: What disease or condition did you pick? Click here to enter text. Question 2: What are the two websites you looked at? 1. 2. Question 3: What differences did you find in how the two websites described the disease or condition? Click here to enter text. Question 4: Did one of the websites seem to be more reliable? If so, which, and why? If not, why not? Click here to enter text. Question 5: After reading the article, what three questions might a patient have about the condition that weren’t addressed? 1. 2. 3. Page 1
  • 2. Assessment item 1 File Systems and Advanced Scripting Value: 15% Due Date: 26-Aug-2018 Return Date: 31-Aug-2018 Length: 15 - 20 pages including screenshots Submission method options: Alternative submission method Task back to top In this assignment you will develop simple scripts to manage the user and file system whilst developing some expertise in managing a complex file system. Part 1: Automated Account Management (4 marks) You have been asked by your boss to prepare two shell scripts which manage user information. You are to prepare a simple shell script which reads a text file called users.txt. The file is in the
  • 3. form dfs /home/dfs Daniel Saffioti and creates these users on the system without any interactive input. To do this you will need to use the adduser(1) and passwd(1) commands. You will need to randomly produce the password and report this to the administrator. You can assume the fields being username, home directory and GCOS string are separate by a single white space. You can assume all users are in the same group. The program should output the username and generated password once created. Part 2: Design of a File System (3 marks) https://outlines.csu.edu.au/delivery/published/ITC333/201860/S M/I/outline.html#contentPanel You work for the Information Technology Department in your
  • 4. University and you have been asked to build a server to store user data (home directories). The volumes can grow without bounds, so it was felt that the ZFS file system should be used for each volume. The operating system itself need not be on a ZFS volume. All volumes including the operating system should be engineered in such a way to ensure the best data protection is afforded in the event of local disk failure. It is expected that no more than 1 hours worth of data will be lost. The volumes required are as follows: 1. uni0 with mount point /users/ug& quota of 200G. 2. uni1 with mount point /users/pg& quota of 200G. 3. uni2 with mount point /users/deleted& reservation of 100G. 4. uni3 with mount point /users/staff& reservation of 100G. 5. uni4 with mount point /users/guest & reservation of 250G. Given the above your task is as follows define a strategy for how you will ensure the volumes outlined above are provisioned whilst ensuring there data protection. Document this accordingly along with a suitable rationale for your design.
  • 5. Part 3: Implementing the Filesystem (4 marks) Given the strategy defined in part two, your job is to implement the storage system. 1. To do this install the latest version of Ubuntu Server on a virtual machine. You will need to ensure the networking is bridged and the root portioning is managed appropriately. You will need to add additional virtual disks to meet the storage needs above. 2. Install the ZFS package and configure it such that pools of storage are created to meet the above requirements including redundancy and backups. To achieve this use the mirroring and snapshot features of ZFS. Demonstrates your filesystem working and provide any insights gained along the way. Part 4: File System Management with Scripts (4 marks) Now that you have a plan for the storage there are a few house keeping matters to take care of because users tend to be somewhat liberal with their storage. 1. Write a script to make sure that user home directories are owned and only accessible by the owner. The script can assume home directories are descendants of /users. 2. Finally write a script which takes as an argument the
  • 6. filesystem name e.g. /home and looks for objects which do not belong i.e. end with the extension a.mp3 b.aac c.mp4 d..mov e..avi f..vid When these files are found a summary should be produced including where they are and the size. The script should also remove the files. Demonstrate each script working in your submission and document the source code and any insights gained along the way. Rationale back to top This assessment task will assess the following learning outcome/s:
  • 7. servers from the command line. management tasks. accessed via the internet. In this assignment you will develop simple scripts to manage the user and file system whilst developing some expertise in managing a complex file system. Marking criteria and standards back to top Question Criteria HD DI CR PS FL Part 1: Automated Account Management Ability to learn and use systems administration techniques. Application of technical
  • 8. knowledge. Explanation, Evidence and Referencing. Demonstrated working automated account management script which exceeds all functional requirements. Reflecting on your learning experience, providing evidence of insight and commenting on the acquisitions of new knowledge drawing from multiple sources. Demonstrated working automated account
  • 9. management script which meets all functional requirements. Reflect on your own learning experience providing evidence of insight, drawing on multiple sources to develop understanding. Demonstrated working automated account management script which partially meets functional requirements. Consider and reflect on your own experience, drawing on multiple
  • 10. sources to develop understanding. Demonstrated working automated account management script which meets basic functional requirements. Consider and reflect on your own experience. Major errors and omissions. Limited detail and understanding demonstrated. Part 2: Design of
  • 11. File System Ability to learn and use systems administration Documented file system design which exceeds all functional requirements. Documented file system design which meets all functional requirements. Documented file system design which partially meets all functional Documented file system design which meets basic functional Major errors and omissions.
  • 13. multiple sources. Reflect on your own learning experience providing evidence of insight, drawing on multiple sources to develop understanding. requirements. Consider and reflect on your own experience, drawing on multiple sources to develop understanding. requirements. Consider and reflect on your own experience. Limited detail and
  • 14. understanding demonstrated. Part 3: Implementation of File System Ability to learn and use systems administration techniques. Application of technical knowledge. Explanation, Evidence and Referencing. Implemented file system which exceeds all functional
  • 15. requirements. Reflecting on your learning experience, providing evidence of insight and commenting on the acquisitions of new knowledge drawing from multiple sources. Implemented file system which meets all functional requirements. Reflect on your own learning experience providing evidence of insight, drawing on multiple sources to develop understanding.
  • 16. Implemented file system which partially meets all functional requirements. Consider and reflect on your own experience, drawing on multiple sources to develop understanding. Implemented file system which meets basic functional requirements. Consider and reflect on your own experience. Major errors and omissions. Limited detail and
  • 17. understanding demonstrated. Part 4: File System Management and Scripts Ability to learn and use systems administration techniques. Application of technical knowledge. Explanation, Evidence and Referencing. Demonstrated working file system management scripts which exceeds all functional
  • 18. requirements. Reflecting on your learning experience, providing evidence of insight and commenting on the acquisitions of new knowledge drawing from multiple sources. Demonstrated working file system management scripts which meets all functional requirements. Reflect on your own learning experience providing evidence of insight, drawing on multiple sources to
  • 19. develop understanding. Demonstrated working file system management scripts which partially meets all functional requirements. Consider and reflect on your own experience, drawing on multiple sources to develop understanding. Demonstrated working file systems management scripts which meets basic functional requirements.
  • 20. Consider and reflect on your own experience, drawing on multiple sources to develop understanding. Major errors and omissions. Limited detail and understanding demonstrated. Limited detail and understanding demonstrated. Presentation
  • 21. back to top You should submit your assessment in a single word document which contains all components of your assignment. Use screenshots to provide evidence and details of the work you have done to compliment your written answers. You should reference where appropriate using an approve referencing style to support your work. https://outlines.csu.edu.au/delivery/published/ITC333/201860/S M/I/outline.html#contentPanel