Week 1 - What is Systems Administration? Flashcards
What does IT infrastructure encompass? (4)
- Software
- Hardware
- Network
- Services
all required for an organization to operate in an enterprise IT environment
What are the 3 most common form factors for servers?
medieval, oven, wesley snipes
- Tower server (sit upright)
- Rack server (lay flat)
- Blade server (slimmer than rack servers)
What is a KVM switch? What does a KVM switch allow you to do?
connect… control…one
Stands for keyboard, video, and mouse
It allows you to connect to multiple computers using a single keyboard, mouse, and monitor
How do you define a data center?
A facility that stores hundreds or thousands of servers
What are “clients”?
Clients request the service provided by a server
What are 3 things an internet service handles for you in terms of datacenters?
police, down, hostess
- Security
- Updates
- Server Hardware
What’s a good way to cover your bases when it comes to your company using the cloud to store data?
Back up critical data in the cloud and on a physical disk
What are the 4 main stages of a hardware lifecycle?
pro, dep, mai, ret
- Procurement - purchase hardware or re-use hardware for an employee
- Deployment - hardware is set up so employee can do their job
- Maintenance - stage where software is updated and any hardware issues are fixed
- Retirement - final stage where hardware becomes unusable, no longer needed and must be removed from computer fleet
What does it mean to batch update?
Once every month or so you update the servers with the latest security patches and critical system updates so you don’t waste time updating as soon as updates come in
What’s the command in Linux that allows us to record a group of commands as they’re being issued along with their output?
script
As an admin, it’s crucial to ______ what you did to repeat the same process in the future and fix any issues
document
What’s a good way to “think before you type”?
Write out the steps you plan to take before you do them
(helps to plan ahead and serves as documentation)
What’s the Windows equivalent of Linux’s script command?
Start-Transcript
What other tools can we can use to record an interaction with an application besides Linux command script and Windows command Start-Transcript? (3)
record, o, v
- Record My Desktop tool (Linux)
- OBS
- VLC
What are 3 steps you can take to make sure you can quickly revert to a previous state in case something goes wrong (rollback)?
make a , keeping your config…, documenting what steps…
- Make a copy of the state before changing it
- Keeping your configuration in a version control system
- Documenting what steps you need to take in order to go back to the previous state