Sponsored Content
Full Discussion: Advice on pursuing a career
The Lounge What is on Your Mind? Advice on pursuing a career Post 302185354 by sparcguy on Monday 14th of April 2008 10:05:55 PM
Old 04-14-2008
After many years as a system engineer in both enduser as well as field services I find that it's not very rewarding career being a unix engineer in either. I find that the best place if you want a career in is either application development or doing networks security.

As a network security engineer you have to learn new things all the time as new threats emerge but in reality once the corporation network is setup and running in production there is very little to do except every once in the while install some patch add some rules on the firewall, maybe every once in a while your network gets hit by a new worm and you are busy but most times I observe network engineers are quite free, and you most certainly won't see them arguing with application people over application performance problems as compare to the system administrator.

Also a system person in an enduser environ, you do not bring much value as compares to a application developer. What you are doing is just maintaining the existing infrastructure, sure maybe you rollout a new system every now and then but that's what your mgt expects of you anyways?

The application developer on the other hand brings in a lot of value in terms being able to understand the business needs and requirements and delivering those needs hence when it comes to getting bonuses better apraisals, pay increments the application guy usually gets more. You will find that in many environments the system and application are always fighting each other and very often the application guy will get the ear of the mgt to see things his/her way and thats the reality. In many environments I've been to i've observed that the applicaiton guy if he/she stays long will eventually become the Head of IT department.

In vendor field services environment here you get to touch many systems but the learning curve is very steep and competition is very intense and the work is like preassure cooker, you're busy all the time, doing standby's, upgrades for paying customers implementating new projects sometimes even handling more than 5 projects on hand concurrently But not all engineers are built the same, some are very good in storages, some good at servers, some network oriented but very few are all rounders, you won't have any applicaition developers to fight with instead you are competiting your careers with each other and only the very best engineers get rewarded.

One last thing, these days when corporations are outsourcing for cheaper services you will find that most often jobs that go are mostly system related , application usually not much affected.

my 2 cents

Last edited by sparcguy; 04-14-2008 at 11:11 PM..
 

10 More Discussions You Might Find Interesting

1. Cybersecurity

Want Urgent career Advice

Dear All, I have finished my MS in chemical engineering from US university and presetly on OPT work permit. I do not have software background. I have received call from consultant company. They are offering me AIX UNIX training for four weeks and find me a job. My question is how difficuilt... (0 Replies)
Discussion started by: saarth_desh
0 Replies

2. UNIX for Dummies Questions & Answers

Want URGENT Advice:Career as UNIX Systme Administrator

Dear All, I have finished my MS in chemical engineering from US university and presetly on OPT work permit. I do not have software background. I have received call from consultant company. They are offering me AIX UNIX training for four weeks and find me a job. My question is how difficuilt... (5 Replies)
Discussion started by: saarth_desh
5 Replies

3. Shell Programming and Scripting

Career advice

I am new to scripting and I need some direction on which language to learn. Can you please advice and which skill is very marketable career wise.Thanks in advance. (1 Reply)
Discussion started by: etcman
1 Replies

4. What is on Your Mind?

Career advice

I am a junior unix sys admin (Tru64) I have been in this job for 9 months and I am quite worried. When I first got the job I was delighted as I was finally in a job where I could have the chance to be a specialist in a field rather than being a general support guy (i graduated from uni and got... (5 Replies)
Discussion started by: supadid
5 Replies

5. What is on Your Mind?

career Advice

Hi all, I need a career Advice. About myself -- I have 2 years of work experience as a System Administrator (Linux and Solaris). I am Sun Certified System Administrator on Solaris 10.0 currently working in a MNC. As for career growth, I am doing 3 year MBA course from distance learning,... (4 Replies)
Discussion started by: vikas027
4 Replies

6. Solaris

Career advice: Solaris & SUN support

I'm looking for career advice here. I've been working as a support engineer for Sun partners for 2 years now, and I worked with a lot of servers, tape libraries, and SAN storage. I have also done a lot of server installations and gone to a lot of trainings. Now, I'm offered to do Solaris... (13 Replies)
Discussion started by: Sun Fire
13 Replies

7. AIX

Need career advice please

Hi all, I'm a Solaris/linux sysadmin with a good general UNIX skills and with a little tiny background on AIX with no exposure to IBM's hardware ( just reading ) , but i think i can cope with it . UNIX jobs nowadays are rare here ( i mean hp-ux , solaris , aix ) not linux specially after the... (6 Replies)
Discussion started by: h@foorsa.biz
6 Replies

8. AIX

Career Advice Asked

Dear All i am working on windows plattform and i am interested in Aix so i have done IBM Aix certification, can you please suggest Aix filed is good for my carrier,currently i am working as Desktop admin edit by bakunin: please understand that the question you raised has nothing to do with the... (1 Reply)
Discussion started by: manzur13
1 Replies

9. What is on Your Mind?

Career Advice

Hi, I not sure if this is the right place to ask this question and if I'm wrong I apologize. I'm a systems administrator and have about 5 years of experience. I have worked on Solaris HP-UX *linux Visualization ( VMWare ) And I'm comfortable with shell and Perl. Of late,... (0 Replies)
Discussion started by: maverick_here
0 Replies

10. UNIX for Dummies Questions & Answers

Need advice for my career growth being solaris/linux admin

Hi All, I am having 5+ years total unix admin exp in india (5years solarisadminand 2+ years on linuxadmin).Please advice me which technology I need to learn for my career growth and salary growth. Is it good to go for EMC SAN storage or vmware for higher packages. Please advice me or I... (4 Replies)
Discussion started by: SolarisLinux123
4 Replies
PPI::Token::Magic(3)					User Contributed Perl Documentation				      PPI::Token::Magic(3)

NAME
PPI::Token::Magic - Tokens representing magic variables INHERITANCE
PPI::Token::Magic isa PPI::Token::Symbol isa PPI::Token isa PPI::Element SYNOPSIS
# When we say magic variables, we mean these... $1 $2 $3 $4 $5 $6 $7 $8 $9 $_ $& $` $' $+ @+ %+ $* $. $/ $| $\ $" $; $% $= $- @- %- $) $# $~ $^ $: $? $! %! $@ $$ $< $> $( $0 $[ $] @_ @* $} $, $#+ $#- $^L $^A $^E $^C $^D $^F $^H $^I $^M $^N $^O $^P $^R $^S $^T $^V $^W $^X DESCRIPTION
"PPI::Token::Magic" is a sub-class of PPI::Token::Symbol which identifies the token as "magic variable", one of the strange and unusual variables that are connected to "things" behind the scenes. Some are extremely common, like $_, and others you will quite probably never encounter in your Perl career. METHODS
The class provides no additional methods, beyond those provided by it's PPI::Token::Symbol, PPI::Token and PPI::Element. SUPPORT
See the support section in the main module. AUTHOR
Adam Kennedy <adamk@cpan.org> COPYRIGHT
Copyright 2001 - 2011 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.16.2 2011-02-25 PPI::Token::Magic(3)
All times are GMT -4. The time now is 04:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy