CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Documentation.

Slides:



Advertisements
Similar presentations
EPrints Web Configuratio n Management. SQL database Web server Scripts to configure repository activities Configuration files EPrints - the Administrator's.
Advertisements

4. Internet Programming ENG224 INFORMATION TECHNOLOGY – Part I
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Debugging.
1 Lesson 14 Sharing Documents Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
XP Information Technology Center - KFUPM1 Microsoft Office FrontPage 2003 Creating a Web Site.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
GNU/Linux Filesystem 1 st AUT GNU/Linux Festival Computer Engineering & IT Department Bahador Bakhshi.
1 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
1 of 4 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Guide to Linux Installation and Administration, 2e1 Chapter 12 Printing in Linux.
CIT 383: Administrative ScriptingSlide #1 CIT 383: Administrative Scripting RSS.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
CIT 470: Advanced Network and System Administration
Documentation 1. User Documentation 2. Technical Documentation 3. Program Documentation.
Linux Operations and Administration
Doxygen: Source Code Documentation Generator John Tully.
Plone Großes Seminar Blockseminar SS04 Referentin: Katja Reitz.
Linux Operations and Administration
CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Help Desks.
CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Help Desks.
Chapter 33 CGI Technology for Dynamic Web Documents There are two alternative forms of retrieving web documents. Instead of retrieving static HTML documents,
Chapter 8 The Internet: A Resource for All of Us.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Exploring Microsoft Office Word 2007 Chapter 8 Word and the Internet Robert Grauer, Keith.
CENT 305 Information Systems Security Linux Introduction.
CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration People.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
>> Introduction to HTML: Tags. Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language.
PUBLISHING ONLINE Chapter 2. Overview Blogs and wikis are two Web 2.0 tools that allow users to publish content online Blogs function as online journals.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 27 How Internet Searching Works.
FTP Server and FTP Commands By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
Isecur1ty training center Presented by : Eng. Mohammad Khreesha.
Wiki: The Ultimate Tool For Online Collaboration Meredith Farkas November 15, 2006 Michigan Library Consortium.
Writing macros and programs for Voyager cataloging Kathryn Lybarger ELUNA 2013 May 3, #ELUNA2013.
Guide to Linux Installation and Administration, 2e1 Chapter 7 The Role of the System Administrator.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 1 1 Microsoft Office FrontPage 2003 Tutorial 1 – Creating a Web Site.
1 John Magee 9 November 2012 CS120 Lecture 17: The World Wide Web and HTML Web Publishing.
Information Technology 1 (Wiki + ResTechs) = (Fresh documentation + Organic Knowledge Management + Training Materials + Good, Cheap Technical Writers)
Agenda Link of the week Use of Virtual Machine Review week one lab assignment This week’s expected outcomes Review next lab assignments Break Out Problems.
CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Change and Configuration Management.
With Windows 7 Introductory© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Windows 7 Introductory Chapter 3 Advanced File Management and Advanced.
Introducing HingX now with Capacity Development Network.
CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Disaster Recovery.
CIT 383: Administrative ScriptingSlide #1 CIT 383: Administrative Scripting Introduction.
CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Change and Configuration Management.
CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration System Monitoring.
Greenstone Building your own collection. Overview Installation Usage Building a collection.
Week Two Agenda Announcements Link of the week Use of Virtual Machine Review week one lab assignment This week’s expected outcomes Next lab assignments.
World Wide Web Guide * for Students to the Internet.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Services.
The Web Web Design. 3.2 The Web Focus on Reading Main Ideas A URL is an address that identifies a specific Web page. Web browsers have varying capabilities.
LMEvents SharePoint Portal How-to Guide
Lesson 9 Sharing Documents
Unix Operating System (Week Two)
CIT 470: Advanced Network and System Administration
Lesson 9 Sharing Documents
CIT 470: Advanced Network and System Administration
CIT 470: Advanced Network and System Administration
Chapter 27 WWW and HTTP.
11/26/2018 UNIX Man Pages - Gururaj B S HP_presentation_template.
Tutorial Developing a Basic Web Page
ICT Word Processing Lesson 5: Revising and Collaborating on Documents
Lesson 14 Sharing Documents
ICT Word Processing Lesson 1: Introduction to Word Processing
SUSE Linux Enterprise Desktop Administration
CIT 470: Advanced Network and System Administration
Module 06 Getting Help.
Presentation transcript:

CIT 470: Advanced Network and System AdministrationSlide #1 CIT 470: Advanced Network and System Administration Documentation

CIT 470: Advanced Network and System AdministrationSlide #2 Topics 1.Why document 2.How to document 3.External documentation 4.Man pages

CIT 470: Advanced Network and System AdministrationSlide #3 Why Document Teaches SAs how to do critical procedures –So you can go on vacation. –So you can get promoted. Self-help desk –Let users solve their problems quickly. –Requires less time from SAs.

CIT 470: Advanced Network and System AdministrationSlide #4 Forms of Documentation Text files and web pages –Generic free form text, READMEs, etc. Man pages –UNIX manual pages for commands, configs, etc. FAQs –Frequently asked question lists. Reference Lists –Vendors w/ contact info, serial numbers, employee dir Checklists and HOWTOs –Step by step description of a procedure. –Ex: new hire, installs, OS hardening

CIT 470: Advanced Network and System AdministrationSlide #5 Documentation Template Title: –Simple, short description. Metadata: –Author with contact information –Revision date, history What: –Description of what the document tells you to do. How –Step by step description of procedure. –Indicate why you’re doing steps where appropriate.

CIT 470: Advanced Network and System AdministrationSlide #6 Sources for Documentation Command history –Use script command before starting. –Use history command after finishing. Screen shots –Print screen –import command to grab windows. – conversations may describe commands. –Don’t use as documentation; just as a source. Request Tickets –Problem solutions often documented in notes.

