Sponsored Content
Top Forums UNIX for Dummies Questions & Answers What is the industry standard for number of servers per Unix/Linux engineer? Post 302133222 by rhfrommn on Wednesday 22nd of August 2007 11:43:30 AM
Old 08-22-2007
There is no standard since it depends critically on what the servers do, how big/complicated they are, how much the environment is changing, how critical the servers are to the company, how much downtime you can tolerate, etc.

I've worked for a small company where we had 3 admins for under 30 servers - but it was an internet company where things were constantly changing and apps provided on those servers were the entire revenue stream so we had to have system support 24x7. I've also worked at a large company where most of the servers were linux blades arranged in huge farms of identical machines where we had something like 200 servers per admin and it worked fine since so much of the admin work could be automated.
 

6 More Discussions You Might Find Interesting

1. Linux

Linux Network Engineer

Hi, I was wondering has anybodu completed the linux + Nework Engineer CompTIA Linux+ Certificate. Hows does it stand to the others, such as Red Hat certifications? Txs (1 Reply)
Discussion started by: Breen
1 Replies

2. What is on Your Mind?

Microsoft servers Vs. Unix/Linux

What you have to say about the following comparison: Compare (2 Replies)
Discussion started by: tayyabq8
2 Replies

3. Advertise with Us

Standard Pricing: How to Post to The UNIX and Linux Forums Job Board

Special Promotion: The UNIX and Linux Job Board is a service provided by the The UNIX and Linux Forums to help employers connect with UNIX and Linux professionals. All proceeds from this service go towards supporting the forums. Please PM Neo or email with any questions about this service. ... (0 Replies)
Discussion started by: Neo
0 Replies

4. UNIX for Dummies Questions & Answers

what's the Linux|Unix OSes works on Servers

Hi everybody , I'm new here in the forum and new Dummy in L|U systems (Hope finding welcomes...:)). I just want to ask : What is the OS's that works on servers and the OS's that work as client OS?? I just know that Solaris Work on sarvers :D.. and i'm glad to be memmber in this... (1 Reply)
Discussion started by: derbi
1 Replies

5. UNIX for Dummies Questions & Answers

Information on Network engineer and Unix Systems Engineer

Hi, I'm exploring a few different careers( Unix System's Admin, Network Engineer, and Unix System's Engineer). I asked in another thread about System's Admin, so I have some more info on that already. I'm not finding very much info on Network Engineers or Unix System Engineers though. Can you guys... (0 Replies)
Discussion started by: hpicracing
0 Replies

6. UNIX for Dummies Questions & Answers

How to setup NTP on unix and linux servers?

I have a hostname/ip of our network time server. What are the steps to take to set each server up to synchronize the clocks? Thanks (4 Replies)
Discussion started by: ChadKam
4 Replies
true(1) 						      General Commands Manual							   true(1)

NAME
true, false - Returns a standard exit value SYNOPSIS
true false STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: true: XCU5.0 false: XCU5.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. DESCRIPTION
The true command returns a 0 (zero) exit value. The false command returns a nonzero exit value. These commands are usually used in input to shell commands. NOTES
The special built-in utility : (colon) is sometimes more efficient than the true command. EXIT STATUS
[Tru64 UNIX] The nonzero value returned by the false command may vary from system to system. EXAMPLES
To construct a loop in a shell procedure, enter: while true do date sleep 60 done This procedure displays the date and time once a minute. To stop it, press the Interrupt key sequence. SEE ALSO
Commands: csh(1), ksh(1), Bourne Shell sh(1b), POSIX shell sh(1p) Standards: standards(5) true(1)
All times are GMT -4. The time now is 03:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy