Before upgrading my Virtual Center 2.5 server to vCenter Server 4.0, I decided to temporarily disable HA and DRS. This is just a precaution taken to avoid waiting for cluster reconfigurations right after the upgrade. Because I hate doing things more than once by hand, I used PowerCLI for this.
Although no rocket science you can use the [...]
Posts Tagged ‘vCenter’
PowerCLI: Disable/Enable HA and DRS
Moving your Virtual Center SQL database – Beware!
I ran into an issue with a vCenter database recently, where I couldn’t see historical performance data anymore in the past week-, month- and year-view. When investigating it, it turned out that I couldn’t see any performance statistics older than 24hrs. I also took a look at the database and it turned out that the [...]
VMware VirtualCenter 2.5 Update 6
Last friday VMware released Virtual Center 2.5 update 6. Most interesting new feature is that it now supports customization for both Windows 7 and Windows Server 2008 R2.
From the Release notes:
What’s New
Guest Operating Systems Customization Improvements
Customization support for the following guest operating systems has been added in this release:
For more complete information about supported guests [...]
Export and import customization profiles using Powershell
One great thing in the automation of VM deployments is the use of customization profiles. These profiles are stored inside the vCenter Server database. However, when you loose the database, you also loose your customization profiles. Having customization profiles exported as xml files is always useful as a backup and luckily you can export and [...]
Reconnect ESX hosts using PowerShell
This week I ran into problems with vCenter server and almost all of my VMs were orphaned in vCenter. To resolve this issue I needed to disconnect/connect each ESX host. Because I hate doing repetitive tasks I created a little PowerShell script that I wanted to share with you.
# Variables
$VCServer = “vcserver.yourdomain.local”
$password = “rootPassword”
#Connect to [...]
HOW-TO: Recover from failed Storage VMotion
A while ago I received a request from the storage department to move a whole ESX cluster to another storage I/O-Group. This would be a disruptive action.
I was wondering if storage VMotion would help me out here if they assigned me some new storage on the other I/O-Group instead of moving the current LUNs.
If you [...]
VMware vCenter Server Heartbeat
VMware just released the VMware vCenter Server Heartbeat product which was first publicly announced at VMworld Europe 2009.
VMware vCenter Server Heartbeat is an addon which creates high availability for your vCenter Server. vCenter Server becomes more and more important today as new products and addons are being connected to vCenter Server. vCenter Server is the [...]
VMware vCenter Data Recovery
When taking the VMware vCenter Data Recovery lab on VMworld Europe 2009 I was totally surprised about this new product. The product, which will be part of the new vSphere line of products, is a complete disk based backup and restore solution. In my opinion it’s mainly aimed at SMB organizations however.
The product is build [...]
VMotion does not check vSwitch port availability
When I was reshuffling some VMs from one cluster to the other, I had a VM that was cut off from the network. When I did some investigation I found that the network adapter was disconnected in the VM Settings. Hmmmm strange.
How could that happen?
