Twitter Updates
| My experiences with Installing vCenter on Windows Server 2008 R2 |
|
|
|
| Written by Rynardt Spies | |||
| Tuesday, 15 September 2009 16:22 | |||
|
I’ve been trying to install VMware vCenter Server on Windows Server 2008 R2 Enterprise Edition. This is because I am working on a few blog articles on protecting the vCenter Server against hardware failures. At the moment, I’m busy working on two blog posts. 1. Protecting vCenter with VMware vCenter Server heartbeat; 2. Protecting vCenter with Microsoft Cluster Services (MSCS).
Whilst trying to install vCenter on Windows Server 2008 R2, I ran into some issues I had to resolve before I could do anything useful. My normal approach to installing vCenter is:
The first issue I ran into was creating a 32bit DSN for vCenter. As Windows Server 2008 R2 is a 64-bit OS, it creates a 64-bit DSN by default when you open the ODBC manager via Administrative Tools. If you create a new System DSN using the ODBC manager from Administrative Tools, you will not be able to select this DSN during the vCenter install as vCenter requires a 32-bit DSN. The good news is that there is a way around this problem. In order to create a 32-bit System DSN, you need to launch the ODBC manager from the following location and not just from “Administrative Tools -> Data Sources (ODBC)”: %systemdrive%\Windows\SysWOW64\odbcad32.exe This will create a 32-bit DSN. The second issue I ran into was a little later in the vCenter installation. As the progress bar was moving along, it flagged up with the following error: “Error 28035.Setup failed to copy DSACLS.EXE from System folder to '%windir%\ADAM' folder”
To get around this issue, you'll have to install the .NET Framework 3.5.1 features. Note that you can’t just download it from the Microsoft Site and install it, as it will tell you to use the Role Management Tool to enable .NET Framework 3.5.1 on Windows Server 2008 R2.
So BEFORE, installing vCenter Server, do:
1. Start -> Administrative Tools -> Server Manager. 2. From the left pane, select “Features” 3. On the right hand pane, click “Add Features” 4. Expand .NET Framework 3.5.1 Features 5. Select only .NET Framework 3.5.1 (do not select WCF Activation as it will install IIS which conflicts with Apache Tomcat, which of course vCenter will install). vCenter Server should now install without any issues. Now, if you'll excuse me, I need to get back to setting up MCSC.
|
Popular
- Building an iSCSI Openfiler SAN on a USB Stick
- Simple VMware vSphere 4 & 5 License Calculator
- Replace SSL Certificates: Replace vCenter Server SSL Certificates
- Patching ESX 3.5 Using esxupdate
- My experiences with Installing vCenter on Windows Server 2008 R2
- ESX 3i: Host in HA Cluster must have userworld swap enabled
- ESX 3.5 on HP Proliant ML115 G5
- Replacing vSphere SSL Certificates
- VMware ESXi 3.5 on HP Proliant ML110 G5
- Clearing a GUID Partition Table (GPT) in Linux
Support VirtualVCP!
Information and Resources on this site are 100% free, however it costs money to run this site. Please help support this site by giving a donation.










This sorted my issue this post is really nice.
I followed this step to get it sorted
In order to create a 32-bit System DSN, you need to launch the ODBC manager from the following location and not just from “Administrative Tools -> Data Sources (ODBC)”:
%systemdrive%\Windows\SysWOW64\odbcad32.exe