SCVMM 2007 Installation VMWare Workstation 6 and V2V

Today I received my MSDN pack for January 2008 with the latest orange Server DVD disk. The DVD contains System Center Configuration Manager 2007 and System Center Virtual Machine Manager 2007 . In this tutorial I will go though the process of installing the SCVMM 2007 on my linked VMWare clone guest image. After the SCVMM manager is working I will than create new full clone of this linked clone image and import the VMWare image into System Center Virtual Machine Manager. My goal is to install SCVMM in VMWare and than import the image within SCVMM and run the image with Virtual Server 2005 R2.Based on the Windows Server 2003 Standard Edition I will create new linked clone named REF-SCVMM-01. Make sure the computername contains no ‘-’. Otherwise the installation will fail!

clip_image001

Make sure the requirements are there before starting the installation of SCVMM. The guest image needs to on a active directory domain and .net framework 2 installed. WindowsServer2003-KB926139-x86-ENU Powershell and WindowsServer2003-KB936059-x86-ENU Windows Remote Management should also be installed.

clip_image002

Click Microsoft System Center Virtual Machine Manager 2007

clip_image003

Click Install Virtual Machine Manager server

clip_image004

Click Next

clip_image005

Accept the License agreement and click Next

clip_image006

Select Use Microsoft Update and click Next

clip_image007

Select Yes and click Next

clip_image008

Click Next

clip_image009

Click Next; verify the hardware requirements. I used 768MB for this virtual guest.

clip_image010

Install SQL Server 2005 Express Edition. Choose database location if needed. You are required to have 5GB free on a volume. Click Next

clip_image011

Click Next

clip_image012

Click Next

clip_image013

Click Next

clip_image014

Installation process

clip_image015

SCVMM 2007 has been installed now

Install VMM Administrator Console

clip_image016

Go to Administration and add new hosts.

clip_image017

I add two Virtual Server 2005 R2 hosts from my lab environment.

clip_image018

Shutdown the SCVMM virtual guest ; right click and select Clone

clip_image019

Select Create a full clone

clip_image020

clip_image021

Full clone of SCVMM guest machine has been created and I will copy the source now to the SCVMM Library share which is located on a host running Virtual Server 2005 R2. Refresh the share. Default setting is to refresh once every 60 minutes. Right click on the vmx file and choose Convert Virtual Machine.

clip_image022

Click Next

clip_image023

Check the virtual machine name and click next

clip_image024

Select a available host and click next. In my example I was not able to choose any of the two available because the vmware guest was configured with 768MB ram.

clip_image025

Select local Path and click next

clip_image026

Review the additional properties and click Next.

clip_image027

Review the summery and click Create.SCVMM will start the conversion of the vmware virtual guest vmx file to Microsoft Virtual Server 2005 R2. I did not click create but copied the script from View Script button and went to Windows Powershell - Virtual Machine Manager

Open notepad and paste the text below and run it in powershell.

# ——————————————————————————

# Convert Virtual Machine Wizard Script

# ——————————————————————————

# Script generated on Thursday, January 24, 2008 8:55:15 AM by Virtual Machine Manager

#

# For additional help on cmdlet usage, type get-help <cmdlet name>

# ——————————————————————————

$LibraryServer = Get-LibraryServer -VMMServer localhost | where {$_.Name -eq "ref-vmh-05.delta.almatis.corpnet"}

$VmHost = Get-VmHost -VMMServer localhost | where {$_.Name -eq "ref-vmh-05.delta.almatis.corpnet"}

New-V2V -LibraryServer $LibraryServer -VMXPath "\\ref-vmh-05\Library\REF-SCVMM-02\REF-SCVMM-02.vmx" -VmHost $VmHost -Path "D:\" -Name "REF-SCVMM-02" -Description "" -Owner "NETWORKNET\Ivan" -RunAsynchronously -RunAsSystem -UseHardwareAssistedVirtualization $true -StopAction SaveVM

Status of the conversion:

clip_image028

At some point the V2V conversion failed. I reviewed the job and last step which is finishing the virtualization job fails. I have no additional information why it fails and ends with Error 402 Library Server not associated.

clip_image029

I went back to the Virtual Server 2005 host and start VMRCPlus client and reconfigured memory, add cd-rom drive,nic1 and attached the virtual disk file.

clip_image030

Start Virtual Machine.

clip_image031

Install VM additions and remove VMWare tools.

clip_image032

For more information go to SCVMM 2007 website.

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>