Automation 101 – Rescan HBAs (Orchestrator & PowerCLI)

No story this time around, just some HBA rescanning love: PowerCLI Get-VMHost | Get-VMHostStorage -RescanAllHba vCenter Orchestrator In the vCO Client, open “Workflows” & Drill down to “Library > vCenter > Datacenter”: Right click, “Start workflow…”: Finally: “Submit” Summary Questions? Comments? Follow me on Twitter here or drop a line in the comments.

Coming to a VMworld Near You – PowerCLI 101

Certainly wasn’t expecting to see this Friday: Congratulations! The session proposal below has been accepted for VMworld 2011.Session ID: VSP1361Session Title: PowerCLI 101Track: Technology and ArchitecturePresenting at: US The Session Glenn Sizemore and I will be presenting some of the fundamentals for managing your vSphere environment in a post service console world. The session will
-> Continue reading Coming to a VMworld Near You – PowerCLI 101

H-Town BrownBag! – PowerCLI 101 & Veeam vPower!

Who’s got the vPower? “SHO-NUFF” Thursday, June 2, 2011, I’ll be doing an in person “BrownBag” in Houston, Tx as part of the Veeam vPower roadshow.     Topic PowerCLI 101, session will run about 1h long. If you’ll be in town, I’d be more than happy to have y’all roll out to the session.
-> Continue reading H-Town BrownBag! – PowerCLI 101 & Veeam vPower!

vCenter Orchestrator on VMware Press!

So this thing here happened. More importantly, the work I’ve been doing is now public: “Automating Day-to-Day Administration of VMware vSphere 5.x w/ vCenter Orchestrator” This hands-on technical guide to automating vSphere with Orchestrator teaches administrators how to save time and resources by automating their virtual infrastructure. Automation expert Cody Bunch teaches valuable practices and
-> Continue reading vCenter Orchestrator on VMware Press!

BrownBag – Nick Weaver Edition!

It’s that time again… when I put a post out days before the next BrownBag without really having a topic or goal in mind. Like every other time, the nerves get up… will they sense how haphazard and fickle this house of cards is before the show? While I know somewhere deep down, it’ll all
-> Continue reading BrownBag – Nick Weaver Edition!

EMC World Day 0 – Sessions For a Virt Guy

This being my first time rolling into an EMC World I was half expecting to see all of the sessions be well… storage related. However, with this years cloud twist, there are a good number of virtualization sessions as well. Here are the top sessions I’ve got ear marked: EMC PowerPath: Optimizing Path Management for
-> Continue reading EMC World Day 0 – Sessions For a Virt Guy

Installing the SQL Native Client for vCenter ODBC

Oh my… when it comes to tasks that are set and forget, this one was mostly forget. Not so much setting up the ODBC Connection, rather installing the SQL Native Client ODBC Driver for SQL 2008 when SQL is running on a host other than vCenter. Finding the installation The link in the sources below
-> Continue reading Installing the SQL Native Client for vCenter ODBC

BrownBag – PowerCLI 101 with Glenn Sizemore

You know those guys? The ones who wrote that book? No? Well, the book is the VMware vSphere PowerCLI Reference and this weeks guest is none other than Glenn Sizemore, one of the authors of said volume. PowerCLI 101 This BrownBag we’re going to spend some time talking to Glenn about the book and then
-> Continue reading BrownBag – PowerCLI 101 with Glenn Sizemore

Windows Live Writer 500 Error & WordPress (Fixed)

I can’t say this will fix it for everyone, or will even be the cause of your 500 error. Earlier today an epic battle played out between Windows Live Writer and the WordPress install this site sits on. More specifically, I was greeted with a “500 Server Error”. In my server logs I found the
-> Continue reading Windows Live Writer 500 Error & WordPress (Fixed)

Book Reviews – ESXi in the Enterprise

Amazon posted my 4 star review of Ed Haletky’s (@Texiwill) updated VMware ESX and ESXi in the Enterprise. Let me start with saying I’ve read the first edition of this book and Ed’s Security book and found both to be excellent. As this book was a second edition, I focused my reading on those updated
-> Continue reading Book Reviews – ESXi in the Enterprise

vSphere Automation 101 – Check for Snapshots

This get’s to be the third post in the “vSphere Automation 101” series or so. Not sure I want to call it a series, as that denotes some kind of commitment, and well, as we’ve discussed in prior posts, I’m lazy. Before we get too deep, here are links to the first and second parts
-> Continue reading vSphere Automation 101 – Check for Snapshots

Using DSquery to Find LDAP Paths – vCO

When you are configuring vCO, one of the requisite steps is to configure LDAP. While vCO has some pretty nifty search buttons, you can still get this info and more using DSquery. Here’s a few examples: Find a Specific Group PS C:\> DSquery OU -name "ProVMware Users" "OU=ProVMware Users,DC=provmware,DC=local" Find a Specific OU PS C:\>
-> Continue reading Using DSquery to Find LDAP Paths – vCO