I had a question for any of you guys that were doing Sys Admin in Unix. My experience is somewhat limited. I have done some Sys. Admin work with Windows but not with NIX. What distributions are you likely to find in a work server environment. I heard that Debian is very similar to RedHat would the experience with Debian transfer easily. I was going to look into Samba is that worth my time or do larger corporations use some middleware for file sharing. Any advice would be appreciated.
Thanks in advance...
I'm a sys admin for a software development company. We run whatever our customers run to ensure that our product works on what they're using, so I have a fairly good idea about what's being used out there in larger corporations. As far as linux is concerned, most of our clients run either RedHat\CentOS (version 3 and 5 mostly) or SuSE Enterprise (10 and 11). We've been doing some development on Ubuntu, but we haven't had any customers come to us asking for that platform yet. We also verify our product on Solaris 9 and 10, HPUX 11.11+, and AIX 5.3+.
For the most part, linux is linux. If you learn one distribution well, you can easily adjust to another one and get used to the small differences. For our internal servers we run debian or gentoo, but that's our IT departments personal preference. I'm not sure how much you would really run into those distributions in other companies. The largest difference you'll notice between distributions will be in package management (IE. .deb vs .rpm) They more or less do the same things, you may just have to sort through the man pages when jumping from one distro to another while you find those differences.
If you're looking at eventually becoming a linux\unix admin sometime and you're looking for software to learn, I would suggest DNS (bind & djbdns), MTAs (postfix, sendmail, qmail), and some directory service (OpenLDAP, NIS, etc). While samba is definitely good to know, the things I mentioned are some of the basic things that you will be expected to know. The thing is, most corporations will have a NAS\SAN that can export data in NFS for Unix\Linux clients and CIFS for windows clients. Samba is used, but not as much as you would expect.
Good luck.
Edited by mecca_, 19 July 2009 - 12:20 AM.