<?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/"
	>

<channel>
	<title>Nickelrails &#187; core blog</title>
	<atom:link href="http://nickelrails.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickelrails.com</link>
	<description>virtualization,storage and messaging infrastructure solutions</description>
	<lastBuildDate>Tue, 27 Jul 2010 03:34:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>7 Things you must do when virtualizing SQL Server 2008 on Hyper-V</title>
		<link>http://nickelrails.com/blog/7-things-you-must-do-when-virtualizing-sql-server-2008-on-hyper-v/</link>
		<comments>http://nickelrails.com/blog/7-things-you-must-do-when-virtualizing-sql-server-2008-on-hyper-v/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 15:09:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[core blog]]></category>

		<guid isPermaLink="false">http://nickelrails.com/?p=1074</guid>
		<description><![CDATA[HINT: Most of them are things to do in the planning stages 1. Beef up the Physical CPUs - While a virtual machine can achieve the same SQL throughput as a physical server, it comes at a cost.  Increased CPU usage.  You will also want to plan for moderate increases in CPU related to SQL [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000000;"><em>HINT: Most of them are things to do in the planning stages</em></span></p>
<p><strong><span style="color: #000000;">1. Beef up the Physical CPUs</span> </strong>- While a virtual machine can achieve the same SQL throughput as a physical server, it comes at a cost.  Increased CPU usage.  You will also want to plan for moderate increases in CPU related to SQL backup and restore operations. The same goes for network intensive workloads.  I would start by adding 20% to each SQL virtual machine to accommodate for these factors. </p>
<p><strong><span style="color: #000000;">2. Avoid </span></strong><strong><span style="color: #000000;">Dynamic VHDs</span> – </strong>Use pass-through disks where IO performance is critical or fixed VHD where slightly less IO performance is acceptable.  Keep in mind that fixed VHDs are easier to move around and support, so they are a good option unless you absolutely need the additional performance. </p>
<p><strong><span style="color: #000000;">3. Install Integration Components</span></strong> – If you are not installing SQL Server 2008 on a Windows Server 2008 guest, you will want to install Integration Components (On Server 2008 by default).  Doing so will provide better IO performance, reduce memory overhead, and allow the use of synthetic network cards versus emulated.  All of which are desired for SQL.  </p>
<p><strong><span style="color: #000000;">4. Properly size memory</span> – </strong>Keep from having to take databases offline with a reboot by putting extra thought into memory requirements upfront.  Also be mindful of the 64GB per VM limit within Hyper-V R2.</p>
<p><strong><span style="color: #000000;">5. Look at licensing closely</span></strong> – There are separate licensing statements from Microsoft that relate to virtualization.  For example, if you license SQL on a per processor basis (Standard,Workgroup, or Enterprise), you need to have a license for each virtual processor.   Carefully look at the clauses for both SQL Server 2008 and the Microsoft guest operating system.  Depending on your consolidation strategy, it may make sense to switch licensing models.  Check <a href="http://www.microsoft.com/sqlserver/2008/en/us/licensing-faq.aspx"><span style="color: #ae0008;">SQL Server 2008 Licensing Frequently Asked Questions</span></a> as a starting point.   Also look at any third party SQL backup products you may use. </p>
<p><strong><span style="color: #000000;">6. HBA tuning</span></strong> – With server virtualization becoming more prevalent in the data center, HBA vendors are starting to produce best practice documents for HBA settings.  Some get very specific for the array, operating system, and virtualization platform.  The two areas you want to focus on are <strong>HBA Queue Depth Settings</strong> and <strong>HBA drivers</strong>. </p>
<p><strong><span style="color: #000000;">7. Use Sysprep</span></strong> – If you are deploying a stand-alone instance of SQL Server 2008 R2 to your Hyper-V Infrastructure, using SysPrep can save you time for future deployments.  This functionality is just recently supported in SQL 2008 R2 or later; however deploying via SysPrep to clustered SQL instances is not supported.   Using SysPrep gives you the benefits of a faster and more standardized SQL Server 2008 deployment.  It can also serve as part of your disaster recovery strategy to restore SQL Servers.  Read <a href="http://msdn.microsoft.com/en-us/library/ee210664(v=SQL.105).aspx"><span style="color: #ae0008;">How to: Install SQL Server 2008 R2 Using SysPrep</span></a> from Microsoft to learn how to set this up.</p>
<p>Have you come across something that should be added to the list?  Was this helpful?  Let me know by leaving a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickelrails.com/blog/7-things-you-must-do-when-virtualizing-sql-server-2008-on-hyper-v/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tips: SAN Migration on MSCS Cluster</title>
		<link>http://nickelrails.com/blog/quick-tips-san-migration-on-mscs-cluster/</link>
		<comments>http://nickelrails.com/blog/quick-tips-san-migration-on-mscs-cluster/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 16:18:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[core blog]]></category>

		<guid isPermaLink="false">http://nickelrails.com/blog/quick-tips-san-migration-on-mscs-cluster/</guid>
		<description><![CDATA[I enjoy sharing Infrastructure tips and lessons learned that may help network administrators avoid downtime.  I’ve got 2 tips that I learned while doing a SAN migration to a new EMC Clariion, with MSCS clustering in place.  More specifically, the Windows Server hosts involved were Clustered Exchange 2007 mailbox servers.  1.  Unplug cluster NICS – If [...]]]></description>
			<content:encoded><![CDATA[<p>I enjoy sharing Infrastructure tips and lessons learned that may help network administrators avoid downtime.  I’ve got 2 tips that I learned while doing a SAN migration to a new EMC Clariion, with MSCS clustering in place.  More specifically, the Windows Server hosts involved were Clustered Exchange 2007 mailbox servers. </p>
<p><strong><span style="color: #000000;">1.  </span></strong><strong><span style="color: #000000;">Unplug cluster NICS </span>– </strong>If you are using any type of host based replication software to migrate data from existing shared storage to new storage, you will want to unplug the cluster NICS.  They are the network connections used for cluster updates and “heartbeat” communications.   I found this to be the case even with all Exchange Server and MSCS cluster services in a stopped state. </p>
<p><strong><span style="color: #000000;">2.  </span></strong><strong><span style="color: #000000;">Update disk signatures</span> -</strong> After you complete the data migraton to your new SAN or shared storage and try to fire up your application configured within the Microsoft Cluster Server (MSCS), it probably will not start.  If you see Event ID 1034 in the event log, it means that the cluster cannot find the disk signatures that it was expecting.  Makes sense because the disks are new.  So, just follow the instructions in <a href="http://support.microsoft.com/kb/243195"><span style="color: #ae0008;">Microsoft KB 243195</span></a> article and you will be up in no time.  <strong></strong></p>
<p>My experience was based on Exchange 2007, but this issue would occur on any MSCS clustered application that is moved to new shared storage. </p>
<p>Please feel free to share these tips with anyone you think they may benefit!  If you’ve had a similar experience or liked this, let me know by leaving a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickelrails.com/blog/quick-tips-san-migration-on-mscs-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Virtualization: FREE versus Feature-Rich</title>
		<link>http://nickelrails.com/blog/server-virtualization-free-versus-feature-rich/</link>
		<comments>http://nickelrails.com/blog/server-virtualization-free-versus-feature-rich/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 19:01:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[core blog]]></category>

		<guid isPermaLink="false">http://nickelrails.com/?p=748</guid>
		<description><![CDATA[Where using Microsoft Hyper-V R2 and VMware vSphere make sense in different USE CASES.  I see a lot of content that appears to favor either Hyper-V R2 or vSphere for EVERY use case.  I think they are both good products so I wanted to point out some of the pros and cons of each one. [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #000000;">Where using </span><a href="http://www.microsoft.com/windowsserver2008/en/us/hyperv-main.aspx"><span style="color: #000000;">Microsoft </span></a></strong><strong><a href="http://www.microsoft.com/windowsserver2008/en/us/hyperv-main.aspx"><span style="color: #000000;">Hyper-V R2</span></a><span style="color: #000000;"> and </span><a href="http://www.vmware.com/products/vsphere/"><span style="color: #000000;">VMware vSphere</span></a><span style="color: #000000;"> make sense in different USE CASES. </span> </strong></p>
<p>I see a lot of content that appears to favor either Hyper-V R2 or vSphere for EVERY use case.  I think they are both good products so I wanted to point out some of the pros and cons of each one.</p>
<p><strong><span style="color: #000000;">Hyper-V R2 makes sense if …</span></strong></p>
<p><strong>MS only please</strong> &#8211; You’re a Microsoft shop and don’t have someone who knows Linux, or has time to learn a little to get up to speed on VMware vSphere.  The fact that VMware supports 55 different OSs ranging from Windows, OS/2, Solaris, and NetWare is not important because you’re ALL or primarily Microsoft.</p>
<p><strong>We’re fairly simple – </strong>Let’s pretend all your servers are basic like file, print, IIS, and Active Directory.  Their all fairly underutilized and you don’t see too much changing; they appear to be easy virtualization wins.  You don’t have enough servers to be concerned about high consolidation density; maybe something like 30 servers that easily fit onto 3 hosts with a 10:1 ratio.  Not being able to hot add VM’s <a href="http://www.vmware.com/products/vsphere/mid-size-and-enterprise-business/features.html"><span style="color: #ae0008;">virtual memory and CPU</span></a> is not a requirement. </p>
<p><strong>You already own SCVMM and SCOM</strong> – While Hyper-V R2 is FREE it requires System Center Virtual Machine Manager (SCVMM) and Operations Manager (SCOM) to take advantage of the advanced features like resource scheduling with PRO.  Really, unless you use a third party product you need SCVMM to do physical to virtual migrations (P2V).  </p>
<p><strong><span style="color: #000000;">VMware vSphere makes sense if …</span></strong></p>
<p><strong>We’re going all in – </strong>Your goal is to achieve 100% virtualization (or really close).  Maybe you have 50 or more servers and there are plenty of heavy hitters in the mix.  Features like 8-way virtual processors,  <a href="http://www.vmware.com/products/drs/"><em><span style="color: #ae0008;">DRS</span></em></a> with <a href="http://pubs.vmware.com/vi301/quick_start/wwhelp/wwhimpl/common/html/wwhelp.htm?context=quick_start&amp;file=vi_quick_start_manage.5.11.html"><em><span style="color: #ae0008;">Resource Pools</span></em></a>, or Hot add of virtual memory and CPU would benefit you.  You could envision setting up <a href="http://www.emc.com/collateral/demos/microsites/mediaplayer-video/20091208-esg.htm"><span style="color: #ae0008;">tiered storage</span></a>, and using <a href="http://www.vmware.com/products/storage-vmotion/"><em><span style="color: #ae0008;">VMware Storage VMotion</span></em></a>, to migrate virtual disks during peak processing or maintenance sessions without any application downtime. </p>
<p><strong>Automated Disaster Recovery– </strong>After you get virtualization in place you want to use VMware vCenter Site Recovery Manager to take the complexity out of DR.  If you have really short RTO and RPO objectives, you will want to stick with VMware to keep you out of the woods. </p>
<p><strong>We’re charging back</strong> – Let’s say you want to charge back the use of you applications and\or servers to the business.  Vmware has an off the shelf product <a href="machineshttp://www.vmware.com/products/vcenter-chargeback/Chargeback%20and%20tighter%20security"><span style="color: #ae0008;">VMware vCenter Chargeback</span></a>, to model, measure and assign costs associated with virtual machines. </p>
<p><strong>We&#8217;re not into general purpose &#8211; </strong>With vSphere you&#8217;re getting a product that was built from the ground-up for virtualization.  You&#8217;ll get updates and enhancements more often since you&#8217;re not having to wait on the slower release cycle Microsoft follows.  You&#8217;ll also only have to apply security updates that are hypervisor related and not spanning across the general purpose operating system. </p>
<p><strong>We’re security conscious – </strong>Below are two 3 benefits VMware has in this area…</p>
<ul>
<li><strong>VMware vShield Zones</strong> &#8211; vShield Zones enhances the privacy and confidentiality of virtual machines and their data. VMware vShield Zones enables customers to monitor and enforce network access to sensitive areas of the virtual datacenter, including the DMZ, or to servers with sensitive data that is subject to regulations such as PCI or SOX compliance. Administrators can securely bridge, firewall or isolate traffic across logical trust or organizational boundaries within existing vCenter Server deployments..</li>
<li><strong>VMware VMsafe</strong> &#8211; VMware VMsafe is a new technology that leverages the properties of vSphere to protect virtual machines in ways previously not possible with physical machines. VMware VMsafe provides an application program interface (API)-sharing program that allows partners to develop VMware-aware security products.</li>
<li><strong> VMkernel Protection</strong> &#8211; Disk-integrity techniques protect the boot-up of the hypervisor using the Trusted Platform Module (TPM), a hardware device embedded in servers. To ensure the authenticity and integrity of dynamically loaded code, VMkernel modules are digitally signed and validated during load-time. These disk integrity mechanisms protect against malware, which might attempt to overwrite or modify VMkernel as it persists on disk. VMkernel also uses memory integrity techniques at load-time coupled with microprocessor capabilities to protect from common buffer-overflow attacks that are used to exploit running code.</li>
</ul>
<p>Leave a comment and let me know if you&#8217;ve come across a situation where one platform prevails!</p>
]]></content:encoded>
			<wfw:commentRss>http://nickelrails.com/blog/server-virtualization-free-versus-feature-rich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you have Dead Batteries?</title>
		<link>http://nickelrails.com/blog/do-you-have-dead-batteries/</link>
		<comments>http://nickelrails.com/blog/do-you-have-dead-batteries/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 16:27:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[core blog]]></category>

		<guid isPermaLink="false">http://nickelrails.com/?p=411</guid>
		<description><![CDATA[Dead batteries can spoil all the fun As I prepare for an offsite disaster recovery exercise, what I am really doing is going around charging dead batteries. If you have cars, kids, or maybe a boat; you know that a dead battery can ruin your day. I am talking about a different kind of batteries, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Dead batteries can spoil all the fun</strong></p>
<p>As I prepare for an offsite disaster recovery exercise, what I am really doing is going around charging dead batteries. If you have cars, kids, or maybe a boat; you know that a dead battery can ruin your day. I am talking about a different kind of batteries, what I like to call IT batteries. Let me explain.</p>
<p><img class="alignleft size-medium wp-image-416" style="margin: 1px;" title="Dead Batteries" src="http://nickelrails.com/wp-content/uploads/2010/01/Dead-Batteries-225x300.jpg" alt="Dead Batteries" width="225" height="300" /></p>
<p><strong>    Related to IT disaster recovery, </strong></p>
<p><strong>     dead batteries are things like</strong></p>
<p>  -Outdated technical documentation</p>
<p>  -A media kit with outdated software</p>
<p>  - Outdated contact lists or action steps</p>
<p>  -DR site or contract that does not meet current</p>
<p>    needs, or offer future flexibility</p>
<p>  - Key servers with failing or nonexistent backups</p>
<p><strong>  So, what to do?</strong></p>
<p> One of my favorite inventions for making sure I avoid spoiled fun is the trickle charger.  In short, the trickle charger supplies a charge to the battery at  regular intervals to keep it fresh and dependable while it is stored. Sound like something you need for your DR Plan?  Here are some tips.</p>
<p>1. Use your task management software to schedule meetings or reminders such as “Refresh Media Kit”.</p>
<p>2. Created an automated process for pulling out required DR documentation and shipping it offsite or to the Cloud.</p>
<p>3. Before you buy any new hardware of software, ask yourself. Do I need this in DR?  Will this work in DR?</p>
<p>4. Test recovery of backups regularly, especially after OS or backup agent upgrades.  Maybe schedule an week called “Mini DR Week” for onsite tests.  Virtualization is great for this!    </p>
<p>5. If you have VMWare Infrastructure, consider using VMWare Site Recovery Manager to help orchestrate DR.</p>
<p>6. If you use a WIKI for documentation, consider creating a category labeled “Disaster Recovery”. Add applicable articles to this category, and also use the “PDF Book” feature to create a PDF to add to your DR plan. Review WIKI regularly to capture new articles that need to be added.</p>
<p><em>Do you have any tips for keeping your DR batteries charged?</em>   Leave a comment and let me know your thoughts.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickelrails.com/blog/do-you-have-dead-batteries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EMC Solid State – Thrives under real world SQL workload</title>
		<link>http://nickelrails.com/blog/emc-solid-state-%e2%80%93-thrives-under-real-world-sql-workload/</link>
		<comments>http://nickelrails.com/blog/emc-solid-state-%e2%80%93-thrives-under-real-world-sql-workload/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 00:36:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[core blog]]></category>

		<guid isPermaLink="false">http://nickelrails.com/?p=305</guid>
		<description><![CDATA[I had the recent pleasure of installing and configuring an EMC CX4-960 SAN with Solid State drives (SSD).  I want to share my real world results for those who are not clear on good uses of SSD.  It was a little scary at first with the thought of a major change in storage that houses critical data. [...]]]></description>
			<content:encoded><![CDATA[<p><strong></strong>I had the recent pleasure of installing and configuring an EMC CX4-960 SAN with Solid State drives (SSD).  I want to share my real world results for those who are not clear on good uses of SSD.  It was a little scary at first with the thought of a major change in storage that houses critical data.</p>
<p><strong>So Why SSD?</strong></p>
<p>I was faced with the following challenges the led me to use the SSD drives.</p>
<ul>
<li>Heavy random SQL I/O workload exceeding 18,000 IOPS on one host</li>
<li>Growing company that just made an acquisition</li>
<li>Need to shrink hardware footprint</li>
<li>Climate control system being stressed to the max during hot Texas summers</li>
</ul>
<p>The SQL workload was previously allocated across 90 – 15k FC drives on a Clarion CX3-80.  The FC drives did a good job of handling the workload, but during certain peaks, I saw delays were seen that made me uncomfortable.  I anticipated needing 120 15K drives to meet the performance challenges over the next 3 years.</p>
<p>I really appreciated the fact the my EMC team was honest about the SSD drives delivering 2000 IOPS \ disk under a continuous random database workload.  By using 18 SSD drives in my design I was able to meet my challenge with plenty of room for performance growth.  This also allowed me to use only 6 Disk Array Enclosures (DAE’s) opposed to 14 if I went with all FC drives.</p>
<p>After Installing and configuring the SAN, I ran some IOMeter tests against it before going live.  I achieved 20,500 IOPS with the test setup below.</p>
<ul>
<li>100% random 8K workload</li>
<li>Dell PowerEdge R900 with 16 cores, and 128GB RAM</li>
<li>32 outstanding workers</li>
<li>1 hour test</li>
<li>5 ms or less average response time</li>
<li>1 LUN with 9 solid state drives</li>
</ul>
<p><strong>In production</strong></p>
<p>Immediately after migrating data and hosts to the new SAN, I noticed a 4% power drop across a 55kV UPS.  In my case, that aspect alone with the reduction in cooling costs already made the SSD a great “value”.  I followed the EMC Whitepaper “Implementing EMC Clariion CX4 with Microsoft SQL Server 2008 databases” and everything has worked like it should.</p>
<p><strong>DR Benefits</strong></p>
<p>SSD drives seem to be targeted towards the specialized and heavy workloads, but I see a good case for using it at a secondary DR site such as <a href="http://www.fibertown.com/">Fibertown</a>.  With a smaller footprint and less power required, maybe it could keep you from having to move to the next level of service.  By combining server virtualization with an SSD SAN, it seems like a very powerful package with a small footprint.   A bonus would be easier setup with less cabling.</p>
<p>If you have experience with SSD drives in your SAN, I would enjoy receiving a comment from you.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickelrails.com/blog/emc-solid-state-%e2%80%93-thrives-under-real-world-sql-workload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you make these 5 mistakes as an IT Admin?</title>
		<link>http://nickelrails.com/blog/5-mistakes-as-an-it-admin/</link>
		<comments>http://nickelrails.com/blog/5-mistakes-as-an-it-admin/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 03:26:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[core blog]]></category>

		<guid isPermaLink="false">http://nickelrails.com/?p=11</guid>
		<description><![CDATA[1. Lack of Scripting If you are repeating administrative tasks more than a couple times a week, please stop.  One of the most powerful ways to avoid errors and dramically save yourself time is to employ scripting.  Start by making a list of simple things that are less than enjoyable to do and just dive in.  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Lack of Scripting</strong></p>
<p>If you are repeating administrative tasks more than a couple times a week, please stop.  One of the most powerful ways to avoid errors and dramically save yourself time is to employ scripting.  Start by making a list of simple things that are less than enjoyable to do and just dive in. </p>
<p>If you are a Windows admin, learning Powershell is essential.   Visit the Microsoft <a href="http://gallery.technet.microsoft.com/ScriptCenter/en-us/">script center</a> to see sample scripts and get an idea of what you can do.  There are countless blogs and books dedicated to Powershell once you are past the basics.  You can make some handy reports with Powershell that will give you a constant pulse of what is going on in your environment.</p>
<p>Am I going to work myself out of a job?  I have been trying to work myself out of a job for since I first learned scripting 8 years ago.  Instead, I kept getting promotions and nice raises.  If you were the decision maker faced with laying of people who would you want to keep?  The person who can do the job in 15 clicks or 1 click?  I always thought it would be fun to have a potential employer call one of my references where they learn that I did indeed get let go for &#8220;automating everything&#8221;.  Never happened.  </p>
<p><strong>2. Hideout</strong></p>
<p>It is really easy to hang out in your office with the door shut or hide from your users.  Trying an alternative approach is not as bad as you think.  I have had some of my best ideas come to me while I was listening you users in the break room.  Just have a normal conversations where you listen and care.</p>
<p>Another hidden benefit is learning more about the business.  Sometimes, hearing stories about how your business is impacting lives can be very inspiring.  Another benefit is being able to test the waters before presenting ideas to your management.  Try something similar to this, walk into a break room full or coworkers and ask something like this &#8220;I am not sure how to do it yet, but would it be useful to you if you could recover your own documents without having to call me? &#8221;  You may sample several different groups for a week and find no one is interested in an idea you thought was great.  On the flip side you may find they love the idea, and you walk away with better ideas on how to implement the service.  Try it out.</p>
<p><strong>3. Selfishness</strong></p>
<p>You may have people around you who are hungry to learn and take on responsibility so why not let them.  Being selfish or thinking you are the only one who can do every task is just silly.  Challenge your junior team members to learn new things, and reward them with responsibility as they step up.   Sure, they may make mistakes so just be there to help them.  By doing this you&#8217;re a leader, and now you can focus improving your overall service.  </p>
<p> Truth be told, I struggled with this for a long time in my career.</p>
<p><strong>4. Free Tool Mindset</strong></p>
<p>I get excited when I can add a new free tool into by bag that really works.  What seperates average admins from those at the top of their game?  I think admins with mindset that all their tools must be free are following a recipe for failure.  Dig deep and look at the true value you expect to get for each tool you use. </p>
<p>As an example, consider the Powershell IDE you use to create your magical scripts.  If you plan on spending several hours each month developing and refining scripts this may be an area where spending a few dollars is a no brainer.</p>
<p><strong>5. Poor Sales</strong></p>
<p>Realizing that sales is part of your job responsibily is huge.  Just as you sell yourself and your value during an interview, you have to maintain this approach.  Simply put, your sales and communication skills can keep your management from pushing bad technology decisions on you. </p>
<p>So you&#8217;ve got a great idea, now what?  Just like any good salesperson you need to do your research.  Learn everything about the value, and ROI for the technology.   Best of all, anticipate objections and have solid answers for every one of them.  Talking to reference customers and reading case studies can really help here.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickelrails.com/blog/5-mistakes-as-an-it-admin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
