Author Archives: brian.wuchner

2011 Governor’s Public Service Achievement Award

In the world of scripting and automation I find it easy to get lost in technical requirements and code while forgetting the reason people automate tasks — improved accuracy and cost savings. Earlier this week my co-workers and I were … Continue reading

Posted in Scripting | Leave a comment

Windows Disk Partition Alignment Best Practices

I was recently sent the following link that describes disk partition alignment best practices for SQL Server: http://msdn.microsoft.com/en-us/library/dd758814.aspx This is a really good article — it describes the performance implication of mis-aligned drives — which apply to all Windows installs, … Continue reading

Posted in Virtualization | Leave a comment

Free VMware Transition to ESXi Essentials course

I recently completed the free VMware Transition to ESXi Essentials course. If you’d like more information on how to sign up for this course yourself, check out the following link: http://blogs.vmware.com/esxi/2011/04/become-a-true-esxi-expert-with-the-new-free-vmware-elearning-course-and-ebook-offer.html I wanted to share a few specific things I … Continue reading

Posted in Virtualization | 1 Comment

Migrate virtual machines and enable thin provisioning

I recently used this code to move a couple dozen terabytes of virtual machines from one array to another — all while enabling thin provisioning (aka sparse disk). Once the LUN migration is complete a nice little message shows up … Continue reading

Posted in Scripting, Virtualization | 1 Comment

Scripted Dell Remote Access Controller (DRAC) Configuration

Recently I had an opportunity to work with several new Dell PowerEdge R810 physical servers. I needed to remotely connect to the console of these servers and found out they were equipped with Integrated Dell Remote Access Controller 6 – … Continue reading

Posted in Scripting | 4 Comments