CIT 470: Advanced Network and System AdministrationSlide #7 Documentation Storage Shared directory –README to describe rules and policies. –Subdirectories for topics. –Text or HTML files in directories. Web site –Directory shared via web server. Content Management System –Web-based publishing and collaboration tool. –Provides access control, versioning, easy markup.

CIT 470: Advanced Network and System AdministrationSlide #8 Wiki Collaborative web-editing software. –Invented by Ward Cunningham in –Wiki is a Hawaiian word for fast. Features –Edit pages within web browser. –Simplified markup language. –Version control of pages. –Access control limits who can read and/or edit.

CIT 470: Advanced Network and System AdministrationSlide #9 Version Control Allows tracking of history of changes. Can compare different versions. Can revert to older versions in case of bad edits or spam.

CIT 470: Advanced Network and System AdministrationSlide #10 Search Text-based storage –grep can search any text files. –Indexing programs can provide faster searches for large repositories of text or binary data. Binary storage –Binary document formats, like those used by word procs, are much harder to search. –Often restricted to using creator application’s search capabilities. Web search programs can be installed for web. –Spider program crawls site to build index. –Search program accesses index to find search terms.

CIT 470: Advanced Network and System AdministrationSlide #11 Off-site Links Use off-site links to provide documentation. –Many references, howtos, FAQs outside org. Use anonymizing redirection –HTTP Referer header will reveal URL from internal site, which may leak project and people names and other information.

CIT 470: Advanced Network and System AdministrationSlide #12 External Documentation tldp.org : The Linux Documentation Project –Man pages –FAQs –HOWTOs –Guides (online books) howtoforge.com : Many Linux HOWTOs –Mostly OS + server install and configuration. ugu.com : UNIX Guru Universe

CIT 470: Advanced Network and System AdministrationSlide #13 Man pages Standard online UNIX documentation. –Commands –Configuration files –Programming interfaces Accessible –man pagename –man section pagename –Web-based man pages. Searchable –man –k keyword

CIT 470: Advanced Network and System AdministrationSlide #14 Man sections 1.User commands that anyone can use. 2.System calls (kernel functions.) 3.Library functions for programmers. 4.Devices (hardware interfaces in /dev) 5.File format descriptions (/etc/passwd) 6.Game, graphics demos. 7.Miscellaneous (boot, icmp, url, man-pages) 8.System administration tools for root.

CIT 470: Advanced Network and System AdministrationSlide #15 whichman Find matching man pages in all sections. –Helps find which section you need. –Uses fuzzy matching algorithm. $ whichman -0 printf /usr/share/man/man1/printf.1.gz /usr/share/man/man3/printf.3.gz $ whichman printf /usr/share/man/man1/printafm.1.gz /usr/share/man/man1/printf.1.gz /usr/share/man/man1/print.1.gz /usr/share/man/man3/print.3ncurses.gz /usr/share/man/man3/snprintf.3.gz /usr/share/man/man3/vdprintf.3.gz /usr/share/man/man3/vsprintf.3.gz /usr/share/man/man3/vfprintf.3.gz /usr/share/man/man3/wprintf.3.gz

CIT 470: Advanced Network and System AdministrationSlide #16 Man Page Storage Stored under /usr/share/man –Subdirectories for each section. –May include language-specific subdirectories. –MANPATH environment variable is a :-separated list of paths to search for man pages. Man page files –Often compressed with gzip. –File suffix is a number indicating the section. –Written in nroff text-formatting language.

CIT 470: Advanced Network and System AdministrationSlide #17 Man Page Output LS(1) User Commands LS(1) NAME ls - list directory contents SYNOPSIS ls [OPTION]... [FILE]... DESCRIPTION List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort. Mandatory arguments to long options are mandatory for short options too. -a, --all do not ignore entries starting with. -A, --almost-all do not list implied. and..

CIT 470: Advanced Network and System AdministrationSlide #18 nroff code for page.TH LS "1" "June 2006" "ls 5.97" "User Commands".SH NAME ls \- list directory contents.SH SYNOPSIS.B ls [\fIOPTION\fR]... [\fIFILE\fR]....SH DESCRIPTION.\" Add any additional description here.PP List information about the FILEs (the current directory by default). Sort entries alphabetically if none of \fB\-cftuvSUX\fR nor \fB\-\- sort\fR..PP Mandatory arguments to long options are mandatory for short options too..TP \fB\-a\fR, \fB\-\-all\fR do not ignore entries starting with..TP \fB\-A\fR, \fB\-\-almost\-all\fR do not list implied. and..

CIT 470: Advanced Network and System AdministrationSlide #19 nroff codes Title Header:.TH prog mansect cf lf ch Sections:. SH sectionname –NAME is required. –Most have: SYNOPSIS, DECRIPTION, OPTIONS, FILES, BUGS, AUTHOR, SEE ALSO Paragraphs –.PP : new paragraph –.TP : index text that comes 2 lines after this macro –.NF : pre-formatted text –.” : comment line Fonts –.B : bold (also \fB ) –.I : italics (also \fI ) –.R : roman (also \fR )

CIT 470: Advanced Network and System AdministrationSlide #20 References 1.Mark Burgess, Principles of Network and System Administration, 2 nd edition, Wiley, Aeleen Frisch, Essential System Administration, 3 rd edition, O’Reilly, Thomas A. Limoncelli and Christine Hogan, The Practice of System and Network Administration, 2 nd edition, Addison-Wesley, Evi Nemeth et al, UNIX System Administration Handbook, 3 rd edition, Prentice Hall, 2001.