A blog about virtual datacenters, both on-prem (VMware) and off-prem (MS Azure) with howto's, tips, and tools. The purpose of the blog is to act as an electronic notepad - to get those things noted that one discovers during daily operations - as well as, hopefully, being helpful to others in the community.
Sunday, June 21, 2009
Going to VMworld 2009!
I was in Las Vegas last year for VMworld 2008 and it was cool so I'm really looking forward to San Francisco this year.
Saturday, June 20, 2009
Howto: Getting the Navisphere Agent for ESX Server
The agent is not publicly available for download. If you have a partner login, then I believe you can download it at http://powerlink.emc.com/ .
The way to go to get the agent is via your storage department. Either they can get the login for you or have them contact EMC, then they will send the software. Navissphere is shipped together with the Clariion storage systems on the Navisphere Server Support CD (see this article page 16). But contact EMC if you want to be sure to have the latest version.
In this document on page 7, it is stated that Navisphere v6.22 is compatible with ESX v3.5
Wednesday, June 17, 2009
ESX 4.0 in Workstation - requires Intel-VT
Saturday, June 13, 2009
vCenter Converter Standalone 4 - ports used
- Install the Converter directly on the source system
- If you have an existing test VM in the same IP range, then create a new disk and attach that to the test VM.
- Make a Windows share on the new disk
- From the Converter choose to export to standalone virtual machine in Workstation format and then coose to place files on the share just created
- After export, change the VLAN to an IP range that doesn't have any firewalls blocking
- Import the VM from within vCenter
Thursday, June 11, 2009
P2V of domain controller
We had to migrate two root domain controllers the other day at work. I knew that domain controllers in particular can give you trouble when being converted / migrated, so I researched it a bit and found a useful article on yellow-bricks.com which linked to a very good VMware KB article . This KB recommends that in stead of migrating, then deploy a fresh VM and do a 'dcpromo' and then shut down the physical server after. I like this way as it moves the responsibility away from the VMware team and over to the application responsible.
However, we did not have enough time to do the recommended solution, so we whent for P2V. We did cold clone because hot migration is likely to go wrong and it is not supported by Microsoft.
There were FSMO roles on the DC's, so before we began, we had the AD guy move all the roles over to one of the servers. Then we took the other one down and P2V'ed it. We resized the disks to save SAN space which was not a problem. When it came back up, the AD guy tested and then moved FSMO roles over to the migrated DC. And then we migrated the other one. After both had been migrated, the AD guy tested again.
If your responisbility area does not cover the application layer, which it does not for me in this case, then arrange for an application responisble to test the app before it is released into production. It may sound banal, but it is sometimes overlooked when the pace is fast and only basic OS testing is done.
Time synchronization
There are several ways of setting up time synchronization. One important point is that there should be only one source for synchronization for all the DC's. There's a feature in VMware tools, where you can synchronize the VM against the ESX - this we did not use. We let Windows take care of the synchronisation. If you have a mixed environment of DCs (bare metal and virtual), then you can let a bare metal DC sync to an external source, and then let all the other DC's sync to the bare metal DC.
We had the PDC emulator sync with a dedicated physical NTP server, and then let the second DC sync with the PDC emulator. The ESX servers sync with the physical NTP server - but no synchronization between VM and ESX server. Read this article for further info on time sync.
-----Original Message-----
From: VMware Technical Support [mailto:webform@vmware.com]
Sent: 24. februar 2010 11:25
To: (Jakob Fabritius Nørregaard)
Subject: Re: VMware Support Request SR# 1490632591
** Please do not change the subject line of this email if you wish to
respond. **
Hello Jakob,
Forced Unit Access is supported by VMware. A large number of customer's have virtualized Domain Controllers which is evident in the community forums.
Thanks & Best Regards
Derek Collins
Technical Support Engineer
VMware Global Support Services
1-877-486-9273
VMware Technical Support Knowledge Base
http://kb.vmware.com/kb"
Saturday, June 6, 2009
Howto: 101 Scripting ESX server installation on vSphere 4
First off, I recommend that you download the ESX and vCenter Server Installation Guide and read pp. 43-58 on scripting installations. This documentation helped me to get started more than posts on the web.
On ESX 4, there are two built-in scripts that you can run when you boot the installation CD: 'ESX scripted install to first disk' and 'ESX scripted install to first disk (overwrite VMFS)'. But that's a little boring as these scripts can't be modified.
Tuesday, June 2, 2009
New memory hot add feature in vSphere 4
- Make sure the virtual machine hardware is upgraded to version 7 (right click the VM, choose 'Upgrade Virtual hardware', see below).
- Go to edit settings for the VM, then the options tab -> Memory/CPU hotplug and enable the two features (see below).
Update 2013.07.23: The CPU hot add will auto register the new CPUs in the guest OS for win2k8 R2 Datacenter and Enterprise edition (at least in vSphere 5), see compability chart here. Not for Standard edition. See demonstration here.