<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The IT Humidor &#187; Geeky</title>
	<atom:link href="http://ithumidor.com/category/geeky/feed/" rel="self" type="application/rss+xml" />
	<link>http://ithumidor.com</link>
	<description>Smoke Should Come From Your Cigar, Not Your Computer</description>
	<lastBuildDate>Thu, 01 Dec 2011 01:54:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ithumidor.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6233c0c33f1f058a010470a4fe5ca351?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>The IT Humidor &#187; Geeky</title>
		<link>http://ithumidor.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ithumidor.com/osd.xml" title="The IT Humidor" />
	<atom:link rel='hub' href='http://ithumidor.com/?pushpress=hub'/>
		<item>
		<title>I Beheld the Wretch, the Miserable Monster Whom I Had Created.</title>
		<link>http://ithumidor.com/2011/11/06/i-beheld-the-wretch/</link>
		<comments>http://ithumidor.com/2011/11/06/i-beheld-the-wretch/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 12:38:51 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CIS]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[compsci]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[CS]]></category>
		<category><![CDATA[data structures]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[stephen prata]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=458</guid>
		<description><![CDATA[I wrote almost 200 lines of C++ code tonight. I&#8217;ve taken programming classes before: a VB6 course back in 2000, an intro to programming with C++ course in 2002, and then I picked up some C# back in 2006, but none of it ever really sunk in because I didn&#8217;t spend enough time with any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=458&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wrote almost 200 lines of C++ code tonight.</p>
<p>I&#8217;ve taken programming classes before: a VB6 course back in 2000, an intro to programming with C++ course in 2002, and then I picked up some C# back in 2006, but none of it ever really sunk in because I didn&#8217;t spend enough time with any given language to get any good at it. The only &#8220;programming languages&#8221; I&#8217;d been proficient in were XHTML and CSS2. . . well, up until January of this year that is.</p>
<p>In the Spring semester of 2011, I enrolled in CIS 26 at Laney College in Oakland, which was an introductory programming class that used C as the language of choice. It was both a &#8220;for beginners&#8221; class as well as a course on how to write code in the C language. I really enjoyed it, and now in the Fall semester I&#8217;m enrolled in CIS 25: Object-Oriented Programming with C++. So far, it&#8217;s been enjoyable. We&#8217;ve covered the usual if-else and switch statements; for, while, and do-while loops; functions; pointers and reference variables; classes and polymorphism. . . the usual fare for an OOP class. The teacher assigns no particular book, he simply lectures and sends out notes he wants us to use, then strongly recommends we pick out a book to use ourselves; one we can read and learn from outside of class.</p>
<p><a href="http://www.amazon.com/Primer-Plus-5th-Stephen-Prata/dp/0672326973"><img class="aligncenter" title="C++ Primer Plus (5th Edition) by Stephen Prata" src="http://ecx.images-amazon.com/images/I/41jXKNG%2BCZL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg" alt="C++ Primer Plus (5th Edition) by Stephen Prata" width="300" height="300" /></a></p>
<p>For my money, I chose to go with Stephen Prata&#8217;s C++ Primer Plus:</p>
<p>After all, I went to College of Marin, and he used to teach there. . . oh, and the book comes highly recommended, too. It&#8217;s a great read, both for beginners and experienced coders. I&#8217;m slowly but surely working my way through the last few chapters now, getting my head around classes, among quite a few other things. This&#8217;ll be the longest span of time I&#8217;ve ever spent doing any kind of coding, for class or otherwise, and I intend to keep it up.</p>
<p>I&#8217;m going to take a data structures &amp; algorithms class at Laney at some point in the future, probably next summer. (Yeah, that&#8217;s the only time they offer it.) Before then, however, I intend to already have a leg-up and spend some time working my way through a book or two, then maybe find some coding projects to tackle. Which book(s) I intend to read, I haven&#8217;t the foggiest idea yet, but I&#8217;m hoping to get some suggestions from my classmates and former co-workers on the subject. I don&#8217;t intend to let what I&#8217;ve learned drop away this time, and I&#8217;ll be damned if I go into that next class without some kind of preparation so I can get the most out of it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ithumidor.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ithumidor.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ithumidor.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ithumidor.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ithumidor.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ithumidor.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ithumidor.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ithumidor.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ithumidor.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ithumidor.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ithumidor.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ithumidor.wordpress.com/458/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=458&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2011/11/06/i-beheld-the-wretch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/41jXKNG%2BCZL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg" medium="image">
			<media:title type="html">C++ Primer Plus (5th Edition) by Stephen Prata</media:title>
		</media:content>
	</item>
		<item>
		<title>I Never Thought This Day Would Come. . .</title>
		<link>http://ithumidor.com/2011/11/04/i-never-thought-this-day-would-com/</link>
		<comments>http://ithumidor.com/2011/11/04/i-never-thought-this-day-would-com/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 01:34:01 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[70-646]]></category>
		<category><![CDATA[70-647]]></category>
		<category><![CDATA[70-662]]></category>
		<category><![CDATA[70-663]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[General IT]]></category>
		<category><![CDATA[General Life]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[MCITP]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[ceritification]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=373</guid>
		<description><![CDATA[So, I&#8217;m studying for a new cert. . . Yup, Exchange is going to be my &#8220;special friend&#8221; for the next month or two while I study for the MCTS certification test on it. I&#8217;ve gotten started on some training material, like beginning the CBT Nuggets video series and labbing out a couple of Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=373&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">So, I&#8217;m studying for a new cert. . .<a href="http://www.microsoft.com/exchange/en-us/default.aspx"><br />
<img class="aligncenter" title="Exchange 2010" src="http://www.sharepointedutech.com/wp-content/uploads/2010/08/Exchange2010Logo.png" alt="" width="362" height="173" /></a>Yup, Exchange is going to be my &#8220;special friend&#8221; for the next month or two while I study for the <a href="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-662" target="_blank">MCTS</a> certification test on it. I&#8217;ve gotten started on some training material, like beginning the CBT Nuggets video series and labbing out a couple of Windows Server 2008 R2 boxes in VMWare Player. I&#8217;m also going to try to get my hands on the <a href="http://www.amazon.com/Microsoft-Exchange-Server-2010-Inside/dp/0735640610/ref=sr_1_1?ie=UTF8&amp;qid=1320363496&amp;sr=8-1" target="_blank">Inside Out</a> book and possibly the <a href="http://www.amazon.com/Exchange-Server-2010-Administration-Certification/dp/0470624434/ref=sr_1_4?ie=UTF8&amp;qid=1320363496&amp;sr=8-4" target="_blank">Sybex</a> book. I haven&#8217;t decided if I want to do <a href="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-663" target="_blank">the exam</a> for the full MCITP: Enterprise Messaging Administrator 2010, we&#8217;ll have to see how crazy I feel.</p>
<p style="text-align:left;">So far, I&#8217;ve done a bare-bones install of Exchange 2010 three times, (once almost without any screw-ups,) in a lab environment consisting of a domain controller and a member server both running Windows Server 2008 R2. Baby steps, baby steps.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ithumidor.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ithumidor.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ithumidor.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ithumidor.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ithumidor.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ithumidor.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ithumidor.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ithumidor.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ithumidor.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ithumidor.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ithumidor.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ithumidor.wordpress.com/373/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=373&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2011/11/04/i-never-thought-this-day-would-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://www.sharepointedutech.com/wp-content/uploads/2010/08/Exchange2010Logo.png" medium="image">
			<media:title type="html">Exchange 2010</media:title>
		</media:content>
	</item>
		<item>
		<title>Anal-Retentive Nerd-Nitpicking Time</title>
		<link>http://ithumidor.com/2011/01/08/anal-retentive-nerd-nitpicking-time/</link>
		<comments>http://ithumidor.com/2011/01/08/anal-retentive-nerd-nitpicking-time/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 18:04:43 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[daft punk]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[geeking out]]></category>
		<category><![CDATA[jeff bridges]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[nerd]]></category>
		<category><![CDATA[nerd-rage]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[sci-fi]]></category>
		<category><![CDATA[science fiction]]></category>
		<category><![CDATA[sequel]]></category>
		<category><![CDATA[Tron]]></category>
		<category><![CDATA[Tron Legacy]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=355</guid>
		<description><![CDATA[[Only slight spoilers ahead, nothing you can't figure out from the theatrical trailer.] In Tron Legacy, Kevin Flynn disappears in 1989, leaving his entire life to fall apart without him. This includes his company, the raising of his son, and his arcade, Flynn&#8217;s, which is shown in the film having been closed down and all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=355&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter" title="Flynn's" src="http://sphotos.ak.fbcdn.net/hphotos-ak-snc4/hs1365.snc4/163719_1658199607570_1014517643_31787009_5320893_n.jpg" alt="Sam Arriving at Flynn's Arcade" width="523" height="216" /></p>
<p><strong>[Only slight spoilers ahead, nothing you can't figure out from the theatrical trailer.]</strong></p>
<p>In Tron Legacy, Kevin Flynn disappears in 1989, leaving his entire life to fall apart without him. This includes his company, the raising of his son, and his arcade, Flynn&#8217;s, which is shown in the film having been closed down and all the game machines covered in plastic. When Kevin&#8217;s son, Sam Flynn discovers the arcade and turns the power back on, all the machines come back to life. . . including an original Mortal Kombat arcade machine, which didn&#8217;t come out until 1992.</p>
<p>Given Kevin Flynn&#8217;s hidden office isn&#8217;t discovered until 20 years later, it&#8217;s fair to assume that the arcade was shut down as soon as he disappeared. If the arcade had stayed open without Flynn around, his employees would surely have found the office behind the Tron arcade machine just as easily as Sam did.</p>
<p>Continuity mistakes for the win! And that concludes my obligatory uber-nerdery for the year. . . everything from this point on will be completely voluntary.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ithumidor.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ithumidor.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ithumidor.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ithumidor.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ithumidor.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ithumidor.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ithumidor.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ithumidor.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ithumidor.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ithumidor.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ithumidor.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ithumidor.wordpress.com/355/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=355&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2011/01/08/anal-retentive-nerd-nitpicking-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://sphotos.ak.fbcdn.net/hphotos-ak-snc4/hs1365.snc4/163719_1658199607570_1014517643_31787009_5320893_n.jpg" medium="image">
			<media:title type="html">Flynn&#039;s</media:title>
		</media:content>
	</item>
		<item>
		<title>Elitism in the IT Industry</title>
		<link>http://ithumidor.com/2010/12/03/elitism-in-the-it-industry/</link>
		<comments>http://ithumidor.com/2010/12/03/elitism-in-the-it-industry/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 10:09:24 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[General IT]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Stupid People]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[elitism]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[managers]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[whine]]></category>
		<category><![CDATA[whining]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=349</guid>
		<description><![CDATA[The following is a post I made on TechExams.net, an IT certification messageboard, in response to a young man that had been turned down for a position recently and complained that he felt IT was too elitist because of it. In the words of the great Ben Croshaw: &#8220;Allow me to hold your head under the putrescent [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=349&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following is <a href="http://www.techexams.net/forums/jobs-degrees/60674-industry-has-become-elitest-society.html#post476645" target="_blank">a post</a> I made on <a href="http://www.techexams.net" target="_blank">TechExams.net</a>, an IT certification messageboard, in response to a young man that had been turned down for a position recently and complained that he felt IT was too elitist because of it.</p>
<blockquote><p>In the words of the great <a href="http://www.escapistmagazine.com/videos/view/zero-punctuation" target="_blank">Ben Croshaw</a>: <em>&#8220;Allow me to hold your head under the putrescent waters of knowledge.&#8221;</em></p>
<p>Is the IT industry elitist? In a word: yes. It&#8217;s one of the few industries where the words &#8220;entry level&#8221; actually mean you should have several years of experience before applying. It&#8217;s an industry where there is always someone younger, someone smarter, someone willing to work longer hours out to take your job and steal your promotion. It&#8217;s an industry notorious for its demand that we update our skills faster and faster with each passing year, and that&#8217;s simply to stay current with the job(s) we already work in.</p>
<p>However, there are some pretty good reasons.</p>
<p>The first reason is that, in IT, the spectrum of responsibility you are expected to carry can range from simply making sure a few office-workers can connect to the internet and download their email, to keeping system-critical servers and equipment working for hospitals and banks. We <em>need</em> to stay sharp, we <em>need</em> to keep ourselves up to date, and we <em>need</em> to grow with technology or we can&#8217;t do our jobs and maintain that technology. That, of course, brings me to another reason.</p>
<p>Technology changes, the needs of businesses and users change, and we have to change with them. There is no way to do business today the way we did in the 80&#8242;s, the 90&#8242;s, or even the way we did in 2005. If you want to complain because you&#8217;re just now learning what a server is, and most companies want someone who understands virtualization, that&#8217;s nobody&#8217;s problem but yours. One of the points that Ayn Rand once made is one I whole-heartedly agree with: a person is not hired for a job to his or her best, they&#8217;re hired to do what is necessary to complete that job. This industry requires a VAST amount of knowledge on our part, a great deal of flexibility, and a practical understanding of how to <em>use</em> that knowledge to keep the world running. On to the next point.</p>
<p>As Sabalo mentioned, there are lots of people who get into IT thinking it&#8217;s easy money, then complain when they find out it&#8217;s harder than they thought. Oddly, no one expects to be a doctor, physicist, astronaut, firefighter, or engineer without a lot of work beforehand, and this industry is no different. And, honestly, it&#8217;s not for everyone. Not everyone &#8220;has the right stuff&#8221;, and some people even spend anywhere from two to eight years in school before they figure out that IT isn&#8217;t for them. (This is also true for those other professions I mentioned, as well as many others, like computer science.) You keep working, you keep learning, and then you figure out if this is the path for you or if your best simply isn&#8217;t good enough and another path is a better choice.</p>
<p>It sounds like you&#8217;re fresh out of college, so you&#8217;ve got plenty of time to decide what to do with your life. You were told you weren&#8217;t a good fit for the job(s) you applied for, so right now you&#8217;ve got a choice:</p>
<p>A.) Blame the hiring manager(s) that turned you down for being unfair not realizing your genius.</p>
<p>B.) Figure out <em>why</em> they didn&#8217;t want to hire you, and work on those things.</p>
<p>Maybe you need more experience? Volunteer your time. Maybe you need more certs? Study and earn them. Maybe you need to work on your interviewing skills? Talk to professionals, (like the ones on this board,) and ask them for help. Maybe your communication skills are rusty? Take some writing and speech courses. There are lots of things we all need to improve on, don&#8217;t expect to be the exception to the rule.</p>
<p>If all this sounds a little harsh, it&#8217;s because it is. IT is a competitive industry, and it doesn&#8217;t suffer fools. It&#8217;s better to know what you&#8217;re getting into and try to live up to that, than it is to get thumped on the head a few times and grow bitter because of it. We&#8217;ve all been new to IT, and most of us are here to offer help. . . but only if you can accept that you just might need it.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ithumidor.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ithumidor.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ithumidor.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ithumidor.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ithumidor.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ithumidor.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ithumidor.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ithumidor.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ithumidor.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ithumidor.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ithumidor.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ithumidor.wordpress.com/349/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=349&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2010/12/03/elitism-in-the-it-industry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>
	</item>
		<item>
		<title>Launch Events for Visual Studio 2010 and Office 2010</title>
		<link>http://ithumidor.com/2010/04/22/launch-events-for-visual-studio-2010-and-office-2010/</link>
		<comments>http://ithumidor.com/2010/04/22/launch-events-for-visual-studio-2010-and-office-2010/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 01:33:22 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[General IT]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[MCITP]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[F#]]></category>
		<category><![CDATA[IT professional]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[project 2010]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[visio 2010]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Visual C++]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=332</guid>
		<description><![CDATA[It&#8217;s been a while since I last posted, so I thought I&#8217;d blog about a freebie from Microsoft as my triumphant return to the IT Humidor. Coming up this month will be the launch of Office 2010, Visual Studio 2010, SQL Server 2008 R2,  and SharePoint 2010. To kick things off, Microsoft is holding launch-events [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=332&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I last posted, so I thought I&#8217;d blog about a freebie from Microsoft as my triumphant return to the IT Humidor.</p>
<p>Coming up this month will be the launch of Office 2010, Visual Studio 2010, SQL Server 2008 R2,  and SharePoint 2010. To kick things off, Microsoft is holding <a href="http://www.microsoft.com/business/2010events/default.aspx" target="_blank">launch-events</a> in various parts of the country. Be a part of the launch of Microsoft&#8217;s new products, (and take home free copies of the software,) by signing up for an event in your area. For those of you who can&#8217;t make it to a live event, there will also be a <a href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx#fbid=eKA48iJFleo" target="_blank">live keynote</a> by Stephen Elop, President of Microsoft&#8217;s business division on the launch of the new software suites.</p>
<p>There are two paths for each event, IT Pro and Developer:</p>
<p><a href="http://www.microsoft.com/business/2010events/itproevents.aspx"><img class="alignnone" src="http://www.microsoft.com/business/2010events/images/home_it-bucket.gif" alt="IT Pro Track" width="189" height="78" /></a></p>
<p>For IT Professionals, focuses more closely on Office 2010 and SharePoint 2010</p>
<p><a href="http://www.microsoft.com/business/2010events/devevents.aspx"><img class="alignnone" src="http://www.microsoft.com/business/2010events/images/home_dev-bucket.gif" alt="Developer Track" width="190" height="78" /></a></p>
<p>For developers, focusing on Visual Studio 2010 and SQL Server 2008 R2.</p>
<p>The events are free to sign up for, but space fills up fast.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ithumidor.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ithumidor.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ithumidor.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ithumidor.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ithumidor.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ithumidor.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ithumidor.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ithumidor.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ithumidor.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ithumidor.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ithumidor.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ithumidor.wordpress.com/332/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=332&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2010/04/22/launch-events-for-visual-studio-2010-and-office-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://www.microsoft.com/business/2010events/images/home_it-bucket.gif" medium="image">
			<media:title type="html">IT Pro Track</media:title>
		</media:content>

		<media:content url="http://www.microsoft.com/business/2010events/images/home_dev-bucket.gif" medium="image">
			<media:title type="html">Developer Track</media:title>
		</media:content>
	</item>
		<item>
		<title>Four Readings of Edgar Allan Poe&#8217;s The Raven</title>
		<link>http://ithumidor.com/2009/10/30/four-readings-of-edgar-allan-poes-the-raven/</link>
		<comments>http://ithumidor.com/2009/10/30/four-readings-of-edgar-allan-poes-the-raven/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 21:00:42 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[christopher walken]]></category>
		<category><![CDATA[edgar allan poe]]></category>
		<category><![CDATA[frightening]]></category>
		<category><![CDATA[gothic]]></category>
		<category><![CDATA[Halloween]]></category>
		<category><![CDATA[horror]]></category>
		<category><![CDATA[james earl jones]]></category>
		<category><![CDATA[john astin]]></category>
		<category><![CDATA[raven]]></category>
		<category><![CDATA[scary]]></category>
		<category><![CDATA[terror]]></category>
		<category><![CDATA[the raven]]></category>
		<category><![CDATA[vincent price]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=328</guid>
		<description><![CDATA[And now, in honor of Halloween, I present four different renditions of Edgar Allan Poe&#8217;s The Raven: #4 &#8211; John Astin (It&#8217;s all in the eyes.) #3 &#8211; James Earl Jones (I could listen to him read the phonebook, quite frankly, and it would still be cool.) #2 &#8211; Christopher Walken (If he doesn&#8217;t scare [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=328&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>And now, in honor of Halloween, I present four different renditions of Edgar Allan Poe&#8217;s <em>The Raven</em>:</p>
<p>#4 &#8211; John Astin (It&#8217;s all in the eyes.)</p>
<span style="text-align:center; display: block;"><a href="http://ithumidor.com/2009/10/30/four-readings-of-edgar-allan-poes-the-raven/"><img src="http://img.youtube.com/vi/ACUxJ6fq2IY/2.jpg" alt="" /></a></span>
<p>#3 &#8211; James Earl Jones (I could listen to him read the phonebook, quite frankly, and it would still be cool.)</p>
<span style="text-align:center; display: block;"><a href="http://ithumidor.com/2009/10/30/four-readings-of-edgar-allan-poes-the-raven/"><img src="http://img.youtube.com/vi/sXU3RfB7308/2.jpg" alt="" /></a></span>
<p>#2 &#8211; Christopher Walken (If he doesn&#8217;t scare you, you&#8217;re either the man himself or the #1 entry on this list.)</p>
<span style="text-align:center; display: block;"><a href="http://ithumidor.com/2009/10/30/four-readings-of-edgar-allan-poes-the-raven/"><img src="http://img.youtube.com/vi/cLSmhpwLdEQ/2.jpg" alt="" /></a></span>
<p>And the number one, possibly most frightening/disturbing rendition of <em>The Raven</em>. . .</p>
<p>#1 &#8211; Vincent Price (True greatness never fades.)</p>
<span style="text-align:center; display: block;"><a href="http://ithumidor.com/2009/10/30/four-readings-of-edgar-allan-poes-the-raven/"><img src="http://img.youtube.com/vi/FID1CiB4bcU/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ithumidor.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ithumidor.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ithumidor.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ithumidor.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ithumidor.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ithumidor.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ithumidor.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ithumidor.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ithumidor.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ithumidor.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ithumidor.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ithumidor.wordpress.com/328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=328&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2009/10/30/four-readings-of-edgar-allan-poes-the-raven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>
	</item>
		<item>
		<title>Academic Podcasts from Top Universities Available for Free Download</title>
		<link>http://ithumidor.com/2009/09/15/academic-podcasts-from-top-universities-available-for-free-download/</link>
		<comments>http://ithumidor.com/2009/09/15/academic-podcasts-from-top-universities-available-for-free-download/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 00:14:26 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[General Life]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[course ware]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[itunes u]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[universities]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=307</guid>
		<description><![CDATA[I&#8217;ve been looking at these for a while, and I finally got around to compiling a list to share. iTunes U is a resource available through iTunes which grants access to thousands of classes and complete courses that have been podcasted from universities and colleges around the country (and the world). MIT&#8217;s OpenCourseWare is an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=307&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking at these for a while, and I finally got around to compiling a list to share. </p>
<ul>
<li><a href="http://www.apple.com/education/mobile-learning/">iTunes U</a> is a resource available through iTunes which grants access to thousands of classes and complete courses that have been podcasted from universities and colleges around the country (and the world).</li>
<li>MIT&#8217;s <a href="http://ocw.mit.edu/OcwWeb/web/courses/av/index.htm">OpenCourseWare</a> is an example of the content available from iTunes U, and a great stand-alone resource for any student that wants to get a preview, or overview, of courses offered at MIT.</li>
<li><a href="http://www.ted.com">TED</a> offers videos of talks and lectures by prominent and influential teachers, thinkers, and artists from all over the world.</li>
<li><a href="http://academicearth.org/">Academic Earth</a> offers a wide variety of courses and lectures in video-format.</li>
<li><a href="http://videolectures.net/">Video Lectures</a> has a large selections of videos covering lectures in a broad range of topics.</li>
<li><a href="http://freevideolectures.com/">Free Video Lectures</a> offers an RSS feed of newly-submitted videos to keep users up to date of their selection.</li>
<li><a href="http://lecturefox.com/">Lecture Fox</a> provides a list of available classes in the form of videos, audio, and notes.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ithumidor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ithumidor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ithumidor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ithumidor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ithumidor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ithumidor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ithumidor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ithumidor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ithumidor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ithumidor.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ithumidor.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ithumidor.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=307&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2009/09/15/academic-podcasts-from-top-universities-available-for-free-download/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>
	</item>
		<item>
		<title>Interoperability Between Linux and Active Directory</title>
		<link>http://ithumidor.com/2009/05/27/interoperability-between-linux-and-active-directory/</link>
		<comments>http://ithumidor.com/2009/05/27/interoperability-between-linux-and-active-directory/#comments</comments>
		<pubDate>Wed, 27 May 2009 18:35:58 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[General IT]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[MCITP]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[gpo]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[interop]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=251</guid>
		<description><![CDATA[I came across this blog the other day and I definitely felt the need to share. Keith Combs has put together a set of great videos on making Linux play nice on a Windows Server 2008 network by managing Linux workstations through AD. Check out Keith&#8217;s blog for the full description of the following videos: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=251&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I came across <a href="http://blogs.technet.com/keithcombs/archive/2009/05/16/windows-server-2008-interop-with-linux-and-os-x.aspx" target="_blank">this blog</a> the other day and I definitely felt the need to share. Keith Combs has put together a set of great videos on making Linux play nice on a Windows Server 2008 network by managing Linux workstations through AD.</p>
<p>Check out Keith&#8217;s blog for the full description of the following videos:</p>
<ul>
<li><a href="http://edge.technet.com/Media/AD-and-Linux-Interop-Part-1-AD-Domain-Join/" target="_blank">AD Domain Join</a></li>
<li><a href="http://edge.technet.com/Media/AD-and-Linux-Interop-Part-2-AD-User-Auth/" target="_blank">User Authentication</a></li>
<li><a href="http://edge.technet.com/Media/AD-and-Linux-Interop-Part-3-Desktop-Management/" target="_blank">Bow to Group Policy (Desktop Management)</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ithumidor.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ithumidor.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ithumidor.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ithumidor.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ithumidor.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ithumidor.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ithumidor.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ithumidor.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ithumidor.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ithumidor.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ithumidor.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ithumidor.wordpress.com/251/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=251&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2009/05/27/interoperability-between-linux-and-active-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>
	</item>
		<item>
		<title>Visual Studio 2010 Beta 1 Available for Download Now</title>
		<link>http://ithumidor.com/2009/05/21/visual-studio-2010-beta-1-available-for-download-now/</link>
		<comments>http://ithumidor.com/2009/05/21/visual-studio-2010-beta-1-available-for-download-now/#comments</comments>
		<pubDate>Fri, 22 May 2009 00:02:22 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[General IT]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[channel 9]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[MCDP]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=246</guid>
		<description><![CDATA[Microsoft just announced that Visual Studio 2010 Beta 1 is available to evaluate. Channel 9 also has some great tutorials and discussions, including this one which involves the download and installation of the beta.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=246&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3296bb4f-d8ba-4cfd-aa95-a424c5913f6b&amp;displaylang=en"><img class="alignnone" title="Microsoft Visual Studio" src="http://www.microsoft.com/visualstudio/en-us/content/images/vs_mainlogo.png" alt="" width="230" height="37" /></a></p>
<p>Microsoft just announced that <a href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx" target="_blank">Visual Studio 2010 Beta 1</a> is available to evaluate. <a href="http://channel9.msdn.com/" target="_blank">Channel 9</a> also has some great tutorials and discussions, including <a href="http://channel9.msdn.com/shows/10-4/10-4-Episode-20-Downloading-and-Installing-Visual-Studio-2010-Beta-1/" target="_blank">this one</a> which involves the download and installation of the beta.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3296bb4f-d8ba-4cfd-aa95-a424c5913f6b&amp;displaylang=en"></a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3296bb4f-d8ba-4cfd-aa95-a424c5913f6b&amp;displaylang=en"></a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3296bb4f-d8ba-4cfd-aa95-a424c5913f6b&amp;displaylang=en"></a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3296bb4f-d8ba-4cfd-aa95-a424c5913f6b&amp;displaylang=en"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ithumidor.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ithumidor.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ithumidor.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ithumidor.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ithumidor.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ithumidor.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ithumidor.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ithumidor.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ithumidor.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ithumidor.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ithumidor.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ithumidor.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=246&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2009/05/21/visual-studio-2010-beta-1-available-for-download-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>

		<media:content url="http://www.microsoft.com/visualstudio/en-us/content/images/vs_mainlogo.png" medium="image">
			<media:title type="html">Microsoft Visual Studio</media:title>
		</media:content>
	</item>
		<item>
		<title>CompTIA Server+ 2009 Beta</title>
		<link>http://ithumidor.com/2009/05/20/comptia-server-2009-beta/</link>
		<comments>http://ithumidor.com/2009/05/20/comptia-server-2009-beta/#comments</comments>
		<pubDate>Wed, 20 May 2009 19:53:33 +0000</pubDate>
		<dc:creator>Slowhand</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[General IT]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[comptia]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[objectives]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[techexams.net]]></category>

		<guid isPermaLink="false">http://ithumidor.com/?p=238</guid>
		<description><![CDATA[Now that the Windows 7 beta exam is behind me, I&#8217;m gearing up to take the beta for the Server+ 2009 update. You can find some great resources on the page linked to above, as well as from this blog. It follows the objectives outlined by CompTIA&#8217;s Server+ site. The following is the current information [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=238&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Now that the <a title="Windows 7 beta exam" href="http://www.techexams.net/forums/mcts-mcitp-windows-2008-general/42119-71-680-ts-windows-7-configuring.html" target="_blank">Windows 7 beta exam</a> is behind me, I&#8217;m gearing up to take the beta for the <a title="Server+ 2009 update" href="http://www.techexams.net/forums/general-certification/42491-anyone-else-get-invite-server-2009-beta.html" target="_blank">Server+ 2009 update</a>.</p>
<p>You can find some great resources on the page linked to above, as well as from <a title="this blog" href="http://www.techexams.net/blogs/jdmurray/comptia-server-2009-objectives-where-to-find-it/" target="_blank">this blog</a>. It follows the objectives outlined by <a title="CompTIA's Server+ site" href="http://certification.comptia.org/server/default.aspx" target="_blank">CompTIA&#8217;s Server+ site</a>.</p>
<p>The following is the current information linked from JDMurray&#8217;s entry on the <a title="TechExams.net" href="http://www.techexams.net" target="_blank">TechExams.net</a> blog.</p>
<blockquote>
<p style="font-size:1.05em;">A group of members here at TechExams.net are a little excited about the new beta exam for the revised CompTIA Server+ certification for 2009. OK, we’re excited at the prospect of picking up yet-another-certification for free while helping CompTIA test-run its latest revision of the Server+ exam. I already have the Server+ cert from way back in 2003, but my opinion is apparently as valuable a non-cert holder, so I was granted an opportunity by CompTIA to participate as well.</p>
<p style="font-size:1.05em;">The objectives for the 2009 Server+ exam certainly show quite an improvement over the exam I took. I remember the big areas I had to study-up on were tape backup strategies, the numerous levels of RAID,  and the various types of SCSI technology. The revised Server+ exam adds objectives about networks and networking devices, file systems, motherboards and components, electronic media storage systems, and virtualization. There are also sections on physical security, disaster recover, and troubleshooting. The new Server+ is a lot like the A+ and Network+ certs combined, but from the server room tech’s point of view.</p>
<p style="font-size:1.05em;">Anyway, I don’t want to review the new Server+ exam before I actually take it. Instead, this article presents a study reference for the Server+ exam for those people who are participating in the beta test, and for those who will take the exam after it is formally released. The following (long) listing is derived from the 2009 Server+ objectives and contains links to external Web sites (mostly Wikipedia) that provide information about each objective. Remember that CompTIA exams are entry-level, so it’s not necessary to become an expert on each objective, but please do try and learn a few new things along the way.</p>
<p style="font-size:1.05em;">
<p style="font-size:1.05em;">1.0 System Hardware</p>
<p style="font-size:1.05em;">1.1 Differentiate between system board types, features, components and their purposes.</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/DIP_switch" target="_blank">Dip switches</a> / <a href="http://en.wikipedia.org/wiki/Jumper_(computing)" target="_blank">jumpers</a><br />
• <a href="http://en.wikipedia.org/wiki/Central_processing_unit" target="_blank">Processor</a> (<a href="http://en.wikipedia.org/wiki/Microprocessor" target="_blank">single and multi</a>)<br />
• <a href="http://en.wikipedia.org/wiki/Data_bus" target="_blank">Bus types and bus speeds</a><br />
• <a href="http://en.wikipedia.org/wiki/Motherboard" target="_blank">On board components</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Network_Interface_Controller" target="_blank">NICs</a><br />
o <a href="http://en.wikipedia.org/wiki/Video_adapter" target="_blank">Video</a><br />
o <a href="http://en.wikipedia.org/wiki/Audio_card" target="_blank">Audio</a><br />
o <a href="http://en.wikipedia.org/wiki/Usb" target="_blank">USB</a><br />
o <a href="http://en.wikipedia.org/wiki/Human_interface_device" target="_blank">HID</a><br />
o <a href="http://en.wikipedia.org/wiki/Serial_port" target="_blank">Serial</a><br />
o <a href="http://en.wikipedia.org/wiki/Parallel_port" target="_blank">Parallel</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Expansion_slots" target="_blank">Expansion slots</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Peripheral_Component_Interconnect" target="_blank">PCI</a><br />
o <a href="http://en.wikipedia.org/wiki/PCI_Express" target="_blank">PCIe</a><br />
o PCIx<br />
o <a href="http://en.wikipedia.org/wiki/Accelerated_Graphics_Port" target="_blank">AGP</a><br />
o <a href="http://en.wikipedia.org/wiki/Industry_Standard_Architecture" target="_blank">ISA</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/BIOS" target="_blank">BIOS</a><br />
• <a href="http://en.wikipedia.org/wiki/Riser_card" target="_blank">Riser Card</a> / <a href="http://en.wikipedia.org/wiki/Backplane" target="_blank">backplane</a><br />
• <a href="http://en.wikipedia.org/wiki/Hard_drive#Disk_interface_families_used_in_personal_computers" target="_blank">Storage connectors</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/SCSI_connector" target="_blank">SCSI</a><br />
o <a href="http://en.wikipedia.org/wiki/Serial_ATA" target="_blank">SATA</a><br />
o <a href="http://en.wikipedia.org/wiki/Integrated_Drive_Electronics" target="_blank">IDE</a><br />
o <a href="http://www.nullmodem.com/Floppy.htm" target="_blank">Floppy</a></td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">1.2 Deploy different <a href="http://en.wikipedia.org/wiki/Computer_case" target="_blank">chassis types</a> and the appropriate components</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Computer_cooling" target="_blank">Cooling</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Computer_fan" target="_blank">Fans</a><br />
o <a href="http://en.wikipedia.org/wiki/Water_cooling#Computer_usage" target="_blank">Water cooled</a><br />
o <a href="http://en.wikipedia.org/wiki/Computer_cooling#Passive_heat_sink_cooling" target="_blank">Passive</a><br />
o <a href="http://en.wikipedia.org/wiki/Computer_cooling#Active_heat_sink_cooling" target="_blank">Active</a><br />
o Shroud<br />
o Ducts<br />
o Redundant cooling<br />
o Hot swappable<br />
o <a href="http://www.pcguide.com/care/care/gen/coolExternal-c.html" target="_blank">Ventilation</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Form Factor (tower, <a href="http://en.wikipedia.org/wiki/Rackmount" target="_blank">rack</a>, <a href="http://en.wikipedia.org/wiki/Blade_server" target="_blank">blade</a>)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Space utilization (<a href="http://en.wikipedia.org/wiki/Rack_unit" target="_blank">U size</a>, height, width, depth)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Computer_power" target="_blank">Power</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Power_supply_unit_(computer)#Connectors" target="_blank">Connectors</a><br />
o <a href="http://en.wikipedia.org/wiki/Power_supply_unit_(computer)#Power_rating" target="_blank">Voltages</a><br />
o Phase</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://www.pcguide.com/ref/power/sup/outputRedundant-c.html" target="_blank">Redundant power</a><br />
• <a href="http://en.wikipedia.org/wiki/Computer_case#Intrusion_detection" target="_blank">Shut off switches – chassis intrusion</a><br />
• <a href="http://www.pcguide.com/ref/case/switch.htm" target="_blank">Power buttons</a><br />
• <a href="http://www.pcguide.com/ref/case/switchReset-c.html" target="_blank">Reset buttons</a><br />
• <a href="http://www.intel.com/support/motherboards/server/scb2/sb/cs-006640.htm" target="_blank">Diagnostic LEDs</a><br />
• Expansion bays</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">1.3 Differentiate between memory features / types and given a scenario select appropriate memory</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://www.tomshardware.com/reviews/ram-scaling-notebook,1920-2.html" target="_blank">Memory pairing</a><br />
• <a href="http://en.wikipedia.org/wiki/Dynamic_random_access_memory#Errors_and_error_correction" target="_blank">ECC vs. non ECC</a><br />
• <a href="http://en.wikipedia.org/wiki/Registered_memory" target="_blank">Registered vs. non-registered</a><br />
• RAID and hot spares<br />
• <a href="http://en.wikipedia.org/wiki/Dynamic_random_access_memory" target="_blank">Types</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/DDR_SDRAM" target="_blank">DDR</a><br />
o <a href="http://en.wikipedia.org/wiki/Fully_Buffered_DIMM" target="_blank">Fully buffered DIMM</a><br />
o <a href="http://en.wikipedia.org/wiki/DDR2_SDRAM" target="_blank">DDR2</a><br />
o <a href="http://en.wikipedia.org/wiki/SDRAM" target="_blank">SDRAM</a><br />
o <a href="http://en.wikipedia.org/wiki/DDR3_SDRAM" target="_blank">DDR3</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Memory compatibility</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Speed<br />
o <a href="http://en.wikipedia.org/wiki/Dynamic_random_access_memory#DRAM_packaging" target="_blank">Size</a><br />
o <a href="http://en.wikipedia.org/wiki/Dynamic_random_access_memory#DRAM_packaging" target="_blank">Pins</a><br />
o <a href="http://en.wikipedia.org/wiki/CAS_latency" target="_blank">CAS latency</a><br />
o <a href="http://www.overclock.net/intel-memory/9981-ram-timing-explained.html" target="_blank">Timing</a><br />
o Vendor specific memory</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• On board vs. riser card</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">1.4 Explain the importance of a <a href="http://en.wikipedia.org/wiki/Hardware_Compatibility_List" target="_blank">Hardware Compatibility List (HCL)</a></p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Vendor standards for hardware<br />
• Memory and processor compatibility<br />
• Expansion cards compatibility<br />
• Virtualization requirements</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">1.5 Differentiate between processor features / types and given a scenario select the appropriate processor</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Multi-core_(computing)" target="_blank">Multicore</a><br />
• <a href="http://en.wikipedia.org/wiki/Multiprocessor" target="_blank">Multiprocessor</a><br />
• <a href="http://en.wikipedia.org/wiki/CPU_cache#Multi-level_caches" target="_blank">Cache levels</a><br />
• <a href="http://en.wikipedia.org/wiki/Intel_Core_(microarchitecture)#Steppings" target="_blank">Stepping</a><br />
• <a href="http://en.wikipedia.org/wiki/Processor_speed" target="_blank">Speed</a><br />
• <a href="http://en.wikipedia.org/wiki/Voltage_regulator_module" target="_blank">VRMs</a><br />
• <a href="http://en.wikipedia.org/wiki/No_Execute" target="_blank">Execute disable (XD) or not execute (NX)</a><br />
• <a href="http://en.wikipedia.org/wiki/Hyperthreading" target="_blank">Hyperthreading</a><br />
• <a href="http://en.wikipedia.org/wiki/X86_virtualization#Hardware_support" target="_blank">VT or AMD-V</a><br />
• <a href="http://en.wikipedia.org/wiki/Comparison_of_AMD_Processors" target="_blank">AMD</a> vs. <a href="http://en.wikipedia.org/wiki/Comparison_of_Intel_processors" target="_blank">Intel</a> (non-compatible CPUs)<br />
• <a href="http://en.wikipedia.org/wiki/Processor_architecture" target="_blank">Processor architecture</a> (<a href="http://en.wikipedia.org/wiki/Risc" target="_blank">RISC</a>, <a href="http://en.wikipedia.org/wiki/Complex_instruction_set_computer" target="_blank">CISC</a>)<br />
• <a href="http://en.wikipedia.org/wiki/Processor_socket" target="_blank">Vendor slot types</a><br />
• <a href="http://en.wikipedia.org/wiki/64-bit" target="_blank">64-bit</a> vs. <a href="http://en.wikipedia.org/wiki/32-bit" target="_blank">32-bit</a><br />
• <a href="http://en.wikipedia.org/wiki/Thermal_management_of_electronic_devices_and_systems" target="_blank">Heat dissipation</a> (<a href="http://en.wikipedia.org/wiki/Computer_cooling#Passive_heat_sink_cooling" target="_blank">heat sinks</a>, <a href="http://en.wikipedia.org/wiki/Computer_fan" target="_blank">fans</a>, <a href="http://en.wikipedia.org/wiki/Water_cooling" target="_blank">liquid cooling</a>)</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">1.6 Given a scenario, install appropriate expansion cards into a server while taking fault tolerance into consideration.</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Manufacturer specific</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Fax cards<br />
o PBX cards<br />
o Camera cards<br />
o VoIP</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• HBAs<br />
• NICs<br />
• Video<br />
• Audio<br />
• Storage controller (SCSI, SATA, RAID)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o SCSI low voltage / high voltage (LVD/HVD)<br />
o SCSI IDs<br />
o Cables and connectors<br />
o Active vs. passive termination</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Expansion_card" target="_blank">Port expansion cards</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/USB" target="_blank">USB</a><br />
o <a href="http://en.wikipedia.org/wiki/FireWire" target="_blank">IEEE 1394</a><br />
o <a href="http://en.wikipedia.org/wiki/Serial_port" target="_blank">Serial</a><br />
o <a href="http://en.wikipedia.org/wiki/Parallel_port" target="_blank">Parallel</a></td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">1.7 Install, update and configure appropriate firmware.</p>
<table border="0" cellspacing="0" cellpadding="2" width="735">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="713" valign="top">• Driver / hardware compatibility<br />
• Implications of a failed firmware upgrade (redundant BIOS)<br />
• Follow manufacturer instructions and documentation</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">2.0 Software</p>
<p style="font-size:1.05em;">2.1 Install, deploy, configure and update <a href="http://en.wikipedia.org/wiki/Network_operating_system" target="_blank">NOS</a> (Windows / *nix).</p>
<table border="0" cellspacing="0" cellpadding="2" width="733">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="711" valign="top">• Installation methods (optical media, USB, network share, PXE)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="733">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="687" valign="top">o Imaging – system cloning and deployment (Ghost, RIS/WDS, Altiris, virtualization templates)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Bootloader#Boot_loader" target="_blank">Bootloader</a><br />
• <a href="http://en.wikipedia.org/wiki/File_systems" target="_blank">File systems</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/File_Allocation_Table" target="_blank">FAT</a><br />
o <a href="http://en.wikipedia.org/wiki/File_Allocation_Table#FAT32" target="_blank">FAT32</a><br />
o <a href="http://en.wikipedia.org/wiki/Ntfs" target="_blank">NTFS</a><br />
o <a href="http://en.wikipedia.org/wiki/VMFS" target="_blank">VMFS</a><br />
o <a href="http://en.wikipedia.org/wiki/ZFS" target="_blank">ZFS</a><br />
o <a href="http://en.wikipedia.org/wiki/Ext3" target="_blank">EXT3</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Driver installation</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Driver acquisition<br />
o Installation methods<br />
o Require media</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Configure NOS</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Initial network<br />
o User<br />
o Device<br />
o Roles<br />
o OS environmental settings<br />
o Applications and tools</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Patch_(computing)" target="_blank">Patch management</a></td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">2.2 Explain NOS security software and its features.</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Windows_Firewall" target="_blank">Software firewall</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://www.chaminade.org/MIS/Articles/FirewallPortSecurity.htm" target="_blank">Port blocking</a><br />
o Application exception<br />
o ACL</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Malware" target="_blank">Malware</a> protection software</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Antivirus" target="_blank">Antivirus</a><br />
o <a href="http://en.wikipedia.org/wiki/Antispyware#Remedies_and_prevention" target="_blank">Antispyware</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Basics of <a href="http://en.wikipedia.org/wiki/File_system_permissions" target="_blank">file level permissions</a> vs. <a href="http://www.mcmcse.com/microsoft/guides/ntfs_and_share_permissions.shtml" target="_blank">share permissions</a></td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">2.3 Given a scenario, implement and administer NOS management features based on procedures and guidelines</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• User management</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Add and remove users<br />
o Setting permissions<br />
o Group memberships<br />
o Policies<br />
o Logon scripts</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Resource management</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o ACLs<br />
o Quotas<br />
o Shadow volumes<br />
o Disk management<br />
o Performance monitoring<br />
o Baselining</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Network_monitoring" target="_blank">Monitoring</a> (<a href="http://en.wikipedia.org/wiki/Network_management" target="_blank">tools and agents</a>)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Snmp" target="_blank">SNMP</a> (<a href="http://en.wikipedia.org/wiki/Snmp#Management_Information_Bases_.28MIBs.29" target="_blank">MIBs</a>)<br />
o <a href="http://en.wikipedia.org/wiki/WBEM" target="_blank">WBEM</a> (<a href="http://en.wikipedia.org/wiki/Windows_Management_Instrumentation" target="_blank">WMI</a>)</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">2.4 Explain different server roles, their purpose and how they interact</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/File_server" target="_blank">File server</a> and <a href="http://en.wikipedia.org/wiki/Print_server" target="_blank">print server</a><br />
• <a href="http://en.wikipedia.org/wiki/Database_server" target="_blank">Database server</a><br />
• <a href="http://en.wikipedia.org/wiki/Web_server" target="_blank">Web server</a><br />
• Messaging server<br />
• <a href="http://en.wikipedia.org/wiki/DHCP_server#Technical_overview" target="_blank">DHCP server</a><br />
• <a href="http://en.wikipedia.org/wiki/Directory_service" target="_blank">Directory services server</a><br />
• <a href="http://en.wikipedia.org/wiki/DNS_server" target="_blank">DNS server</a><br />
• <a href="http://en.wikipedia.org/wiki/Application_server" target="_blank">Application server</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Update server and proxy server<br />
o Filtering server<br />
o Monitoring server<br />
o Dedicated<br />
o Distributed<br />
o Peer to peer</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="694">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="672" valign="top">• Remote access server<br />
• <a href="http://en.wikipedia.org/wiki/Platform_virtualization" target="_blank">Virtualized services</a><br />
• <a href="http://en.wikipedia.org/wiki/NTP_server" target="_blank">NTP server</a><br />
• Explain the different between a workstation, desktop and a server<br />
• Server shut down and start up sequence (one server vs. multiple servers vs. attached components)</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">2.5 Summarize server virtualization concepts, features and considerations</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://searchsystemschannel.techtarget.com/tip/0,289483,sid99_gci1351580,00.html" target="_blank">Resource utilization</a><br />
• <a href="http://en.wikipedia.org/wiki/Platform_virtualization" target="_blank">Configuration</a><br />
• <a href="http://www.vmware.com/technology/virtual-networking/" target="_blank">Interconnectivity</a><br />
• <a href="http://www.vmware.com/technology/whyvmware/virtual-management.html" target="_blank">Management server</a><br />
• <a href="http://www.vmware.com/technology/virtualization.html" target="_blank">Reasons for virtualization</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://www.vmware.com/solutions/consolidation/" target="_blank">Cost benefits</a><br />
o <a href="http://www.vmware.com/solutions/continuity/" target="_blank">Redundancy</a><br />
o <a href="http://www.vmware.com/solutions/consolidation/green/" target="_blank">Green initiative</a><br />
o <a href="http://www.vmware.com/solutions/continuity/disasterrecovery.html" target="_blank">Disaster recovery</a><br />
o <a href="http://www.vmware.com/products/labmanager/#c105428" target="_blank">Testing environment</a><br />
o <a href="http://www.vmware.com/solutions/consolidation/manage.html" target="_blank">Ease of deployment</a></td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">2.6 Describe common elements of networking essentials</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Tcp/ip" target="_blank">TCP/IP</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Subnetwork" target="_blank">Subnetting</a><br />
o <a href="http://en.wikipedia.org/wiki/Domain_Name_System" target="_blank">DNS</a><br />
o <a href="http://en.wikipedia.org/wiki/DHCP" target="_blank">DHCP</a><br />
o <a href="http://en.wikipedia.org/wiki/IP_classes" target="_blank">Classes</a><br />
o <a href="http://en.wikipedia.org/wiki/Gateway_(telecommunications)" target="_blank">Gateways</a><br />
o <a href="http://en.wikipedia.org/wiki/IP_addressing#Static_and_dynamic_IP_addresses" target="_blank">Static vs. dynamic</a><br />
o <a href="http://en.wikipedia.org/wiki/IP_stack#Layers_in_the_Internet_Protocol_Suite" target="_blank">IP stack</a><br />
o <a href="http://en.wikipedia.org/wiki/Network_port" target="_blank">Ports</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Ethernet" target="_blank">Ethernet</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Ethernet#Varieties_of_Ethernet" target="_blank">Types</a><br />
o Speeds<br />
o <a href="http://en.wikipedia.org/wiki/Ethernet_cables" target="_blank">Cables</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Vpn" target="_blank">VPN</a><br />
• <a href="http://en.wikipedia.org/wiki/Virtual_LAN" target="_blank">VLAN</a><br />
• <a href="http://en.wikipedia.org/wiki/DMZ_(computing)" target="_blank">DMZ</a></td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">3.0 Storage</p>
<p style="font-size:1.05em;">3.1 Describe <a href="http://en.wikipedia.org/wiki/RAID" target="_blank">RAID technologies</a> and its features and benefits</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Hot_spare" target="_blank">Hot spare</a><br />
• Software vs. hardware<br />
• Cache read/write levels (data loss potential)<br />
• Performance benefits and tradeoffs</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">3.2 Given a scenario, select the appropriate RAID level</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Standard_RAID_levels" target="_blank">0, 1, 3, 5, 6, 10, 50</a><br />
• Performance benefits and tradeoffs</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">3.3 Install and configure different internal storage technologies</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Hot swappable vs. non-hot swappable<br />
• SCSI, Ultra SCSI, Ultra320 (termination), LUNs<br />
• SAS, SATA<br />
• Tape<br />
• <a href="http://en.wikipedia.org/wiki/Optical_storage" target="_blank">Optical</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Dvd" target="_blank">DVD</a><br />
o <a href="http://en.wikipedia.org/wiki/DVD-R" target="_blank">DVD-R</a><br />
o <a href="http://en.wikipedia.org/wiki/CD-ROM" target="_blank">CD-ROM</a><br />
o <a href="http://en.wikipedia.org/wiki/CD-R" target="_blank">CD-R</a><br />
o <a href="http://en.wikipedia.org/wiki/CD-RW" target="_blank">CD-RW</a><br />
o <a href="http://en.wikipedia.org/wiki/Blu-ray" target="_blank">Blu-Ray</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Flash<br />
• <a href="http://www.google.com/products?q=usb+floppy+drive&amp;sampleq=1&amp;hl=en" target="_blank">Floppy (USB)</a><br />
• Controller (firmware levels)<br />
• Hard drive (firmware, JBOD)</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">3.4 Summarize the purpose of external storage technologies</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Network_attached_storage" target="_blank">Network attached storage</a><br />
• <a href="http://en.wikipedia.org/wiki/Storage_area_network" target="_blank">Storage area network</a><br />
• <a href="http://en.wikipedia.org/wiki/Tape_library" target="_blank">Tape library</a><br />
• <a href="http://en.wikipedia.org/wiki/Write_Once_Read_Many" target="_blank">WORM</a><br />
• <a href="http://en.wikipedia.org/wiki/Optical_jukebox" target="_blank">Optical jukebox</a><br />
• Transport media</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/ISCSI" target="_blank">iSCSI</a><br />
o <a href="http://en.wikipedia.org/wiki/Sata" target="_blank">SATA</a><br />
o <a href="http://en.wikipedia.org/wiki/Serial_Attached_SCSI" target="_blank">SAS</a><br />
o <a href="http://en.wikipedia.org/wiki/Scsi" target="_blank">SCSI</a><br />
o <a href="http://en.wikipedia.org/wiki/Fiber_Channel" target="_blank">Fiber Channel</a></td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">4.0 IT Environment</p>
<p style="font-size:1.05em;">4.1 Write, utilize and maintain documentation, diagrams and procedures</p>
<table border="0" cellspacing="0" cellpadding="2" width="760">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="738" valign="top">• Follow pre-installation plan when building or upgrading servers<br />
• Labeling<br />
• Diagram server racks and environment topologies<br />
• Hardware and software upgrade, installation, configuration , server role and repair logs<br />
• Document server baseline (before and after service)<br />
• Original hardware configuration, service tags, asset management and warranty<br />
• Vendor specific documentation</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">4.2 Given a scenario, explain the purpose of the following industry best practices</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Follow vendor specific server best practices</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Documentation<br />
o Tools<br />
o Websites</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="760">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="738" valign="top">• Explore ramifications before implementing change – determine organizational impact<br />
• Communicate with stakeholders before taking action and upon completion of action<br />
• Comply with all local laws / regulations, industry and corporate regulations<br />
• Purpose of Service Level Agreement (SLAs)<br />
• Follow change control procedures<br />
• Equipment disposal</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">4.3 Determine an appropriate physical environment for the server location</p>
<table border="0" cellspacing="0" cellpadding="2" width="763">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="741" valign="top">• Check for adequate and dedicated power, proper amperage and voltage</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="873">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="827" valign="top">o UPS systems (check load, document service, periodic testing)<br />
o UPS specifications (run time, max load, bypass procedures, server communication and shut down, proper monitoring)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Server cooling considerations – HVAC</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Adequate cooling in room<br />
o Adequate cooling in server rack<br />
o Temperature and humidity monitors</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">4.4 Implement and configure different methods of server access</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• KVM (local and IP based)<br />
• Direct connect<br />
• Remote management</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Remote control<br />
o Administration<br />
o Software deployment<br />
o Dedicated management port</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">4.5 Given a scenario, classify <a href="http://en.wikipedia.org/wiki/Physical_security" target="_blank">physical security measures</a> for a server location</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Physical server security</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Locked doors<br />
o Rack doors<br />
o <a href="http://en.wikipedia.org/wiki/CCTV" target="_blank">CCTV</a><br />
o Mantraps<br />
o Security personnel</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Access_control" target="_blank">Access control devices</a> (<a href="http://en.wikipedia.org/wiki/Rfid" target="_blank">RFID</a>, <a href="http://en.wikipedia.org/wiki/Keypad" target="_blank">keypads</a>, <a href="http://en.wikipedia.org/wiki/Pinpad" target="_blank">pinpads</a>)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Biometric devices (<a href="http://en.wikipedia.org/wiki/Fingerprint_recognition" target="_blank">fingerprint scanner</a>, <a href="http://en.wikipedia.org/wiki/Retinal_scan" target="_blank">retina</a>)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Security procedures</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Limited access<br />
o Access logs<br />
o Limited hours</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://en.wikipedia.org/wiki/Defense_in_Depth_(computing)" target="_blank">Defense in-depth</a> – multiple layers of defense<br />
• Reasons for physical security</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Theft<br />
o Data loss<br />
o Hacking</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Secure documentation related to servers</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Passwords<br />
o System configurations<br />
o Logs</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">5.0 Disaster Recovery</p>
<p style="font-size:1.05em;">5.1 Compare and contrast backup and restoration methodologies, media types and concepts</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Methodologies (<a href="http://www.backup4all.com/kb/full-backup-116.html" target="_blank">full</a>, <a href="http://en.wikipedia.org/wiki/Incremental_backup#Incremental" target="_blank">incremental</a>, <a href="http://en.wikipedia.org/wiki/Incremental_backup#Differential" target="_blank">differential</a>)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="719">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="673" valign="top">o <a href="http://en.wikipedia.org/wiki/Snapshot_(computer_storage)" target="_blank">Snapshot</a><br />
o <a href="http://www.argentuma.com/backup/software/windows-backup.html" target="_blank">Copy</a><br />
o <a href="http://en.wikipedia.org/wiki/Bare-metal_restore" target="_blank">Bare metal</a><br />
o <a href="http://www.ultrabac.com/techsupport/50white-papers/lfb_api.asp" target="_blank">Open file</a><br />
o <a href="http://en.wikipedia.org/wiki/Backup#Cold_database_backup" target="_blank">Databases</a><br />
o <a href="http://www.microsoft.com/windowsxp/using/setup/learnmore/bott_03july14.mspx" target="_blank">Data</a> vs. <a href="http://www.techspot.com/vb/topic26542.html" target="_blank">OS restore</a><br />
o <a href="http://en.wikipedia.org/wiki/Backup_rotation_scheme" target="_blank">Rotation</a> and <a href="http://wiki.c2b2.columbia.edu/systems/index.php/FAQ:What_is_the_backup_tape_retention_policy%3F" target="_blank">retention</a> (<a href="http://en.wikipedia.org/wiki/Grandfather-father-son_backup" target="_blank">grandfather, father and son</a>, <a href="http://en.wikipedia.org/wiki/Backup_rotation_scheme#Towers_of_Hanoi" target="_blank">leaning tower</a>)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Media types</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Tape_backup" target="_blank">Tape</a><br />
o <a href="http://en.wikipedia.org/wiki/Disk_staging" target="_blank">Disk</a><br />
o <a href="http://en.wikipedia.org/wiki/Write_Once_Read_Many" target="_blank">WORM</a><br />
o <a href="http://en.wikipedia.org/wiki/Optical_disc" target="_blank">Optical</a><br />
o <a href="http://en.wikipedia.org/wiki/USB_flash_drive#Backup" target="_blank">Flash</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="507">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="485" valign="top">
<p style="font-size:1.05em;" align="left">• <a href="http://en.wikipedia.org/wiki/Backup#Managing_the_data_repository" target="_blank">Backup security and off-site storage</a><br />
• Importance of testing the backup and restoration process</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">5.2 Given a scenario, compare and contrast the different types of replication methods</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Disk to disk<br />
• Server to server</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Clustering<br />
o Active/active<br />
o Active/passive</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Site to site<br />
• <a href="http://en.wikipedia.org/wiki/Backup_site" target="_blank">Site types</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://www.brainbell.com/tutorials/Networking/Hot_Warm_And_Cold_Sites.html" target="_blank">Cold site</a><br />
o Hot site<br />
o Warm site<br />
o Distance requirements</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">5.3 Explain data retention and destruction concepts</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Awareness of potential legal requirements<br />
• Awareness of potential company policy requirements<br />
• Differentiate between archiving and backup</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">5.4 Given a scenario, carry out the following basic steps of a disaster recovery plan</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Disaster recovery testing process<br />
• Follow emergency procedures (people first)<br />
• Use appropriate fire suppressants<br />
• Follow escalation procedures for emergencies<br />
• Classification of systems (prioritization during recovery)</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">6.0 Troubleshooting</p>
<p style="font-size:1.05em;">6.1 Explain troubleshooting theory and methodologies</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://www.wikihow.com/Diagnose-a-Computer-Problem" target="_blank">Identify the problem and determine the scope</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="719">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="673" valign="top">o Question users/stakeholders and identify changes to the server / environment<br />
o Collect additional documentation / logs<br />
o If possible, replicate the problem as appropriate<br />
o If possible, perform backups before making changes</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="718">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="696" valign="top">• Establish a theory of probable cause (question the obvious)</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="718">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="672" valign="top">o Determine whether there is a common element of symptom causing multiple problems</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="717">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="695" valign="top">• Test the theory to determine cause</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="720">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="674" valign="top">o Once theory is confirmed determine next steps to resolve problem<br />
o If theory is not confirmed re-establish new theory or escalate</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="721">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="699" valign="top">• Establish a plan of action to resolve the problem and notify impacted users<br />
• Implement the solution or escalate as appropriate</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="722">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="676" valign="top">o Make one change at a time and test/confirm the change has resolved the problem<br />
o If the problem is not resolved, reverse the change if appropriate and implement new change</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="722">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="700" valign="top">• Verify full system functionality and if applicable implement preventative measures<br />
• Performa a root cause analysis<br />
• Document findings, actions and outcomes throughout the process</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">6.2 Given a scenario, effectively troubleshoot hardware problems, selecting the appropriate tools and methods</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://pcsupport.about.com/od/findtheproblem/Find_the_Cause_of_Your_Computer_Problem.htm" target="_blank">Common problems</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Power-on_self-test" target="_blank">Failed POST</a><br />
o <a href="http://www.associatedcontent.com/article/215677/how_to_fix_overheating_computers_a.html" target="_blank">Overheating</a><br />
o <a href="http://www.pcguide.com/ts/x/comp/ram/fail-c.html" target="_blank">Memory failure</a><br />
o Onboard component failure<br />
o <a href="http://www.fonerbooks.com/cpu_ram.htm" target="_blank">Processor failure</a><br />
o <a href="http://en.wikipedia.org/wiki/Boot_sequence" target="_blank">Incorrect boot sequence</a><br />
o Expansion card failure<br />
o <a href="http://support.microsoft.com/kb/321626" target="_blank">Operating system not found</a><br />
o <a href="http://www.fonerbooks.com/ide_hd.htm" target="_blank">Drive failure</a><br />
o <a href="http://www.fonerbooks.com/power.htm" target="_blank">Power supply failure</a><br />
o I/O failure</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Causes of common problems</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Third party components or incompatible components<br />
o Incompatible or incorrect BIOS<br />
o Cooling failure<br />
o Mismatched components<br />
o Backplane failure</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Environmental issues</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Dust<br />
o Humidity<br />
o Temperature<br />
o Power surge / failure</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Hardware tools</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Power supply tester (multimeter)<br />
o System board tester<br />
o Compressed air<br />
o ESD equipment</td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">6.3 Given a scenario, effectively troubleshoot software problems, selecting the appropriate tools and methods</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Common problems</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o User unable to logon<br />
o User cannot access resources<br />
o Memory leak<br />
o <a href="http://pcsupport.about.com/od/termsb/g/bsodbluescreen.htm" target="_blank">BSOD / stop</a><br />
o OS boot failure<br />
o Driver issues<br />
o Runaway process<br />
o Cannot mount drive<br />
o Cannot write to system log<br />
o Slow OS performance<br />
o Patch update failure<br />
o Service failure<br />
o Hangs no shut down<br />
o Users cannot print</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Cause of common problems</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Malware" target="_blank">Malware</a><br />
o Unauthorized software<br />
o <a href="http://en.wikipedia.org/wiki/Personal_firewall" target="_blank">Software firewall</a><br />
o User Account Control (UAC/SUDO)<br />
o Improper permissions<br />
o Corrupted files<br />
o Lack of hard drive space<br />
o Lack of system resources<br />
o Virtual memory (misconfigured, corrupt)<br />
o <a href="http://en.wikipedia.org/wiki/Disk_fragmentation" target="_blank">Fragmentation</a><br />
o Encryption<br />
o Print server drivers/services<br />
o Print spooler</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Software tools</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="696">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="650" valign="top">o System logs<br />
o Monitoring tools (resource monitor, performance monitor)<br />
o <a href="http://en.wikipedia.org/wiki/Defragmentation" target="_blank">Defragmentation tools</a></td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">6.4 Given a scenario, effectively diagnose network problems, selecting the appropriate tools and methods</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Common problems</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Internet connectivity failure<br />
o Email failure<br />
o Resource unavailable<br />
o DHCP server mis-configured<br />
o Non-functional or unreachable<br />
o Destination host unreachable<br />
o Unknown host<br />
o Default gateway mis-configured<br />
o Failure of service provider<br />
o Can reach by IP not by host name</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Causes of common problems</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="719">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="673" valign="top">o Improper IP configuration<br />
o VLAN configuration<br />
o Port security<br />
o Improper subnetting<br />
o Component failure<br />
o Incorrect OS route tables<br />
o Bad cables<br />
o Firewall (mis-configuration, hardware failure, software failure)<br />
o Mis-configured NIC, routing / switch issues<br />
o DNS and/or DHCP failure<br />
o Mis-configured hosts file</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• <a href="http://www.techexams.net/technotes/networkplus/tcpiputils.shtml" target="_blank">Networking tools</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o <a href="http://en.wikipedia.org/wiki/Ping" target="_blank">ping</a><br />
o <a href="http://en.wikipedia.org/wiki/Tracert" target="_blank">tracert / traceroute</a><br />
o <a href="http://support.microsoft.com/kb/117662" target="_blank">ipconfig</a> / <a href="http://en.wikipedia.org/wiki/Ifconfig" target="_blank">ifconfig</a><br />
o <a href="http://en.wikipedia.org/wiki/Nslookup" target="_blank">nslookup</a><br />
o <a href="http://technet.microsoft.com/en-us/library/bb490717.aspx" target="_blank">net use</a> / <a href="http://en.wikipedia.org/wiki/Mount_(computing)" target="_blank">mount</a><br />
o <a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/route.mspx?mfr=true" target="_blank">route</a><br />
o <a href="http://technet.microsoft.com/en-us/library/cc940106.aspx" target="_blank">nbtstat</a><br />
o <a href="http://en.wikipedia.org/wiki/Netstat" target="_blank">netstat</a></td>
</tr>
</tbody>
</table>
<p style="font-size:1.05em;">6.5 Given a scenario, effectively troubleshoot storage problems, selecting the appropriate tools and methods</p>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Common problems</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Slow file access<br />
o OS not found<br />
o Data not available<br />
o Unsuccessful backup<br />
o Error lights<br />
o Unable to mount the device<br />
o Drive not available<br />
o Cannot access logical drive<br />
o Data corruption<br />
o Slow I/O performance<br />
o Restore failure<br />
o Cache failure<br />
o Multiple drive failure</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Causes of common problems</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
<td width="354" valign="top">o Media failure<br />
o Drive failure<br />
o Controller failure<br />
o HBA failure<br />
o Loose connectors<br />
o Cable problems<br />
o Mis-configuration<br />
o Improper termination<br />
o Corrupt boot sector<br />
o Corrupt file system table<br />
o Array rebuild<br />
o Improper disk partition<br />
o Bad sectors<br />
o Cache battery failure<br />
o Cache turned off<br />
o Insufficient space<br />
o Improper RAID configuration<br />
o Mis-matched drives<br />
o Backplane failure</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="20" valign="top"></td>
<td width="378" valign="top">• Storage tools</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="44" valign="top"></td>
</tr>
</tbody>
</table>
<td width="354" valign="top">o Partitioning tools<br />
o Disk management<br />
o RAID array management<br />
o Array management<br />
o System logs<br />
o Net use / mount command<br />
o Monitoring tools</td>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ithumidor.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ithumidor.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ithumidor.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ithumidor.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ithumidor.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ithumidor.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ithumidor.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ithumidor.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ithumidor.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ithumidor.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ithumidor.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ithumidor.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ithumidor.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ithumidor.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ithumidor.com&amp;blog=5150190&amp;post=238&amp;subd=ithumidor&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ithumidor.com/2009/05/20/comptia-server-2009-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/10269297c6b1a314efa21efcc4d0c8eb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Slowhand</media:title>
		</media:content>
	</item>
	</channel>
</rss>
