49
CS615 - Aspects of System Administration Slide 1 CS615 - Aspects of System Administration The Whole Semester In One Class Department of Computer Science Stevens Institute of Technology Jan Schaumann [email protected] https://stevens.netmeister.org/615A/ Review May 4, 2020

CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 1

CS615 - Aspects of System Administration

The Whole Semester In One Class

Department of Computer Science

Stevens Institute of Technology

Jan Schaumann

[email protected]

https://stevens.netmeister.org/615A/

Review May 4, 2020

Page 2: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 2

Basic Disk Concepts: Storage Models

Direct Attached Storage (DAS)

ssh lab ’df -hT /’

Review May 4, 2020

Page 3: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 3

Basic Disk Concepts: Storage Models

Network Attached Storage (NAS)

ssh lab ’df -hT /home/$(whoami)’

Review May 4, 2020

Page 4: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 4

Basic Disk Concepts: Storage Models

Storage Area Networks (SAN)

Review May 4, 2020

Page 5: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 5

Basic Disk Concepts: Storage Models

Cloud Storage (Examples: EBS, S3)

Review May 4, 2020

Page 6: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 6

Basic Disk Concepts: Disk Devices

Review May 4, 2020

Page 7: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 7

Storage Models and Disks

Aboubacar Diawara

https://www.dnsstuff.com/storage-array

Review May 4, 2020

Page 8: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 8

Lecture 03

Filesystem Basics, Software Types

Review May 4, 2020

Page 9: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 9

Basic Filesystem Concepts: The UNIX Filesystem

Review May 4, 2020

Page 10: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 10

Filesytem Basics

Chirag Rana

Filesystem Overview - https://is.gd/HfT7rJ

File System Inconsistency - https://is.gd/0usKSf

FSCK or Journaling - https://is.gd/jlFtOY,

https://is.gd/YXrXir

Review May 4, 2020

Page 11: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 11

Types of Software

Review May 4, 2020

Page 12: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 12

Software Installation and Package Managers

David Sevilla

https://is.gd/Og4J7w

https://lwn.net/Articles/712318/

Review May 4, 2020

Page 13: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 13

Lecture 04

Software Installation, Multiuser Fundamentals

Review May 4, 2020

Page 14: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 14

Software Installation

Harshala Yadav

https://is.gd/1Mbj2q

Review May 4, 2020

Page 15: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 15

Multiuser Fundamentals

Elliot Wasem

https://is.gd/DpcmI

Review May 4, 2020

Page 16: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 16

Lecture 05 / Lecture 06

Networking

Review May 4, 2020

Page 17: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 17

Mommy, where do IP addresses come from?

The Internet Assigned Numbers Authority (IANA) oversees global IP

address/AS number allocation, root zone management etc.

Regional Internet Registries (RIR) manage the allocation and registration

of Internet number resources within a region of the world.

Review May 4, 2020

Page 18: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 18

WHOIS ASN?

Autonomous System Numbers (ASNs) are assigned by IANA to the

RIRs, see e.g. ftp://ftp.arin.net/pub/stats/arin/

You can query databases on the internet about e.g. IP block or ASN

information via the WHOIS protocol:

$ whois 155.246.89.100 | more

NetRange: 155.246.0.0 - 155.246.255.255

CIDR: 155.246.0.0/16

NetName: STEVENS

NetHandle: NET-155-246-0-0-1

Parent: NET155 (NET-155-0-0-0-0)

NetType: Direct Assignment

Organization: Stevens Institute of Technology (SIT)

RegDate: 1991-12-31

Updated: 2007-01-29

Ref: https://whois.arin.net/rest/net/NET-155-246-0-0-1

Review May 4, 2020

Page 19: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 19

WHOIS ASN?

Carriers connect their Autonomous Systems at Internet Exchange Points

(IXPs) to route traffic between the different networks.

This peering happens amongst carriers on a tiered basis.

Examples:

https://peeringdb.com/net?asn=6939

https://peeringdb.com/net/27

https://peeringdb.com/net/433

https://peeringdb.com/net/457

Review May 4, 2020

Page 20: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 20

Networking

Stringing cables across the oceans’ floors since 1866!

http://www.submarinecablemap.com/

http://is.gd/CjanOu

Review May 4, 2020

Page 21: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 21

Networking I

Jared Bass

https://is.gd/bP8dZU

https://is.gd/EA2Ddy

Review May 4, 2020

Page 22: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 22

A simple example

$ strace -f telnet www.google.com 80 2>strace.out

Trying 173.194.73.99...

Connected to www.google.com.

Escape character is ’^]’.

GET / HTTP/1.0

[...]

Review May 4, 2020

Page 23: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 23

TCP/IP Basics: Putting it all together

Review May 4, 2020

Page 24: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 24

Networking II

Jiahan Liu

https://skerritt.blog/how-does-tor-really-work/

Review May 4, 2020

Page 25: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 25

Lecture 07

DNS; HTTP

Review May 4, 2020

Page 26: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 26

Hostname resolution

Review May 4, 2020

Page 27: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 27

DNS

Michael Appiah

