What to new sysadmins should be learning?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers What to new sysadmins should be learning?
# 1  
Old 12-23-2003
What to new sysadmins should be learning?

I'm reading through yet another book on Unix admin'ing and it occurs to me once again that there are simply way too many things that you could be learning about with Unix for a newbie and you don't have infinite amounts of time to learn it all.

For instance, I'm told that learning the intricacies of something like sendmail is probably not worth it because (1) you won't be mucking around with sendmail as a Unix admin newbie and (2) you won't understand the nuances and importances of many issues/concerns if you aren't a seasoned Unix admin in the first place.

So what would you suggest Unix admin newbies stick to reading about and experimenting with given he/she doesn't have all the time in the world to learn everything off the bat? I understand that newbie Unix admins should be very familiar with more-or-less novice tasks like installing OS's, being able to use things like vi and perl with at least some proficiency, and be familiar with as many commands as possible. What I would like to know is what apps should a newbie Unix admin be famililar with, more than just knowing what it does?

What tasks would an entry-level Unix admin be required to do that would necessitate learning or knowing this-or-that app? I understand that there is no 'typical' answer to this question, I'm looking for examples or your experiences in such situations.

Thanks.
# 2  
Old 12-23-2003
First of all! Merry Christmas and/or Happy Hannukah!

Though I am not an admin, In my humble opinion, learn shell scripting! You will take away quite a bit about UNIX if you do. I have learned much from studying the init scripts, reading about the boot process and by simply just tinkering around with the box. There is a lot to learn about UNIX, pick a spot and jump right in! By the way, hand around this board and you will learn quite a bit. Good luck.
# 3  
Old 12-24-2003
The answer to this question depends heavily on what the servers you are admin for do. So take my recommendations as coming from somebody whose primary responsibility the past few years had been supporting mostly production and development database servers . . . .

I think the most important thing to learn beyond the basic OS stuff is storage. Almost everybody uses Veritas, so learn that even if your particular job now doesn't require it. Also, if you have any SAN gear like EMC, StorageTek, Hitachi, or other disk arrays learn about those as well.

I'd recommend learning Veritas Volume Manger and Filesystem thoroughly. If your environment uses exclusively something else, like HP/UX LVM, then maybe do that instead (but knowing Veritas too can't possibly hurt the resume). Know how to set up various RAID configurations in software as well as using your SAN hardware if you have it. Know what the various filesystem settings are and how they impact I/O performance. Know how to move data between systems and how to recover if a box crashes hard enough it needs to be rebuilt. If you have a SAN knowing how your snapshots, BCVs, or whatever other business continuity features it has available works.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Learning VI editor

Hi, Can you give me some good document or link to learn more about "vi" editor. I'm interested to master its short-cut keys and tricks in the VI editor, please help, thank you. (1 Reply)
Discussion started by: Dev_Dev
1 Replies

2. UNIX for Advanced & Expert Users

I am learning UNIX and

I am wondering, is there a core book or instruction DVD that I can learn from and be functional in UNIX with. I know a lot of the basic commands and I just figured out how to create a file but, I want to be able to handle this with no problem. (3 Replies)
Discussion started by: MOSE
3 Replies

3. UNIX for Advanced & Expert Users

Sysadmins: your top 10 duties/responsibilities?

For you Unix sysadmins: what are you 10 most common duties/responsibilities as sysadmins and what would you suggest a newbie sysadmin do to learn them? For instance, say adding/deleting users is one of your most common duties. So a newbie would be wise to get familiar with useradd/userdel,... (15 Replies)
Discussion started by: jatkins679
15 Replies

4. UNIX for Dummies Questions & Answers

learning on my own

can i do this? i am learning this on my own..and from the book..simple unix i am not sure if the syntax would work if statement then statement do or for or while statement done else statement fi.... I dont know how else to explain that...I hope I... (2 Replies)
Discussion started by: jonas27
2 Replies
Login or Register to Ask a Question