11 Awesome PowerCLI Resources

While searching for some snippets of VMware PowerCLI code earlier in the week I came across some awesome resources, both resources I’ve not seen/used before, as well as those that I’ve used, but have not linked prior. Note, that most of these are just the PowerCLI section of an equally awesome blog. VMware PowerCLI Community
-> Continue reading 11 Awesome PowerCLI Resources

Time Is Marching On… Disabling TimeSync, Completely.

Time is critical. In VMs this criticality is even more pronounced. Time slips… CPU instructions go askew, and things get weird. That said, there are situations when you may wish to disable the built in VMware Tools Time sync service… completely. What do I mean by completely? Well, even with the tools time sync set
-> Continue reading Time Is Marching On… Disabling TimeSync, Completely.

Workstation 7 RC – With A Side of Awesome

I caught wind of VMware Workstation 7 having been released today from VM/Etc. It can be downloaded from here. Amongst the exciting features are a few that caught my eye: AutoProtect This one had me do a double take actually: The AutoProtect interval can be set to half-hourly, hourly, and daily. From there you can
-> Continue reading Workstation 7 RC – With A Side of Awesome

Awesome VMware Training Resource

I’ve been following Scott Vessey’s VMware Training Blog for a while now, and have overall been impressed with the content he’s managed to pump out. To that end, Scott has complied some of his content, as well as some new content into a new site called Think Virtually. For anyone training for the VCP, VCDX
-> Continue reading Awesome VMware Training Resource

Book Review: VMware vSphere & VI Security

Amazon just posted my five star review of Edward L. Haletky’s “VMware vSphere and Virtual Infrastructure Security: Securing the Virtual Environment ” Besides the incredibly log title, here is what I had to say: A wise person once said that "Virtualization is not a destination, but a journey". The same has also been said about
-> Continue reading Book Review: VMware vSphere & VI Security

Best Tools You Didn’t Know You Needed – vscsiStats

While going over TA1541 – Cool Little Things Marketing Did Not Tell You About vSphere 4.0 from this years VMworld, and came across this gem, a service console tool, that’s been there since ESX 3.5, and will report on all sorts of SCSI statistics. [root@esxServerOfDoom root]# /usr/lib/vmware/bin/vscsiStats -? /usr/lib/vmware/bin/vscsiStats: invalid option — ?   VscsiStats
-> Continue reading Best Tools You Didn’t Know You Needed – vscsiStats

The Best Tools You Didn’t Know You Needed – The VESI

Saving one of the best for last. This tool is every bit as awesome as any of the other tools listed this week, and then some. Why? What other tool can you point at your vCenter and with a few clicks, generate a Visio. Yeah, that’s right, virtual infrastructure documentation in a few clicks. It
-> Continue reading The Best Tools You Didn’t Know You Needed – The VESI

The Best Tools You Didn’t Know You Needed – OpsCheck

I’ve covered this one before, but it is so awesome it needs to be mentioned twice. It really is that good. What does it do? It latches your vCenter, and will check your clusters for HA/vMotion compatibility, and will let you know what is broken if there is something ‘off’. They have several videos and
-> Continue reading The Best Tools You Didn’t Know You Needed – OpsCheck

The Best Tools You Didn’t Know You Needed – FastSCP

This one goes without saying. Veeam’s Fast SCP is another file copy tool, but designed specifically to SCP or securely copy files, and do it very fast. Consider pulling this down and giving it a shot the next time you are going to spend most of an evening or two copying a few TB of
-> Continue reading The Best Tools You Didn’t Know You Needed – FastSCP

The Best Tools You Didn’t Know You Needed – TeraCopy

The next up in the list of tools I’ve found essential to managing a virtual environment is TeraCopy. TeraCopy is not actually strictly a virtualization tool, but it will make your life as an administrator much easier. So what does TeraCopy do? It copies files from one location in windows to another… really REALLY fast.
-> Continue reading The Best Tools You Didn’t Know You Needed – TeraCopy

Scheduling VMware’s FT (Fault Tolerance)

What is VMware Fault Tolerance (FT)? I’d start with reviewing the overview page. VMware Fault Tolerance, based on vLockstep technology, provides zero downtime, zero data loss continuous availability for your applications, without the cost and complexity of traditional hardware or software clustering solutions. Pretty awesome no? FT has it’s limits (1 vCPU, etc) and it
-> Continue reading Scheduling VMware’s FT (Fault Tolerance)

The Best Tools You Didn’t Know You Needed – Gparted

This begins a few posts on the topic of “Tools You Didn’t Know You Needed”. What qualifies as one of these tools? Well… anything that you’ve found really useful for managing VMs or your virtual infrastructure, and is something every administrator should have in their tool box. Starting things off, is Gparted. Gparted is an
-> Continue reading The Best Tools You Didn’t Know You Needed – Gparted

Four PowerCLI One-Liners That Saved The World!

Ok, So maybe they didn’t save the world, but the sure saved my weekend. Rather than spend a lot of time on the intro, let’s dive right in. These will be in Problem/PowerShell/Output format. The Problem: More spaghetti environments, this time we need to count some resources. The first counts CPU, the second Memory. Yes
-> Continue reading Four PowerCLI One-Liners That Saved The World!

vSphere 4 Hot Add Hardware and PowerShell

One of the most amazing new features of vSphere is the ability to hot add hardware into a supported guest OS. However, when you need to upgrade your 20 node web farm, all of the right clicks and slider moves can become cumbersome. That is where VMware PowerCLI (PowerShell) comes to the rescue! A few
-> Continue reading vSphere 4 Hot Add Hardware and PowerShell