Turn me into an Admin/DBA
September 18, 2007 4:53 PM
Subscribe
How do I learn to be a professional Server Administrator/Database Administrator?
I work at a small company that is involved in data-warehousing and data services. I've had plenty of work experience with hardware and databases. I handpicked components and assembled our main database server. I write queries all day long (I probably do it in my sleep, too). I still feel like a novice. Due to some recent departmental shakeups, I'd like to increase my qualifications, not only to make myself more valuable to the company(job security), but also in case I need to strengthen my resume.
I'd like to learn more about server administration, hardware purchasing, and server technologies. I'd also like to learn some formal database administration skills (we use SQL Server, and have about 175mm distinct records, spread over about 200GB in a low transaction database).
Are there any curriculum, courses, certifications, or books that will help me in this endeavor? Any tips from experienced admins out there? My college and work background is mainly CS and IT, btw.
posted by mhuckaba to computers & internet (6 comments total)
10 users marked this as a favorite
Ubuntu is free and easy and everyone will probably recommend that. I hate Ubuntu. SuSE is a better OS. AIX is my preferred environment, but it costs money too. So, I would recommend buying a cheap machine for home use, installing Ubuntu and trying to do something with it.
As far as dbadmin skills, most enterprise level DBs have a free version. Oracle. DB2. And of course, MySQL.
So you could slap one of these database products on your new, free OS and go to town. You will need a goal, or you'll never get anything done, trust me. I suggest a LAMP stack website thing to start out. In order to get truly in depth, however, you will need to look at performance tuning, disaster recovery options, reliability/redundancy stuff (i.e., RAID), and more advanced database stuff than I know about (database partitioning? I don't know).
Basically my answer boils down to: do it yourself. I've never been to a class that taught me more than sitting down and doing something did.
posted by synaesthetichaze at 5:21 PM on September 18, 2007 [2 favorites]