<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-9149788481164573733</id><updated>2026-01-18T23:20:11.395-08:00</updated><category term="App-V Install"/><category term="SoftGrid 4.5"/><category term="ColdClone"/><category term="Event ID 7024"/><category term="Integrate"/><category term="Service Pack 2"/><category term="Unable to determine Guest OS"/><category term="VMware Update Manager"/><category term="VirtualCenter Server Service"/><category term="Windows 2003 R2"/><category term="change owner"/><category term="hyper-v"/><category term="powershell"/><category term="scvmm"/><category term="set-vm"/><title type='text'>Ride the Virt</title><subtitle type='html'>The aim of this blog is to share some of my experiences with Virtualisation, Citrix, Microsoft and IT in general.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ridethevirt.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://ridethevirt.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mark Bradley</name><uri>http://www.blogger.com/profile/10068207595558206078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9149788481164573733.post-8303668512395012442</id><published>2011-04-05T12:47:00.000-07:00</published><updated>2011-04-05T12:54:56.413-07:00</updated><title type='text'>Initial VMs configured</title><content type='html'>So with the Microserver up and running with Hyper-V, I have now started provisioning VMs. &lt;br /&gt;&lt;p&gt;&lt;br /&gt;I have got a Windows 2008 R2 VM up and running as a domain contoller, will be posting some scripts soon that I have used to create my test users &amp; groups.&lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt;Added to this I have created another Windows 2008 R2 VM that is running Threat Management Gateway (TMG) 2010. This will serve as my firewall between the virtual environment and the internet connection. Whilst also providing proxy services for testing, and VPN access so I can access this whilst working away. Will be getting some posts up soon around TMG. &lt;/P&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The plan is also to get a SQL server, Virtual Machine Manager (VMM), File &amp;amp; Print Server &amp;amp; more than likely App-V. All of which I am planning to blog about the installation and configuration.&lt;/P&gt;</content><link rel='replies' type='application/atom+xml' href='http://ridethevirt.blogspot.com/feeds/8303668512395012442/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9149788481164573733/8303668512395012442' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/8303668512395012442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/8303668512395012442'/><link rel='alternate' type='text/html' href='http://ridethevirt.blogspot.com/2011/04/initial-vms-configured.html' title='Initial VMs configured'/><author><name>Mark Bradley</name><uri>http://www.blogger.com/profile/10068207595558206078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9149788481164573733.post-4300044857876449532</id><published>2011-02-24T11:32:00.000-08:00</published><updated>2011-02-28T12:01:43.747-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="change owner"/><category scheme="http://www.blogger.com/atom/ns#" term="hyper-v"/><category scheme="http://www.blogger.com/atom/ns#" term="powershell"/><category scheme="http://www.blogger.com/atom/ns#" term="scvmm"/><category scheme="http://www.blogger.com/atom/ns#" term="set-vm"/><title type='text'>Change Owner in SCVMM for multiple VMs</title><content type='html'>The more I use Powershell the more I like how it simplifies administration. Whether you using it with Windows Operating Systems, Exchange, Hyper-V, SCVMM, VMware or the many other uses it can make life much easier.&lt;br /&gt;&lt;br /&gt;One of the ways I have used Powershell recently was to update the Owner property of multiple virtual machines in System Center Virtual Machine Manager (SCVMM). What I really liked was just how short the piece of code was to achieve this.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Change Owner for all VMs&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;$vms = get-vm *&lt;br /&gt;foreach ($vm in $vms)&lt;br /&gt;     {&lt;br /&gt;      set-vm $vm -Owner *Domain*\*User or Group*&lt;br /&gt;     }&lt;br /&gt;&lt;br /&gt;Note: Substitute *Domain* for the AD Domain &amp;amp; *User or Group* for the Username or Group.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;That is infinitley quicker than right clicking each VM and then changing the owner!!!&lt;br /&gt;&lt;br /&gt;So once I saw how easy this was I started to add to it.&lt;br /&gt;&lt;br /&gt;In larger Hyper-V &amp;amp; SCVMM implementations it is likely that one the scenarios below may be useful too:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Change Owner for VMs in a predefined list using an array:&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;em&gt;$vms = @(&quot;vm1&quot;,&quot;vm2&quot;,&quot;vm3&quot;,&quot;vm4&quot;,&quot;vm5&quot;)&lt;br /&gt;&lt;/em&gt;&lt;em&gt;foreach ($vm in $vms)&lt;br /&gt;&lt;/em&gt;&lt;em&gt;{&lt;br /&gt;set-vm $vm -Owner *Domain*\*User or Group*&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;Note: Substitute *Domain* for the AD Domain and *User or Group* for the Username or Group.&lt;/em&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Change Owner for VMs with specific naming standard:&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;$vms = get-vm *sql*&lt;/em&gt;&lt;br /&gt;&lt;em&gt;foreach ($vm in $vms)&lt;/em&gt;&lt;br /&gt;&lt;em&gt;{&lt;/em&gt;&lt;br /&gt;&lt;em&gt;set-vm $vm -Owner *Domain*\*User or Group*&lt;/em&gt;&lt;br /&gt;&lt;em&gt;}&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Note: Substitute *Domain* for the AD Domain and *User or Group* for the Username or Group.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;Obviously this is only using the -Owner attribute of set-vm. When you look at just how many different options you have with set-vm, there are numerous possibilities of how to make changes to a larger number of VMs in one hit.&lt;br /&gt;&lt;br /&gt;This is a very simple start to hopefully what will become a series of blog posts from me on Powershell scripts.&lt;br /&gt;&lt;br /&gt;Below are the list of available options for set-vm, so these can all be used in the ways shown above to alter multiple VMs...&lt;br /&gt;&lt;br /&gt;&lt;i&gt;NAME&lt;br /&gt;    Set-VM&lt;br /&gt;&lt;br /&gt;SYNOPSIS&lt;br /&gt;    Changes properties of a virtual machine managed by Virtual Machine Manager.&lt;br /&gt;&lt;br /&gt;SYNTAX&lt;br /&gt;    Set-VM [-VM] [&lt;String VM&gt;] -JobGroup &lt;Guid&gt; [-BootOrder &lt;BootDevice[]&gt;] &lt;br /&gt;    [-CostCenter &lt;String&gt;] [-CPUCount &lt;Int32&gt;] [-CPUMax &lt;Int32&gt;] &lt;br /&gt;    [-CPUReserve &lt;Int32&gt;] [-CPUType &lt;ProcessorType&gt;] [-Custom1 &lt;String&gt;] &lt;br /&gt;    [-Custom10 &lt;String&gt;] [-Custom2 &lt;String&gt;] [-Custom3 &lt;String&gt;] [-Custom4 &lt;String&gt;]&lt;br /&gt;    [-Custom5 &lt;String&gt;] [-Custom6 &lt;String&gt;] [-Custom7 &lt;String&gt;] [-Custom8 &lt;String&gt;] &lt;br /&gt;    [-Custom9 &lt;String&gt;] [-DelayStart &lt;Int32&gt;] [-Description &lt;String&gt;] &lt;br /&gt;    [-DiskIO &lt;Int32&gt;] [-EnableBackup &lt;Boolean&gt;] [-Enabled &lt;Boolean&gt;] &lt;br /&gt;    [-EnableDataExchange &lt;Boolean&gt;] [-EnableHeartbeat &lt;Boolean&gt;] &lt;br /&gt;    [-EnableOperatingSystemShutdown &lt;Boolean&gt;] &lt;br /&gt;    [-EnableTimeSynchronization &lt;Boolean&gt;] &lt;br /&gt;    [-ExcludeFromPRO &lt;Boolean&gt;] [-ExpectedCPUUtilization &lt;Int32&gt;] &lt;br /&gt;    [-HighlyAvailable &lt;Boolean&gt;] [-InstallVirtualizationGuestServices] &lt;br /&gt;    [-JobVariable &lt;String&gt;] [-LimitCPUForMigration &lt;Boolean&gt;] &lt;br /&gt;    [-LimitCPUFunctionality &lt;Boolean&gt;] [-MemoryMB &lt;Int32&gt;] [-Name &lt;String&gt;] &lt;br /&gt;    [-NetworkUtilization &lt;Int32&gt;] [-NumLock] [-OperatingSystem &lt;OperatingSystem&gt;] &lt;br /&gt;    [-Owner &lt;String&gt;] [-PROTipID &lt;Guid&gt;] [-QuotaPoint &lt;Int32&gt;] &lt;br /&gt;    [-RelativeWeight &lt;Int32&gt;] [-RemoveSelfServiceUserRole &lt;UserRole&gt;] [-RunAsSystem]&lt;br /&gt;    [-RunAsUserCredential &lt;PSCredential&gt;] [-RunAsynchronously &lt;Boolean&gt;] &lt;br /&gt;    [-StartAction &lt;String&gt;] [-StopAction &lt;String&gt;] [-Tag &lt;String&gt;] &lt;br /&gt;    [-UseHardwareAssistedVirtualization &lt;Boolean&gt;] [-UserRole &lt;UserRole&gt;] &lt;br /&gt;    [-VMwareResourcePool &lt;VMwareResourcePool&gt;] [&lt;CommonParameters&gt;]&lt;br /&gt;&lt;br /&gt;DESCRIPTION&lt;br /&gt;    Changes one or more properties of a virtual machine managed by Virtual Machine  &lt;br /&gt;    Manager. Properties that you can change include:&lt;br /&gt;      * Name, owner, and description of a VM.&lt;br /&gt;      * BIOS boot order (for VMs on a Hyper-V host) &lt;br /&gt;      * Amount of resources on the host used by a VM. These include:&lt;br /&gt;         - Maximum amount of host CPU resources that a VM can use.&lt;br /&gt;         - Minimum amount of host CPU resources that a VM can use.&lt;br /&gt;         - Expected use of host CPU by a VM.&lt;br /&gt;         - Amount of host CPU resources used by one VM relative to &lt;br /&gt;           other VMs on the same host.&lt;br /&gt;         - Amount of host memory that a VM can use.&lt;br /&gt;         - Amount of bandwidth on the host&#39;s network that a VM can use.&lt;br /&gt;      * Hardware settings for a VM unrelated to host resources. These include:&lt;br /&gt;         - Number of CPUs&lt;br /&gt;         - Type of CPU&lt;br /&gt;         - Number of disk input/output operations per second (IOPS)&lt;br /&gt;         - Limiting CPU functionality (for an older operating system, &lt;br /&gt;           such as Windows NT 4.0)&lt;br /&gt;      * Cost center, tag, and custom settings used to filter VMs by criteria &lt;br /&gt;        that you set.&lt;br /&gt;      * Settings that enable various optional capabilities, including:&lt;br /&gt;         - Enabling or disabling a library object to make it available, &lt;br /&gt;           or temporarily unavailable, to users&lt;br /&gt;         - Enabling backing up a VM on a Hyper-V host with Volume Shadow Copy&lt;br /&gt;         - Enabling a key/value pair for data exchange between a VM and its &lt;br /&gt;           Hyper-V host&lt;br /&gt;         - Enabling a signal to monitor a VM on a Hyper-V host.&lt;br /&gt;         - Enabling shutdown of a VM from teh Hyper-V console.&lt;br /&gt;         - Enabling time synchronization between a VM and its Hyper-V host.&lt;br /&gt;         - Enabling the BIOS value for NumLock for a VM on a Windows host.&lt;br /&gt;      * Setting that identifies whether a VM is highly available, that is, &lt;br /&gt;        a VM to be deployed on a node of a Hyper-V host cluster.&lt;br /&gt;      * Setting that determines whether virtualization guest services are &lt;br /&gt;        installed on a Windows-based VM.&lt;br /&gt;      * Number of seconds to delay before starting a VM.&lt;br /&gt;      * Setting that identifies the operating system used for a VM.&lt;br /&gt;      * Settings that specify whether to run a VM on a Virtual Server host under&lt;br /&gt;        the local system account or under a guest account (domain\account).&lt;br /&gt;      * Start and stop actions for a VM.&lt;br /&gt;      * Setting that determines whether a VM on a Virtual Server host uses &lt;br /&gt;        hardware-assisted virtualization.&lt;br /&gt;      * Setting that limits the number of VMs self-service users can create.&lt;br /&gt;      * Setting used to switch the role that a self-service user who belongs &lt;br /&gt;        to multiple roles uses to manage a VM.&lt;br /&gt;      * Setting that assigns a VM on an ESX host to a VMware resource pool.&lt;br /&gt;&lt;br /&gt;    If you want to change the properties of a virtual floppy drive, virtual DVD&lt;br /&gt;    drive, virtual network adapter, or virtual SCSI adapter associated with a &lt;br /&gt;    specific virtual machine, you can use Set-VirtualFloppyDrive, &lt;br /&gt;    Set-VirtualDVDDrive, Set-VirtualNetworkAdapter, or Set-VirtualSCSIAdapter,&lt;br /&gt;    respectively.&lt;br /&gt;&lt;br /&gt;    For more information about virtual machines, type: &lt;br /&gt;        Get-Help New-VM -detailed&lt;br /&gt;&lt;br /&gt;RELATED LINKS&lt;br /&gt;&lt;br /&gt;    DisableUndoDisk-VM &lt;br /&gt;    DiscardSavedState-VM &lt;br /&gt;    Move-VM &lt;br /&gt;    New-VM &lt;br /&gt;    Refresh-VM &lt;br /&gt;    Remove-VM &lt;br /&gt;    Repair-VM &lt;br /&gt;    Resume-VM &lt;br /&gt;    SaveState-VM &lt;br /&gt;    Shutdown-VM &lt;br /&gt;    Start-VM &lt;br /&gt;    Stop-VM &lt;br /&gt;    Store-VM &lt;br /&gt;    Suspend-VM &lt;br /&gt;&lt;br /&gt;REMARKS&lt;br /&gt;    To see the examples, type: &quot;get-help Set-VM -examples&quot;.&lt;br /&gt;    For more information, type: &quot;get-help Set-VM -detailed&quot;.&lt;br /&gt;    For technical information, type: &quot;get-help Set-VM -full&quot;.&lt;/i&gt;</content><link rel='replies' type='application/atom+xml' href='http://ridethevirt.blogspot.com/feeds/4300044857876449532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9149788481164573733/4300044857876449532' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/4300044857876449532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/4300044857876449532'/><link rel='alternate' type='text/html' href='http://ridethevirt.blogspot.com/2011/02/change-owner-in-scvmm-for-multiple-vms.html' title='Change Owner in SCVMM for multiple VMs'/><author><name>Mark Bradley</name><uri>http://www.blogger.com/profile/10068207595558206078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9149788481164573733.post-1181085613293514913</id><published>2011-02-24T09:41:00.001-08:00</published><updated>2011-02-24T09:55:59.951-08:00</updated><title type='text'>Re-motivated...</title><content type='html'>&lt;div&gt;It has been a very long time, too long in fact, since I have made the time to do some blogging... &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;I have decided that this is very lax of me and this must change... &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;To that end I have taken steps to get a decent test environment up and running so that I can try out the growing portfolio of virtualisation products and tools. With VMware, Microsoft and Citrix now all providing numerous virtualisation products, from Type 1 and Type 2 hypervisors, VDI solutions and application virtualisation there is plenty to keep me interested. I have decided to start the new posts with the Microsoft Virtualisation product line. &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;The test server I decided to use is a HP Microserver, this fit my goals:&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;img style=&quot;TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 296px; DISPLAY: block; HEIGHT: 320px; CURSOR: hand&quot; id=&quot;BLOGGER_PHOTO_ID_5577315517503755122&quot; border=&quot;0&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwGGpqAEPppOudGktxGI0MTh600YQco-uOgKqSKsaGcjp4gAKA5a3eV9dPd4JweF1QSZuSsQe9leeTScSqOS34KUdEAVDIeUOFxrulQrlP92cJ4l9gN_0lsbDfYadTBX7EZGr-k70GyHR6/s320/7041_Miniserver_PNG-550x0.png&quot; /&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Reasonable specs to run enough virtual machines (Dual Core AMD processor &amp;amp; maxed out to 8GB of RAM)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Internal Storage - the plan is to get shared storage later on, but for now local storage met my cost requirements&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Talking of cost requirements, I wanted the server to not impact my bank balance too much&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;I have been very impressed with the server so far. It is very quiet, Microsoft Windows 2008 R2 installed with no issues at all and I have VMs up and running in a very short time frame. &lt;/p&gt;&lt;p&gt;So now I have my environment up and running more posts will follow :)&lt;/p&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ridethevirt.blogspot.com/feeds/1181085613293514913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9149788481164573733/1181085613293514913' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/1181085613293514913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/1181085613293514913'/><link rel='alternate' type='text/html' href='http://ridethevirt.blogspot.com/2011/02/re-motivated.html' title='Re-motivated...'/><author><name>Mark Bradley</name><uri>http://www.blogger.com/profile/10068207595558206078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwGGpqAEPppOudGktxGI0MTh600YQco-uOgKqSKsaGcjp4gAKA5a3eV9dPd4JweF1QSZuSsQe9leeTScSqOS34KUdEAVDIeUOFxrulQrlP92cJ4l9gN_0lsbDfYadTBX7EZGr-k70GyHR6/s72-c/7041_Miniserver_PNG-550x0.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9149788481164573733.post-6653200634998348832</id><published>2009-01-28T12:12:00.000-08:00</published><updated>2009-01-28T12:47:26.825-08:00</updated><title type='text'>Windows Server 2008 resources</title><content type='html'>With Windows Server 2008 a number of new features or changes to OS have been made, lots of which are going to be of great use to Administrators and users alike. Of course this is where Hyper-V gets a mention. I have not yet had a chance to install Hyper-V but it is on my list of things to do, so expect a post on that soon.&lt;br /&gt;&lt;br /&gt;With the current global financial climate I personally think that all the virtualisation technologies are going to get more attention from small businesses right up to the large corporations. Also now that the options for virtualisation have grown, now you get to pick VMware ESX, Citrix XenServer, Microsoft Hyper-V to name three,  the competition between the big players will only benefit us all as customers. Along with server consolidation desktop and application virtualisation are gathering momentum.  &lt;br /&gt;&lt;br /&gt;One of the areas that has seen some of the improvements is clustering. The links below are all for Clustering:&lt;br /&gt;&lt;br /&gt;Windows 2008 Failover Clustering Homepage:&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/Windowsserver2008/en/us/clustering-home.aspx&quot;&gt;http://www.microsoft.com/Windowsserver2008/en/us/clustering-home.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Windows 2008 Failover Clustering Technet Lab Registration:&lt;br /&gt;&lt;a href=&quot;http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032345932&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US&quot;&gt;http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032345932&amp;amp;EventCategory=3&amp;amp;culture=en-US&amp;amp;CountryCode=US&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I have personally completed this lab, and found it very useful. There are numerous labs available from Technet, the link below is the list:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://msevents.microsoft.com/CUI/SearchDisplay.aspx?culture=en-US&amp;amp;evtTypHero=4#eventType=4;culture=en-US;searchcontrol=yes;advanced=mnp;pageNumber=1;sortKey=;sortOrder=;pageEvent=false&quot;&gt;http://msevents.microsoft.com/CUI/SearchDisplay.aspx?culture=en-US&amp;amp;evtTypHero=4#eventType=4;culture=en-US;searchcontrol=yes;advanced=mnp;pageNumber=1;sortKey=;sortOrder=;pageEvent=false&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Below is a link to a number of Windows 2008 server Step-bySteps:&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=518d870c-fa3e-4f6a-97f5-acaf31de6dce&amp;amp;displaylang=en&quot;&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=518d870c-fa3e-4f6a-97f5-acaf31de6dce&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Another feature that I really like is the File Screening, the ability to block certain file types from being saved to a file server could be very useful in a tightly controlled environment. See the link below:&lt;br /&gt;&lt;a href=&quot;http://technet.microsoft.com/en-us/library/cc754810.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/cc754810.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I will be continuing to explore Windows Server 2008 and it&#39;s new features, so will post more as I come across it. Also going to start looking at the Windows 7 Beta (&lt;a href=&quot;http://www.microsoft.com/windows/windows-7/beta-download.aspx&quot;&gt;http://www.microsoft.com/windows/windows-7/beta-download.aspx&lt;/a&gt;)</content><link rel='replies' type='application/atom+xml' href='http://ridethevirt.blogspot.com/feeds/6653200634998348832/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9149788481164573733/6653200634998348832' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/6653200634998348832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/6653200634998348832'/><link rel='alternate' type='text/html' href='http://ridethevirt.blogspot.com/2009/01/windows-server-2008-resources.html' title='Windows Server 2008 resources'/><author><name>Mark Bradley</name><uri>http://www.blogger.com/profile/10068207595558206078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9149788481164573733.post-4308200513446973976</id><published>2008-11-26T14:11:00.000-08:00</published><updated>2008-11-26T14:13:53.191-08:00</updated><title type='text'>New Posts coming soon...</title><content type='html'>Well after a good few weeks of problems with my home machine (hard disk failure and then fried graphics card once the hard disk was replaced). I now have my machine back up and running, but more importantly I have access to my VM&#39;s again... so expect new posts very soon... home pc allowing of course :)</content><link rel='replies' type='application/atom+xml' href='http://ridethevirt.blogspot.com/feeds/4308200513446973976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9149788481164573733/4308200513446973976' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/4308200513446973976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/4308200513446973976'/><link rel='alternate' type='text/html' href='http://ridethevirt.blogspot.com/2008/11/new-posts-coming-soon.html' title='New Posts coming soon...'/><author><name>Mark Bradley</name><uri>http://www.blogger.com/profile/10068207595558206078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9149788481164573733.post-306672492073910384</id><published>2008-09-24T13:41:00.000-07:00</published><updated>2008-10-18T01:40:15.751-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="App-V Install"/><category scheme="http://www.blogger.com/atom/ns#" term="SoftGrid 4.5"/><title type='text'>App-V Virtualization Management Server installation</title><content type='html'>I have now got my Microsoft System Center Application Virtualization Management Server, the steps I took are listed below:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;AD Groups - I treated this installation as though I was doing it in a production environment. So before I started building any new servers or doing anything else I created two groups in AD, App-V-Admins and App-V-Users. You could use Domain Admins and Domain Users but I personally prefer to have specific groups, you can always nest the Domain Admins or Domain Users groups in. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;SQL Server - I have a SQL 2005 server that also serves as my Citrix License server, so I wanted to use this rather than have a local SQL Express install on the management server. I created a new database called App-V and made sure the account I was using to do the installation had full rights to the App-V DB. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Server Build - I then built a VM (well cloned my sysprep&#39;ed template). Installed IIS and ASP.NET. Installed .NET Framework 3.0. Applied all the latest Microsoft patches. &lt;/li&gt;&lt;br /&gt;&lt;li&gt;MDAC 2.8 - I also installed MDAC 2.8, although this is not listed in the pre-reqs I was having some issues getting the Application Virtualization Management Service to connect to the database, so I reviewed the pre-reqs for earlier versions of SoftGrid and MDAC was listed specifically for this service. So I installed the latest version and now it works fine.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;em&gt;Note: I am going to do a reinstallation on a blank server to check if MDAC is really a requirement, I will update the post once I have done this.&lt;/em&gt; &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Installed Microsoft System Center Application Virtualization Management Server:&lt;/li&gt;&lt;/ul&gt;I will now add some screenshots of the screens worth mentioning...&lt;br /&gt;&lt;br /&gt;The first screen is the pretty much standard welcome screen that most if not all installers have now. The next screen is the standard License agreement, tick the box to accept and move on. I found the next screen a nice touch, you can select Microsoft Update as the source of updates for App-V, I really like this idea as this is a good way to ensure you are aware of App-V updates.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5249695709840203522&quot; style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHq9WcgKuN8JcqkTf63zOJInKtNTAgGsq06MEn-SORBkeYwILexghLe3_qYM5iRoVKR1XPzPYo6YaUacmWpam2t9RbEGGBIxsI_qrM0Vhtq4LpwAd31tedhd8Xa3cdW6O49o-VzRuGKAoK/s320/App-V_03+Sep.+21+21.11.jpg&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;After the Microsoft Update screen came the standard Name and Organization screen. I then got the choice of typical or custom installation, so I of course took custom. The next screen is the components that will be installed and where they will be installed to. I moved them from the default of C: to my D: drive. There are three components to the App-V Management Server:&lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;App-V Management Server, App-V Management Console &amp;amp; App-V Management Service &lt;/div&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5249697496789027650&quot; style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhuYNITmsrq9IWqLU-aIcTNmZbFMOtCMFT44diUOkw-_Oj54Rs6l_OGguRGzy1ur5DZQDhbHwKtrSOi2p6y8X_j17pdDem_QJzN-4NBdC6-FBn5DVktEW7b1TjZ6fGY1tZGGNDB4KueHI9/s320/App-V_06+Sep.+21+21.11.jpg&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;The next screen in the installation is the database selection screen. I selected the server with SQL 2005 and clicked next. The installer then connects to the SQL server and you get to pick the existing database to use or specify a new database name for it to create.&lt;br /&gt;&lt;br /&gt;The next screen was regarding setting up Secure Communication mode, this had all the options grayed out so was a simple click next.&lt;br /&gt;&lt;br /&gt;Then you get information about the Port Settings for RTSP, I left this with the default port of 554.&lt;br /&gt;&lt;br /&gt;The next two screens are self explanatory, App-V Administrators and App-V Users, so specify the relevant group and click next.&lt;br /&gt;&lt;br /&gt;Now you get prompted about the Content directory location, this is one of the most important screens in the installation. This is where the Content share is going to be located. The Content share is where you will need to install all your sequenced applications. This can easily be put on an existing network share, file server or NAS. For the small environment I have I left it in the default location.&lt;br /&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5249700064863404642&quot; style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjioTD5CJ7aZOv3Uovn3WkZ7pNF0oDSY2rEIs1G9roW5LmqZyuA_f8KbxmpMpTbJEuZg4l_hw1kBRnqJFURKS2Z8Zizl4aK09HzVIg4n8pVYMhX9rQb-FqF1Bhl6ePV_vIPh6TsGK2lDVBq/s320/App-V_13+Sep.+21+21.23.jpg&quot; border=&quot;0&quot; /&gt;Once you click next on the Content directory screen you get the install button...&lt;br /&gt;&lt;p&gt;After the installation completes you get prompted to reboot. I rebooted the VM and then once it was back up I logged in, went to Administrative tools and started the App-V Management Console. At first it looks like there is nothing to see, you need to connect to the App-V server. To do this right click on the Application Virtualization Systems icon in the left hand pane of the MMC and select Connect to Application Virtualization System. &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5249702350907711234&quot; style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnoT41sMnJvav9mfMH3Rv-dp6YK4F2AuHev4W7GR-hFYwF3LfA6cFc8bevKrLN9bxp3ibXwmegrOk2GBYApUNweTax8hCEsDG678RqRIoYqR58et416sC5Ebf7430oeMSuYnY173IAaUhx/s320/App-V_02+Sep.+24+22.24.jpg&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;I unchecked secure connection, the port changed from 443 to 80 as expected and then I specified localhost.&lt;br /&gt;My App-V server is now up and running and I can now move onto getting a Sequencer built so I can sequence my first application and get going with some streaming to a terminal server.</content><link rel='replies' type='application/atom+xml' href='http://ridethevirt.blogspot.com/feeds/306672492073910384/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9149788481164573733/306672492073910384' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/306672492073910384'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/306672492073910384'/><link rel='alternate' type='text/html' href='http://ridethevirt.blogspot.com/2008/09/app-v-virtualization-management-server.html' title='App-V Virtualization Management Server installation'/><author><name>Mark Bradley</name><uri>http://www.blogger.com/profile/10068207595558206078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHq9WcgKuN8JcqkTf63zOJInKtNTAgGsq06MEn-SORBkeYwILexghLe3_qYM5iRoVKR1XPzPYo6YaUacmWpam2t9RbEGGBIxsI_qrM0Vhtq4LpwAd31tedhd8Xa3cdW6O49o-VzRuGKAoK/s72-c/App-V_03+Sep.+21+21.11.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9149788481164573733.post-239188681968387650</id><published>2008-09-15T07:31:00.000-07:00</published><updated>2008-10-18T01:56:43.837-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="App-V Install"/><category scheme="http://www.blogger.com/atom/ns#" term="SoftGrid 4.5"/><title type='text'>SoftGrid 4.5 AKA App-V</title><content type='html'>Having been lucky enough to receive the training for SoftGrid 4.2 from the Softricity guys pre-Microsoft purchase, I have long been a fan of SoftGrid. So when I saw the Technet blog entry (&lt;a href=&quot;http://blogs.technet.com/softgrid/archive/2008/09/03/microsoft-application-virtualization-4-5-rtms.aspx&quot;&gt;http://blogs.technet.com/softgrid/archive/2008/09/03/microsoft-application-virtualization-4-5-rtms.aspx&lt;/a&gt;) for the new version of SoftGrid 4.5 or App-V as it is now known, I looked forward to being able to have the time to install it.&lt;br /&gt;&lt;br /&gt;After registering on the Microsoft Connect Web Site (&lt;a href=&quot;https://connect.microsoft.com/&quot;&gt;https://connect.microsoft.com/&lt;/a&gt;) I downloaded the App-V installation files ready to install into my home lab.&lt;br /&gt;&lt;br /&gt;In order to get the environment ready I checked through the documentation for the Trial System Requirements (&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=aa787491-8d08-4d2f-8960-9e9f00226c7e&amp;amp;DisplayLang=en&quot;&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=aa787491-8d08-4d2f-8960-9e9f00226c7e&amp;amp;DisplayLang=en&lt;/a&gt;). As in the previous version of SoftGrid the following components are required:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Server Components:&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Active Directory&lt;/strong&gt; – DNS &amp;amp; Group Policies specifically&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Microsoft Application Virtualization Sequencer&lt;/strong&gt; – The Sequencer is the brains of SoftGrid. This will “record” changes to the system when installing a new application, this creates the SoftGrid package for the application.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Microsoft System Center Application Virtualization Server&lt;/strong&gt; – If the Sequencer is the brains of SoftGrid, this server is the heart. This is the server where the packages are imported and permissions are set.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Content Share&lt;/strong&gt; – This share is where all the packages create in the Sequencer are stored and then where they are imported into the Application Virtualization Server. This share needs to be accessible to all clients too.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Clients:&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;Microsoft Application Virtualization for Terminal Services&lt;/strong&gt; – The client to allow streaming to Terminal Servers&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Microsoft Application Virtualization for Desktops&lt;/strong&gt; – The client to allow streaming to desktop clients.&lt;br /&gt;&lt;br /&gt;So to get App-V up and running I will be creating one new Windows 2003 virtual machine for the Microsoft System Center Application Virtualization Server, this will have a local installation of SQL Express 2005 for the database, a Content share and the Application Virtualization Server console.&lt;br /&gt;&lt;br /&gt;I will then create a second Windows 2003 virtual machine for the Sequencer, this will have just the base OS and Sequencer software installed on the C: drive. I will then add a second disk, setup as the Q: drive in the OS, an independent persistent disk. I did consider using a non-persistent disk, as in an ideal world the Sequencer will process any installation reboots for applications without having to reboot the actual VM. Having seen applications where sometimes the actual reboot is needed by the package I am going use snapshots instead. I will take a snapshot of the base VM and then revert to that once an application is sequenced.&lt;br /&gt;&lt;br /&gt;I already have AD and a Terminal Server so will just install the client on the Terminal Server.&lt;br /&gt;&lt;br /&gt;Once I have the environment up and running I will do another post with details of what I have sequenced and how I am finding the new version.</content><link rel='replies' type='application/atom+xml' href='http://ridethevirt.blogspot.com/feeds/239188681968387650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9149788481164573733/239188681968387650' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/239188681968387650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/239188681968387650'/><link rel='alternate' type='text/html' href='http://ridethevirt.blogspot.com/2008/09/softgrid-45-aka-app-v.html' title='SoftGrid 4.5 AKA App-V'/><author><name>Mark Bradley</name><uri>http://www.blogger.com/profile/10068207595558206078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9149788481164573733.post-4059072018656046493</id><published>2008-09-08T10:41:00.000-07:00</published><updated>2008-09-09T04:07:54.894-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Integrate"/><category scheme="http://www.blogger.com/atom/ns#" term="Service Pack 2"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows 2003 R2"/><title type='text'>Windows 2003 Release 2 – slipstreaming Service Pack 2</title><content type='html'>For anyone who has to build Windows servers on a regular basis integration of Service Packs has been pretty much a must have skill for a while now. The reason I say this is we have all been in the situation where a new server is needed now, now meaning 2 days ago… meaning that time is premium and having to apply Service Packs after the build once the server is up and running can slow you down.&lt;br /&gt;&lt;br /&gt;Windows 2003 Release 2 offered a slightly newer challenge compared to older versions of Windows, being that it had 2 CD’s. After some googling around I found that the /integrate option of the Service Pack would actually work with both disks. So I extracted both CDs to folders on my computer and ran the integrate command:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;em&gt;WindowsServer2003-KB914961-SP2-x86-ENU.exe /integrate:C:\Temp\W2K3_R2_CD1&lt;br /&gt;WindowsServer2003-KB914961-SP2-x86-ENU.exe /integrate:C:\Temp\W2K3_R2_CD2&lt;/em&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This worked without any problem. So I got to thinking, that the second CD is not actually that big, so why not include that with CD1. So I went through the extraction process and put the contents of both CD’s into one folder on my PC. The size of this folder was 763MB, so this would indeed fit on a 800MB CD as well as being a good ISO. You can then integrate the Service Pack with this combined directory either using the command line method of &lt;em&gt;*service pack name*.exe /integrate:*file path*&lt;/em&gt; or you could use this handy utility I found called nLite (&lt;a href=&quot;http://www.nliteos.com/&quot;&gt;http://www.nliteos.com/&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;nLite is a very useful utility as this allows you not only to slipstream in Service Packs, but also standard Windows Updates, Drivers, add/remove components, unattended options, general options, tweaks (Registry and Services) and it can create a bootable ISO. So if you have to press F6 during the build to install the disk array drivers, nLite can save you this pain. nLite works with Windows 2000, XP and 2003.&lt;br /&gt;&lt;br /&gt;I am now using a single disk/ISO Windows 2003 Release 2 (with SP2 and most common array drivers) for both physical builds and VM’s.</content><link rel='replies' type='application/atom+xml' href='http://ridethevirt.blogspot.com/feeds/4059072018656046493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9149788481164573733/4059072018656046493' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/4059072018656046493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/4059072018656046493'/><link rel='alternate' type='text/html' href='http://ridethevirt.blogspot.com/2008/09/windows-2003-release-2-slipstreaming.html' title='Windows 2003 Release 2 – slipstreaming Service Pack 2'/><author><name>Mark Bradley</name><uri>http://www.blogger.com/profile/10068207595558206078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9149788481164573733.post-4980266033156913075</id><published>2008-09-05T03:23:00.000-07:00</published><updated>2008-09-05T03:29:05.806-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ColdClone"/><category scheme="http://www.blogger.com/atom/ns#" term="Unable to determine Guest OS"/><title type='text'>VMware ColdClone – Unable to determine Guest OS</title><content type='html'>So for anyone that has migrated a physical server to a virtual server (P2V’ed), you may well have come across the “Unable to determine Guest OS” message when using the ColdClone CD. For those of you who have not yet migrated a physical server to an ESX Environment I will quickly run through the main two ways you will see…&lt;br /&gt;&lt;br /&gt;HotClone – This refers to using the VMware Converter plugin from within VirtualCenter itself. This process is done with the target server up and running, so really should only be used on servers with static data, as during the migration users, other admins, etc will still have access to the server. The pre-requisites are licensing for Converter and the plugin installed and enabled in VirtualCenter.&lt;br /&gt;&lt;br /&gt;To initiate a HotClone of a physical server you select the cluster or host ESX server you wish to migrate the server to, now right click and select Import Machine… The wizard will then start and guide you through the process of importing the machine. I am not going to go into detail about the HotClone process as I am going to move onto the ColdClone process as this is where you will see the error I mentioned.&lt;br /&gt;&lt;br /&gt;ColdClone – Considered the safest form of migrating a physical server to a VM. This is mainly due to the fact that the server is effectively down during the migration process. The ColdClone process uses a bootable ISO image, to bring the server up in WinPE that runs VMware Converter. So as with a standard installation of Windows, the drivers included in the base build may not be relevant to the hardware you are using.&lt;br /&gt;&lt;br /&gt;So the “Unable to determine Guest OS” is, from my experience, normally due to WinPE not being able to access the harddisks. In most cases this will be due to the Array driver not being part of WinPE.&lt;br /&gt;&lt;br /&gt;Included with the ColdClone.iso (which is available to download from &lt;a href=&quot;http://www.vmware.com/&quot;&gt;http://www.vmware.com/&lt;/a&gt;, providing you have the Enterprise license for Converter) is the PETOOL.EXE. This can add drivers to WinPE, however I have had mixed results using this so I have also got a manual way of doing it, which I will now detail.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 1 - Download the required drivers&lt;/strong&gt;&lt;br /&gt;Depending on your hardware vendor download their drivers for the Array Controller, you will need the driver that would be used during the text phase of a Windows server, the same driver that you would use the F6 option during the Windows installation process.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 2 – Extract the driver files&lt;/strong&gt;&lt;br /&gt;Once the download has completed extract the drivers to a folder on your computer.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 3 – Extract the ColdClone.iso&lt;br /&gt;&lt;/strong&gt;Extract the contents of the ColdClone.iso to a local folder on your computer.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 4 – Create the driver folder&lt;br /&gt;&lt;/strong&gt;Browse to &lt;em&gt;\i386\System32\Drivers&lt;/em&gt; in the extracted ISO. Create a folder for your driver, e.g. &lt;em&gt;PERC&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 5 – Add the drivers&lt;/strong&gt;&lt;br /&gt;Now copy the drivers to the folder you just created.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 6 – Edit winpeoem.sif&lt;/strong&gt;&lt;br /&gt;Browse to&lt;em&gt; \i386\System32&lt;/em&gt; and edit &lt;em&gt;winpeoem.sif&lt;/em&gt; in a text editor, e.g. Notepad. Now find the following lines in the file:&lt;br /&gt;&lt;br /&gt;&lt;em&gt;[OemDriverParams]&lt;br /&gt;OemDriverRoot= &quot;drivers&quot;&lt;br /&gt;OemDriverDirs= vmscsi, Adaptec, Emulex, QLogic&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;These lines represent the drivers that will be loaded, so now you need to add the folder that contains your drivers. See example below:&lt;br /&gt;&lt;br /&gt;&lt;em&gt;[OemDriverParams]&lt;br /&gt;OemDriverRoot= &quot;drivers&quot;&lt;br /&gt;OemDriverDirs= vmscsi, Adaptec, Emulex, QLogic, PERC&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;Save the file.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 7 – Create a bootable ISO&lt;br /&gt;&lt;/strong&gt;Now create a bootable ISO (and/or CD) using the modified ColdClone files.&lt;br /&gt;&lt;br /&gt;You should now be able to test this by booting a server up using the CD/ISO and checking that it can now see the hard disks. This process can be repeated to add multiple drivers, giving you one ColdClone CD/ISO that will work with all your servers.</content><link rel='replies' type='application/atom+xml' href='http://ridethevirt.blogspot.com/feeds/4980266033156913075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9149788481164573733/4980266033156913075' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/4980266033156913075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/4980266033156913075'/><link rel='alternate' type='text/html' href='http://ridethevirt.blogspot.com/2008/09/vmware-coldclone-unable-to-determine.html' title='VMware ColdClone – Unable to determine Guest OS'/><author><name>Mark Bradley</name><uri>http://www.blogger.com/profile/10068207595558206078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9149788481164573733.post-3000107160403823243</id><published>2008-09-04T05:48:00.000-07:00</published><updated>2008-09-04T07:18:31.959-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Event ID 7024"/><category scheme="http://www.blogger.com/atom/ns#" term="VirtualCenter Server Service"/><category scheme="http://www.blogger.com/atom/ns#" term="VMware Update Manager"/><title type='text'>VMware ESX 3.5 &amp; VirtualCenter 2.5 with Update 2</title><content type='html'>So for my first post I thought I would mention something I have found while working with ESX 3.5 and VirtualCenter 2.5. Recently I was at a customers site doing a VMware ESX installation. We had three ESX 3.5 Update 1 servers up and running all being managed by a VirtualCenter server running 2.5 Update 1.&lt;br /&gt;&lt;br /&gt;So when demoing Update Manager we set one of the ESX servers to apply the critical updates by applying the baseline and then setting remediate to run 5 minutes in the future. So the customer looks on happily at how the ESX server puts itself into Maintenance Mode and migrates VM&#39;s off in preparation for patching and the subsequent reboot. The ESX host comes back up and all is well. That is until we rebooted the VirtualCenter server, this is when the VirtualCenter service decides that it will no longer start... the following error is in Event Viewer...&lt;br /&gt;&lt;br /&gt;Event ID 7024 - The VMware VirtualCenter Server service terminated with service-specific error 2 (0x2)&lt;br /&gt;&lt;br /&gt;So with some google&#39;ing about I find the following thread on the VMware forums, &lt;a href=&quot;http://communities.vmware.com/thread/122543;jsessionid=7A5139DFE94BA6A4AD870E08F442DF23?tstart=0&amp;amp;start=15&quot;&gt;http://communities.vmware.com/thread/122543;jsessionid=7A5139DFE94BA6A4AD870E08F442DF23?tstart=0&amp;amp;start=15&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Although this post lists this situation now, it didn&#39;t at the time, and admittedly I did add this scenario to that post... The post was mentioning IIS and Converter Services being the issue, I had no IIS and and even when disabling Converter I had the same issue...&lt;br /&gt;&lt;br /&gt;So after stepping back to think about what had changed recently, I realised that one of the three ESX servers was a higher build version than VirtualCenter. So I installed VirtualCenter 2.5 Update 2 to the VC server and rebooted... the VC server came back up, all services started without any complaints and we were running again.&lt;br /&gt;&lt;br /&gt;Historically speaking, when working with ESX environments pre-Update Manager, VirtualCenter was always updated first, thanks to Jason Willey &lt;a href=&quot;http://www.virtuallycrazy.blogspot.com/&quot;&gt;(http://www.virtuallycrazy.blogspot.com&lt;/a&gt;). As it makes complete sense that the management server is backwards compatible with older versions of ESX, but cannot know about new features or changes.&lt;br /&gt;&lt;br /&gt;I am a fan of Update Manager for ESX, my main reason for posting this is to get the point across that it will make your lives easier as long as you remember to keep VirtualCenter updated too, and more importantly updated before the ESX servers.</content><link rel='replies' type='application/atom+xml' href='http://ridethevirt.blogspot.com/feeds/3000107160403823243/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9149788481164573733/3000107160403823243' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/3000107160403823243'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9149788481164573733/posts/default/3000107160403823243'/><link rel='alternate' type='text/html' href='http://ridethevirt.blogspot.com/2008/09/vmware-esx-35-virtualcenter-25-with.html' title='VMware ESX 3.5 &amp; VirtualCenter 2.5 with Update 2'/><author><name>Mark Bradley</name><uri>http://www.blogger.com/profile/10068207595558206078</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>