https://securitytrails.com/blog/8-tips-to-prevent-dns-attacks

https://www.esecurityplanet.com/network-security/how-to-prevent-dns-attacks.html

Review May 4, 2020

Page 28: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 28

The Hypertext Transfer Protocol

HTTP is a request/response protocol:

1. client sends a request to the server

request method

URI

protocol version

request modifiers

client information

2. server responds

status line (including success or error code)

server information

entity metainformation

content

Review May 4, 2020

Page 29: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 29

HTTP Proxy Servers

HTTP traffic usually is very asymmetric

a lot of the content is static

network ACLs may restrict traffic flow

Review May 4, 2020

Page 30: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 30

Lecture 08

SMTP / HTTPS

Review May 4, 2020

Page 31: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 31

TLS

Transport Layer Security

set of cryptographic protocols

operates on layer 6 of OSI stack (Presentation Layer)

independent of HTTP

RFC5246 (TLS 1.2)

Two distinct security mechanisms:

1. encryption of data in transit

2. authentication of parties

Review May 4, 2020

Page 32: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 32

HTTP/HTTPS

Mark Freeman

https://web.stanford.edu/class/cs253/

https://www.cloudflare.com/learning/ssl/how-does-public-key-encryption-work/

Review May 4, 2020

Page 33: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 33

SMTP: Sending...

# tcpdump -i xennet0 -w /tmp/t.out port not 22 2>/dev/null &

# mail -s "CS615 - SMTP Exercise" [email protected] -f [email protected]

Hello,

SMTP is simple.

-Jan

.

EOT

# fg

tcpdump -i xennet0 -w /tmp/t.out port not 22 2>/dev/null

^C

Review May 4, 2020

Page 34: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 34

Sending...

$ telnet 155.246.14.37 25

Trying 155.246.14.37...

Connected to spamfilter01.stevens.edu.

Escape character is ’ˆ]’.

220 spamfilter01.stevens.edu ESMTP (fe32969a29a5f461e53bf93b18c8fdb5)

EHLO ip-10-235-167-232.ec2.internal

250-spamfilter01.stevens.edu Hello ec2-54-205-68-41.compute-1.amazonaws.com

pleased to meet you

250-SIZE 50000000

250-PIPELINING

250-8BITMIME

250 HELP

MAIL FROM:<[email protected]> SIZE=380

250 Sender <[email protected]> OK

RCPT TO:<[email protected]>

250 Recipient <[email protected]> OK

Review May 4, 2020

Page 35: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 35

Sending...

DATA

354 Start mail input; end with <CRLF>.<CRLF>

Received: by ip-10-235-167-232.ec2.internal (Postfix, from userid 0)

id 2A17275438; Mon, 4 Apr 2016 15:42:33 +0000 (UTC)

To: [email protected]

Subject: CS615 - SMTP Exercise

Message-Id: <[email protected]>

Date: Mon, 4 Apr 2016 15:42:33 +0000 (UTC)

From: [email protected] (Charlie Root)

Hello,

SMTP is simple.

-Jan

.

250 Ok: queued as 6A9C76F4004

Review May 4, 2020

Page 36: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 36

SMTP

Nan Cui

https://is.gd/LJAYTT

Review May 4, 2020

Page 37: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 37

Lecture 09

Writing System Tools

Review May 4, 2020

Page 38: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 38

Tools

Review May 4, 2020

Page 39: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 39

Unix Philosophy

Write programs that do one thing and do it well.

Write programs to work together.

Write programs to handle text streams, because

that is a universal interface.

Review May 4, 2020

Page 40: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 40

Writing System Tools

Ritvik Tiwari

https://www.linuxjournal.com/content/sysadmin-101-automation

Review May 4, 2020

Page 41: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 41

Lecture 10

Backup and Disaster Recovery / Monitoring

Review May 4, 2020

Page 42: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 42

Backup and Disaster Recovery

Review May 4, 2020

Page 43: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 43

Backup and Disaster Recovery

Sai Gudivada

https://is.gd/ih10np

https://is.gd/dBFPdn

Review May 4, 2020

Page 44: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 44

Events and Metrics

Review May 4, 2020

Page 45: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 45

Events and Metrics

Timothy Steinberg

https://is.gd/B2MwMU

https://is.gd/qDTBKG

Review May 4, 2020

Page 46: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 46

Lecture 11

Configuration Management

Review May 4, 2020

Page 47: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 47

CM States

Review May 4, 2020

Page 48: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 48

Configuration Management

Zhipeng Zhang

https://is.gd/aZRvit

https://www.upguard.com/articles/ansible-vs-chef

Review May 4, 2020

Page 49: CS615 - Aspects of System Administration The Whole ... · Lecture 04 Software ... Review May 4, 2020. CS615 - Aspects of System Administration Slide 14 Software Installation Harshala

CS615 - Aspects of System Administration Slide 49

This Whole Semester in One Slide

System Administration is a unique, constantly

developing profession.

It can be fun, satisfying, interesting, and impactful,

but it’s not easy.

Don’t be lazy.

Review May 4, 2020