Sponsored Content
Full Discussion: Network Sys Admin
The Lounge What is on Your Mind? Network Sys Admin Post 302100985 by sparcguy on Tuesday 26th of December 2006 03:47:06 PM
Old 12-26-2006
You should join a system integrator company, find out which are the unix integrators in your area and join first as a field replacement tech there you will either pick up or lot or you will drown.

On a side note, I feel that since you are at the starting point let me share my experience being a unix engineer/sys admin of many years.

As unix sys admin in a corporate environment:

1) Unless there are new rollouts you won't be doing very much system admin.
2) Because everything is production you cant touch the system much but all the same they still make you responsible for it if something goes wrong.
3) What you will mostly learn is to support instead is your corporate legacy system.
4) And because of this and depending on how good/bad the system is, it may bring you head to head very often with application folks who will often accuse "something wrong with the system"

5) In short to be a unix sys admin is to be a lone fire fighter.

Since you are at the starting point, you should take the path of a qualified network engineer.

1) Network engineers have great job, once the network is up they are very free.
2) I have rarely seen network engineers get involved in system rollouts other than supplying IP addresses
3) When there's a problem with the system normally the fighting is between system guy and application guy.
4) Sun solaris and Aix or HPux Novell, Win2k are all different OS, but TCPIP is the same everywhere.

what do you think?
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to get hired as a Unix sys admin?

What do employers look for? I have my B.S in Comp Sci and minor in chemistry from UNC. But my GPA is a bit low (3.0) I'm studying for my Sun Solaris 9 certification. Is a certification and a Bachelors enough to get a job? Or do you need some related work experience? How hard is it to... (2 Replies)
Discussion started by: CapsuleCorpJX
2 Replies

2. Solaris

Raid help for new sys admin

Hi, I have a Sunfire v240 with 4 72GB internal disks (drive 0 is the system disk). Scratch the following ( Revised requirements below) I need to set up a Raid using the remaining 3 disks for a Oracle database, but don't know how to do it (or the size of the database). I don't know if... (1 Reply)
Discussion started by: antalexi
1 Replies

3. AIX

Help training for Unix Sys Admin

I have worked on AIX for a number of years now and want to upskill to Sys Admin. My problem is my employer won't give root access etc to their servers so I must find my own way of training. Can anyone suggest a virtual environment I could use to train for AIX sys admin tasks, or suggest an old... (7 Replies)
Discussion started by: jackmeadow
7 Replies

4. Solaris

Sys Admin Certification

Hi, I am planning to get certified in Solaris 10 for my own interest. Although I don't have much experience in sys admin, I have got some background in scripting and some sort of beginner level administration. But I have read in many places that one must have a good amount of experience in sys... (8 Replies)
Discussion started by: King Nothing
8 Replies

5. UNIX for Dummies Questions & Answers

Platform trends (what to aim for to become a sys admin)

I am currently an AIX operator at IBM (Montreal Canada). In my career path, I wish to become a system admin. I know about Linux because I'v had ubuntu at home for 2 years. What platform should I aim for in becoming a system admin ? What book would you recomand ? What certification would... (1 Reply)
Discussion started by: Browser_ice
1 Replies

6. AIX

Role of sys admin during power outage in Data center

i am new to aix environment and all my servers are @ remote location just curious to know , what issues/tasks we will be facing when there is a power outage in a data centre, i heard outage's will be a challenging task for administrators.. any example of that sort will be a great help (2 Replies)
Discussion started by: rigin
2 Replies

7. AIX

AIX 101 : Sys Admin Pocket Survival Guide

HOW-TO AIX Admin 101 Sys Admin Pocket Survival Guide - AIX Worth checking it out and printing it. (1 Reply)
Discussion started by: filosophizer
1 Replies
Module::Install::Admin(3pm)				User Contributed Perl Documentation			       Module::Install::Admin(3pm)

NAME
Module::Install::Admin - Author-side manager for Module::Install SYNOPSIS
In a Module::Install extension module: sub extension_method { my $self = shift; $self->admin->some_method(@args); } As an one-liner: % perl "-MModule::Install::Admin" -e'&some_method(@args);' The two snippets above are really shorthands for $some_obj->some_method(@args) where $some_obj is the singleton object of a class under the "Module::Install::Admin::*" namespace that provides the method "some_method". See "METHODS" for a list of built-in methods. DESCRIPTION
This module implements the internal mechanism for initializing, including and managing extensions, and should only be of interest to extension developers; it is never included under a distribution's inc/ directory, nor are any of the Module::Install::Admin::* extensions. For normal usage of Module::Install, please see Module::Install and "COOKBOOK / EXAMPLES" in Module::Install instead. Bootstrapping When someone runs a Makefile.PL that has "use inc::Module::Install", and there is no inc/ in the current directory, Module::Install will load this module bootstrap itself, through the steps below: o First, Module/Install.pm is POD-stripped and copied from @INC to inc/. This should only happen on the author's side, never on the end- user side. o Reload inc/Module/Install.pm if the current file is somewhere else. This ensures that the included version of inc/Module/Install.pm is always preferred over the installed version. o Look at inc/Module/Install/*.pm and load all of them. o Set up a "main::AUTOLOAD" function to delegate missing function calls to "Module::Install::Admin::load" -- again, this should only happen at the author's side. o Provide a "Module::Install::purge_self" function for removing included files under inc/. METHODS
SEE ALSO
Module::Install AUTHORS
Audrey Tang <autrijus@autrijus.org> COPYRIGHT
Copyright 2003, 2004 by Audrey Tang <autrijus@autrijus.org>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html> perl v5.14.2 2012-03-01 Module::Install::Admin(3pm)
All times are GMT -4. The time now is 06:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy