Junior SA Tasks?


 
Thread Tools Search this Thread
Operating Systems AIX Junior SA Tasks?
# 1  
Old 07-23-2008
Junior SA Tasks?

I've been given more responsibility at work and was basically told to take junior system admin responsibilities over our aix box. The catch is, I need to learn on my own. I know basics, but what are some task that I could perform on a daily basis for starters? We have a support group, but not so reliable hence why I was given the opportunity. Main concern is runaway processes. Eating up resources on our box and slowing down the production jobs. How can I have prevented that? Is there monitoring software as well? Also, what are some basic junior sa tasks. Thats a priority for me now. Thanks in advance.
# 2  
Old 07-24-2008
Not knowing what you already know I would start to learn following things:

- get used to the shell and basic Unix commands like
ps, df, ls, cat, more, mount, ifconfig, netstat, rm, touch, find, date, etc.
- AIX has superb man pages with examples and also a good documentation ie. the IBM info center
- get used to smit(ty); btw with F6 or escape+6 you can always check what command smit is going to fire off behind the scenes
- text processing & shell scripting (ksh, grep, tr, sed, awk)
- LVM (lspv, lsvg, lslv, ...)
- what the ODM is and how you can query it etc.
- package management with smit or installp, lslpp, rpm, ...
- backups with mksysb
- read about virtualization (HMC, LPAR/DLPAR)
- NIM
- start reading about performance tuning (vmstat, sar, svmon, ...)
- how VMM works
- keep reading AIX forums to find interessting stuff
- also consult IBM red books

Most important is:
-> Try out everything you can without risking the production.
-> Always ask if you don't know or if you are unsure.

Last edited by zaxxon; 07-24-2008 at 02:57 AM..
# 3  
Old 07-24-2008
Thanks, thats helpful. I will keep reading. I have a specific question. I'll ask it in a new thread.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Junior engineer attending a senior engineering interview.

So the company I work for is interviewing for a senior engineer, DevOps position. I was requested to participate in the last interview. I realize, among many things, personality and group cohesiveness are a contributing factor when considering a new employee. With this in mind I only asked... (4 Replies)
Discussion started by: Circuits
4 Replies

2. Shell Programming and Scripting

Doing multiple tasks in a loop.

I am in the process of updating a folder of hundreds of recipe html files. I've already managed to modify a number of things in each file but I have run into something that's beyond my ability. I have a text file that I need to insert the contents into the html at a specific point. It creates... (0 Replies)
Discussion started by: Trapper
0 Replies

3. Shell Programming and Scripting

Linking two tasks in a script

Hi, I have a question. I have a file that I need to do two things to. The first thing I need to do is turn a file with lines before and after a line with the term "Acceptance" into only the "Acceptance" line and every line thereafter. I am using this: grep -A1000000 "Acceptance" Brown_DL... (2 Replies)
Discussion started by: mikey11415
2 Replies

4. Homework & Coursework Questions

Hello.. can someone help my with this tasks?

1. Write a shell program which renames the current directory with the given file extension to another extension. The playoffs are given on the command line. Example usage: $ Rename txt doc will be renamed: aaa.txt in aaa.doc Juhutxt in Juhudoc ... * To solve, you can also help with... (5 Replies)
Discussion started by: eclip
5 Replies

5. Shell Programming and Scripting

schedule tasks

As far as I know Crontab is the utulity to schedule tasks to run at specific times.Is there any utility to perform the same task (4 Replies)
Discussion started by: tjay83
4 Replies

6. UNIX for Dummies Questions & Answers

Need help with tasks!

Hi guys! I have a dummy question for u :p I cant find a solution for these tascks...tried everything (i know :cool: ). 1 Issue the following command sleep 1000 Note that sleep 1000 waits 1000 seconds!!! You cannot do anything now!!! 2 Open another terminal window and enter the tty... (1 Reply)
Discussion started by: RomeO
1 Replies

7. UNIX for Dummies Questions & Answers

Repetitive Tasks

Could someone tell me how I can simplify the script that follows!!! I know that there must be a way how to grep Average from sar01.................. sar02 ....................... sar03....................... sar04... (3 Replies)
Discussion started by: JairGuerra
3 Replies
Login or Register to Ask a Question