[clue] Sr. Linux Administrator position in Aurora, CO

Glenda Willis glenda.willis at teamitec.com
Wed Dec 7 12:54:48 MST 2011


iTec is currently seeking to fill a position for a Senior Linux Systems
Administrator.  Ideally, this person will have managed very large and
complex, mixed-mode systems. 

Job Description: As a Senior Linux Systems Administrator, you would be
responsible for the following:
•	Lead and perform system administration on complex local and wide
area networks.
•	Performing day-to-day maintenance to include backup/recovery,
performance tuning, scripting, and general monitoring of various systems.
•	Plan and coordinate future network installations and upgrades.
•	Mentor and train entry-level and senior system administrators.
•	Design and implement system architectures.
•	Recommend and establish policies on system use and services.
•	Provide technical leadership and supervise/task system
administration team.
•	Act as a vendor liaison, making presentations to customer or client
audiences, internal audiences, and/or professional peers.
•	Interact positively with upper management and may work closely with
upper management.
•	Work will take place in an open environment where frequent and
direct interaction and collaboration with customers and peers is ordinary.

Requirements:
•	Five or more years of Linux system administration experience.
•	Two or more years of UNIX and/or Windows system administration
experience
•	Two or more years’ experience with virtualization (example VMware,
XenApps, etc.)
•	Two or more years’ experience configuring domain information
utilities, such as Active Directory, Centrify, LDAP, and DNS.
•	Five or more years’ experience troubleshooting and debugging
applications.
•	Two or more years’ experience implementing computer security
concepts and educating users on system security.
•	Experience presenting technical information to external and internal
audiences.
•	Independent problem solving skills. Must be able to identify and
implement tasks that need to be automated.
•	Familiarity with Distributed Computing Environment (DCE) and
enterprise maintenance concepts.
•	A thorough understanding of OS concepts such as swapping and paging,
inter-process communication, and devices and drivers.
•	Familiarity with client/server and networking environments.
•	An understanding of networking concepts such as routing and
firewalls.
•	Ability to work effectively with direct customer interaction in a
real-time operational environment.

Desired Skills:
•	Experience leading a team of system administrators and providing
technical leadership to team members.
•	Ability to navigate, debug, and modify programs in an advanced
programming language
•	Experience engineering Storage Area Networks including large data
archive, replication, and backup systems.
•	Experience with storage products from Oracle/Sun/STK, EMC, IBM,
NetApp, and/or DDN
•	Experience with distributed file systems such as StorNext, QFS,
and/or GPFS
•	Experience with system administration on multiple platforms
(Windows, UNIX, Linux, and VMS).
•	Ability to solve problems quickly and completely.
•	Ability to write PERL, python, and shell scripts.
•	Experience with the deployment of enterprise maintenance software
and COTS products.
•	Experience configuring system backup schemes.
•	Capable of training users in complex topics.

Education and Experience
•	Bachelor's degree in related field.
•	Without a bachelor's degree, equivalent work and appropriate
certifications may be substituted.

For immediate consideration, please forward your resume directly to me.

Glenda Willis
iTEC – Information Technology Engineering Corporation
Technical Recruiter
glenda.willis at teamitec.com
Office:  303-261-3381
14261 East 4th Avenue, Suite 300
Aurora, Colorado 80011
www.teamitec.com

ITEC is a veteran-owned small business providing IT and Engineering
solutions for over 10 years.  We partner with our customers to fulfill their
missions spanning the areas of Systems Engineering, Software Engineering,
Systems Administration/Network Engineering, Test Engineering, Project
Management, Process Improvement, Intelligence Analysis, and much more.  ITEC
is focused on ensuring a great working experience for our employees as we
know that it is you, the employee, which makes this company successful.  We
are looking for great people to join our team and invite you to visit our
website at www.teamitec.com to familiarize yourself with our company.



-----Original Message-----
From: clue-bounces at cluedenver.org [mailto:clue-bounces at cluedenver.org] On
Behalf Of clue-request at cluedenver.org
Sent: Wednesday, December 07, 2011 12:00 PM
To: clue at cluedenver.org
Subject: clue Digest, Vol 11, Issue 11

Send clue mailing list submissions to
	clue at cluedenver.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://cluedenver.org/mailman/listinfo/clue
or, via email, send a message with subject or body 'help' to
	clue-request at cluedenver.org

You can reach the person managing the list at
	clue-owner at cluedenver.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of clue digest..."


Today's Topics:

   1. Rake (Ruby) question posted... any experts here? (Lorin Ricker)
   2. Re: Rake (Ruby) question posted... any experts here?
      (David L. Anselmi)
   3. Re: Rake (Ruby) question posted... any experts here? (jacob)


