How to virtualize a Domain Controller

First off a domain controller is always a scary thing to p2v but it can actually be a fairly straightforward process to complete. In our network our DC’s also have other roles and services installed on them which made the easiest and proper way of just creating a new DC within the virtual environment then demoting and removing the old physical one rather difficult. So p2v was really our only option. If you follow these instructions then you wont go far wrong with p2ving your domain controller. 1/ Investigate your domain controllers services and see if you also have any transactional databases on there as well or anything that may be sensitive to consistancy (such as SQL/Oracle/backup software or AV). 2/ Write down the services that are associated with any DB’s or picky software you mayRead More…

vSphere 5 database support

When considering which backend database to use in a new installation of vSphere 5 you have the following options: Microsoft SQL Server 2005 or 2008 32 bit or x64 patched to the latest SP release
Microsoft Sql Server 2008 R2
Oracle 10g R2 , 11g R1 or 11g R2
IBM’s DB2 9.5 or 9.7 patched to the latest versions
SQL Express 2008 is also supported and bundled with vsphere It is naturally recommended to house the vSphere database on a seperate server for added resiliency however with most deployments you can quite happily install the database component on the same server as the vSphere installation (whether this is physical or running as a vm). It is also worth checking which databases vmware update manager or other add-ons support if you intend to install these on the same server and of courseRead More…