PowerCLI 101 – Test DPM

by bunchc on May 17, 2012

DPM or Distributed Power Management is the power saving function of VMware’s DRS. I’ll not go into too much on configuring it here, as that’s quite thoroughly covered elsewhere (Those are 3 different links). I will show you, however, quickly how to test it. Why? Well, there are a few times when you’d want to do this, say: before adding a new host to a cluster, creating a DPM cluster from scratch, or say, taking a VMware exam.

Testing DPM

Connect-VIServer util.provmware.local
Get-VMHost -Name “esxi02*” | Suspend-VMHost -Confirm:$false
Get-VMHost -Name “esxi02*” | Start-VMHost -Confirm:$false

What this does is suspend and power a host on to verify DPM will be able to take the same actions.

{ 0 comments }

Tonight Damian did an excellent improv of Host Profiles, VUM, and other Operational Maintenance objective best practices. If you are studying for your VCAP (or maintaining a vSphere environment), you’ll want to watch this.

Video

{ 0 comments }

#vBrownBag Follow-Up VCAP-DCA Objective 2

May 16, 2012

Last week we had Chris Wahl on to cover the VCAP-DCA Networking Objectives (Objective 2). Video

Read the full article →

[APAC] #vBrownBag Follow-Up – VCAP-DCD Performance

May 16, 2012

Nick Marshall took a step out from behind the scenes to drop some major know-how on last weeks APAC vBrownBag around the VCAP-DCD Performance Design objective. Video ;

Read the full article →

On the Road with vCO – North Carolina User Summit

May 14, 2012

Edited: So, not sure why but this post was stuck in my drafts folder until the evening right before… bleh. So I’m going to be at the North Carolina User Summit (here) presenting on vCO and handing out a few copies of the vCO Book. If you are going to be in the area Tuesday, [...]

Read the full article →

Link Dump – 5/6/2012

May 6, 2012

Last week was entertaining, what with a laptop rebuild and knocking out some Orchestrator work in preparation for VMworld. (More on that later). Here’s the tabs I currently have open: VDDK API Reference – http://pubs.vmware.com/vsphere-50/index.jsp?topic=%2Fcom.vmware.vddk.pg.doc_50%2FvddkPreface.html Enabling CBT with PowerCLI: http://www.vmguru.com/articles/powershell/23-cbt-tracker-powershell-script-now-with-more-zombie Doing the above for a number of VMs at once: http://jpaul.me/?tag=change-block-tracking More of the same: [...]

Read the full article →

[APAC] #vBrownBag Follow-Up – VCAP-DCD VM Design

May 3, 2012

Video Slides Links Windows 7 Optimization guide.  Think about applying these to your servershttp://www.vmware.com/files/pdf/VMware-View-OptimizationGuideWindows7-EN.pdf vSphere HA Application monitoringhttp://www.yellow-bricks.com/2011/08/11/vsphere-5-0-ha-application-monitoring-intro/ Remove non-present devices after P2V using scripthttp://www.boche.net/blog/index.php/2011/06/11/scripted-removal-of-non-present-hardware-after-a-p2v/ Kendrick Colemans’s VM Advanced ISO. Free Tools For Advanced Taskshttp://kendrickcoleman.com/index.php?/Tech-Blog/vm-advanced-iso-free-tools-for-advanced-tasks.html

Read the full article →

#vBrownBag Follow-Up – vStorage Troubleshooting w/ Nathan Small

May 3, 2012

Video: Slides:

Read the full article →

vSphere AutoLab first Bug report

May 2, 2012

As expected when the AutoLab was released people wanted to use it, then found issues.  This is why I put version 0.5 on it! Erik Bussink has found that the Windows 2008R2 build automation for the Domain Controller and Virtual Center VMs is currently only compatible with the RTM release, it fails with the SP1 [...]

Read the full article →

vSphere 5 AutoLab

May 2, 2012

It’s Alastair here, today I am very pleased to release the vSphere 5 AutoLab, a free tool for the VMware community. What is the AutoLab? The AutoLab is a quick easy way to build a vSphere environment for testing and learning using a single desktop or laptop PC and VMware Workstation, Fusion or ESXi. The [...]

Read the full article →