----------------------------------------------------------------------

Message: 1
Date: Tue, 06 Dec 2011 17:10:49 -0700
From: Lorin Ricker <Lorin at RickerNet.us>
Subject: [clue] Rake (Ruby) question posted... any experts here?
To: CLUE's mailing list <clue at cluedenver.org>
Message-ID: <4EDEAF09.6010808 at RickerNet.us>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I'm learning, and trying to productively use, Rake for some sys-admin type
of tasks, and I've researched the 'Net, as well as various Ruby textbooks
which have a chapter or section on Rake, trying to solve a problem that I
posted last week on StackOverflow.com:

http://stackoverflow.com/questions/8323371/rake-file-task-is-not-triggered-b
y-source-target-file-dependency

Since then... crickets (no response to the post).

Are there any Rake/Ruby experts here in CLUE who'd be willing to look at the
above posting and give my question/problem a shot?  The posting is
self-contained, so I'll not repeat things here... Except to say Thanks for
whatever help someone might offer.

best regards,
   -- Lorin Ricker


------------------------------

Message: 2
Date: Tue, 06 Dec 2011 19:08:44 -0700
From: "David L. Anselmi" <anselmi at anselmi.us>
Subject: Re: [clue] Rake (Ruby) question posted... any experts here?
To: CLUE's mailing list <clue at cluedenver.org>
Message-ID: <4EDECAAC.4010307 at anselmi.us>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Lorin Ricker wrote:
> Are there any Rake/Ruby experts here in CLUE who'd be willing to look 
> at the above posting and give my question/problem a shot?

I don't know anything about rake so I have some questions about the code.
If they're worth answering maybe that will help.

   tarDir = File.join BUPDIR, tarDirSuffix
   directory tarDir

What's "directory tarDir" and why does it come after the assignment?

   desc "Backup #{fn} to .../#{tarDirSuffix}"

What does this do?  It (and the lines after) doesn't seem to run.  Is that a
hint?

   file tar => [src] do |t|

This seems badly formed.  tar seems to be a variable containing the full
path to the backup file. 
src seems to be a variable containing the path to the source file.  What's
file?  Does it make sense to say "file => [src]"?

So I think your problem is not in the "is the file newer" logic but in your
"file tar ..." loop.

HTH,
Dave


------------------------------

Message: 3
Date: Tue, 6 Dec 2011 23:04:48 -0700
From: jacob <jborer at gmail.com>
Subject: Re: [clue] Rake (Ruby) question posted... any experts here?
To: "CLUE's mailing list" <clue at cluedenver.org>
Message-ID:
	<CAAkLNkwE11z=Bc4a4=NJzq7qj-oSeZMsr77WZ9eprOm78Qqt+g at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Does just the last .bash* file get copied if it is newer?

I believe you keep redefining the task over and over so it is only dependent
on one file.

-jacob

On Tue, Dec 6, 2011 at 7:08 PM, David L. Anselmi <anselmi at anselmi.us> wrote:

> Lorin Ricker wrote:
> > Are there any Rake/Ruby experts here in CLUE who'd be willing to 
> > look at the above posting and give my question/problem a shot?
>
> I don't know anything about rake so I have some questions about the code.
>  If they're worth
> answering maybe that will help.
>
>   tarDir = File.join BUPDIR, tarDirSuffix
>   directory tarDir
>
> What's "directory tarDir" and why does it come after the assignment?
>
>   desc "Backup #{fn} to .../#{tarDirSuffix}"
>
> What does this do?  It (and the lines after) doesn't seem to run.  Is 
> that a hint?
>
>   file tar => [src] do |t|
>
> This seems badly formed.  tar seems to be a variable containing the 
> full path to the backup file.
> src seems to be a variable containing the path to the source file.  
> What's file?  Does it make sense to say "file => [src]"?
>
> So I think your problem is not in the "is the file newer" logic but in 
> your "file tar ..." loop.
>
> HTH,
> Dave
> _______________________________________________
> clue mailing list: clue at cluedenver.org For information, account 
> preferences, or to unsubscribe see:
> http://cluedenver.org/mailman/listinfo/clue
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://cluedenver.org/pipermail/clue/attachments/20111206/f96e780d/attachmen
t-0001.html 

------------------------------

_______________________________________________
clue mailing list
clue at cluedenver.org
http://cluedenver.org/mailman/listinfo/clue

End of clue Digest, Vol 11, Issue 11
************************************




More information about the clue mailing list