Unix Career Path


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Unix Career Path
# 1  
Old 09-26-2007
Unix Career Path

Hi,

I've been in the IT field for a few years now, less than 10. I've done a little of everything from database administration, development, systems administration, and unix administration. Although, I wouldnt say I'm a senior level in any of those. Unix definitely stands out in my preferences of a career path so I decided to look from some kind of Junior Unix Systems Administration position. I found a position that isnt exactly sa authoritive, but has unix server monitoring tasks, and one of the biggest tasks they are looking for is a junior unix scripting person. They say in the future they are looking to take over the servers completely as its being handled by another team. Do you think this would be a good opportunity to learn more unix internals as a scripter?
# 2  
Old 09-26-2007
I have done SA work in the past for many years in UNIX and non-UNIX platforms. I would say that a UNIX scripting role would be good to add to your qualifications. But, I'm not sure it will help you gain more UNIX experience from an SA point of view.

In my current role I do lots of UNIX scripts for monitoring of applications, hardware, operating systems, databases, etc. but I work from a list of requirements that development or the SA's give me. So they tell me what process or resources to monitor or mechanize and the desired thresholds and I make it happen using things like Nagios, OVO or Patrol.

Now my SA background got me into my current role. But, I don't know if my current role would get me into an SA job. I do miss the SA job but I really like being able to script more and work a regular 40 work week. As an SA I was always on-call with a cell phone 24x7x365.

Good luck!
# 3  
Old 09-26-2007
Quote:
Originally Posted by NycUnxer
Do you think this would be a good opportunity to learn more unix internals as a scripter?
Yes, but ideally not on the post mortem slab! This is an area where you need to be ahead of the game and able to foresee problems. You don't want to be reading tons of man pages at 2am in the morning trying to work out why your company's data disappeared.
# 4  
Old 09-26-2007
Quote:
Originally Posted by tomas
I have done SA work in the past for many years in UNIX and non-UNIX platforms. I would say that a UNIX scripting role would be good to add to your qualifications. But, I'm not sure it will help you gain more UNIX experience from an SA point of view.

In my current role I do lots of UNIX scripts for monitoring of applications, hardware, operating systems, databases, etc. but I work from a list of requirements that development or the SA's give me. So they tell me what process or resources to monitor or mechanize and the desired thresholds and I make it happen using things like Nagios, OVO or Patrol.

Now my SA background got me into my current role. But, I don't know if my current role would get me into an SA job. I do miss the SA job but I really like being able to script more and work a regular 40 work week. As an SA I was always on-call with a cell phone 24x7x365.

Good luck!
What is the name of your role? The Unix scripting part would just be a main task, but there are other system administration tasks also some Sql database administration tasks later on. The Unix system administration role is something they hope to take over which is what the position I'm looking into would be getting involved in. For now its alot of monitoring and scripting on Unix servers. To me it sounds interesting and definitely the right path. Hope it is.
# 5  
Old 09-26-2007
Quote:
Originally Posted by porter
Yes, but ideally not on the post mortem slab! This is an area where you need to be ahead of the game and able to foresee problems. You don't want to be reading tons of man pages at 2am in the morning trying to work out why your company's data disappeared.
Well, its just test development scripting I would be doing now. They mentioned they understand this would be a junior role, but nonetheless in the beginning it would be alot of modifying Unix scripts for improvement etc......
# 6  
Old 10-23-2007
unix scripting will get you more familiar with unix and make you more efficient ... if you desire to get into senior positions later, i definitely advise you to take up and get proficient in scripting ...

as an example ... suppose i want to copy one file to 10 servers ... for a non-scripter, the process would be:

Code:
scp file server1:/dir/file
scp file server2:/dir/file
scp file server3:/dir/file
scp file server4:/dir/file
scp file server5:/dir/file
scp file server6:/dir/file
scp file server7:/dir/file
scp file server8:/dir/file
scp file server9:/dir/file
scp file server10:/dir/file

basically a non-scripter took 10 steps to copy the file to 10 servers and did not even confirm yet that it is where it should be ...

for a scripter, the process would be (in kludgy ksh code and assuming proper ssh setup) ...

Code:
x=1; while [ $x -le 10 ]
do
    scp file server${x}:/dir/file
    ssh server${x} "hostname; ls -l /dir/file"
    x=`expr $x + 1`
done

the short script above that one can type on the command line not only copies the file to the designated servers --- it also confirms that the file exists on those designated servers all in 1 shot ...

so a non-typist scripter can take less time to do 1 task than a typist scripter that has to do 1 task 10 times ... big difference, right?

Last edited by Just Ice; 10-26-2007 at 10:48 AM.. Reason: fixed kludgy code
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

UNIX career path for Admin

Hello, Just wanted to have a suggestion on UNIX carrier path and I couldn't found any proper forum/blog where I can put this question better than this one. I have been working on Solaris from past 13 years and some years on Linux. It was completely on Admin side and never on development or... (12 Replies)
Discussion started by: solaris_1977
12 Replies

2. What is on Your Mind?

UNIX career path

Hi All, This question is regarding career path. I was not sure about which forum I should drop it, so putting it here. I have 12 years of experience on UNIX i.e. majority of Solaris and some of Linux (Suse & Red Hat). Since starting I have been working on 100% administration side and I am not... (0 Replies)
Discussion started by: solaris_1977
0 Replies

3. What is on Your Mind?

Career in Unix

I need some advice regarding my career. I have been working for a major it company in a unix based support project. I have not learnt much in the 2 years except for basics in unix. I am really worried about my career thinking about what would happen next. I always wanted to be a developer but i... (10 Replies)
Discussion started by: nani2say
10 Replies

4. What is on Your Mind?

Career Path

First I like to say hi to all the people in this community. The reason I am here is because I am lost and looking for advice on my career path. Here is a short history. I worked in the IT industry for about 10 yrs, sys admin, QA, and developer. During 911 I lost my job. Since then I have... (4 Replies)
Discussion started by: navy
4 Replies

5. What is on Your Mind?

Career path help forum

Hi Admins and Moderators, I am already in job for more than 2 years. I need some guidance in deciding the career path. Please suggest what should be the correct forum to post this to ? Rgrds, Rohit Moved thread to appropriate forum. (0 Replies)
Discussion started by: csrohit
0 Replies

6. UNIX for Dummies Questions & Answers

Career path help

I am working in a company in which my work includes working on Linux nodes. The "uname -arv" command outputs - "Linux clx28ap01 2.6.18-238.12.1.el5 #1 SMP Sat May 7 20:18:50 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux". I generally use various command to stop/start the servers, checking space,... (7 Replies)
Discussion started by: csrohit
7 Replies

7. UNIX for Dummies Questions & Answers

What are the career options in unix apart from unix system administration?

What are the career options in unix apart from unix system administration? (2 Replies)
Discussion started by: thulasidharan2k
2 Replies

8. Programming

Unix Career path

Hi, I am having experience on Perl and C# and worked as Windows Sytem Admin and now iam planning to become a UNIX developer. I am having knowledge on basic UNIX.. can any one suggest me any good material for c/c++ UNIX programming. on what all things a UNIX Programmer needs to... (0 Replies)
Discussion started by: chandrareddy1
0 Replies

9. What is on Your Mind?

Career Path/Change - Cert Help

This is a very serious post. I am a Cell Technician (Cellular Base Station Tech) who is completely bored because my job has basically evolved into a Field Secretary position. I love working on T1's and troubleshooting equipment outages and so on and so forth but my job has become VERY... (2 Replies)
Discussion started by: CoopDeVille
2 Replies
Login or Register to Ask a Question