DavidOverton.com
This site is my way to share my views and general business and IT information with you about Microsoft, IT solutions for ISVs, technologists and businesses, large and small.  

Browse by Tags

  • UK Tech.Days 2011 –Transform Your Datacentre with Hyper-V and System Center - 24th May 2011

    As many of you know, I'm getting more excited about how cloud and virtualisation will impact customers and partners.  I wanted to share details about this event on the 24th May 2011. The UK Tech.Days 2011 –Transform Your Datacentre with Hyper-V and System Center event will provide you with an understanding of the latest technical updates for your datacentre & infrastructure investments. This event will share more expert knowledge and information than ever - with deep dive sessions on the Windows Server 2008 R2 platform, Hyper-V virtualization capability, and System Center end-to-end service management capabilities. Join Microsoft and interact live with us, some of our key strategic partners and early adopter customers. For more information, please visit: http://uktechdays.cloudapp.net/techdays-live/delivering-it-as-a-service-with-the-microsoft-private-cloud.aspx 08:30-09:30 Registration 09:30-10:00 Transforming Your Datacentre  10:00-11:00 Building The Foundation: Server Virtualization and Management...
  • Loading SP1 beta onto a Hyper-V R2 system

    I was keen to play with the Hyper-V R2 Service Pack 1 features, so I decided to download and install it, however I could not find anything that was not for Windows 7 or Windows Server (as opposed to Hyper-V Server).  After asking internally I was pointed to what I needed.  The process was fairly simple:   Download the SP1 beta from the Microsoft site and ensure you answer the questions correctly as an IT Pro to ensure you get the opportunity to download.  You will need to update both your Windows 7 / Windows Server client to manage the system as well as the Hyper-V Server, so you might need to download both the x86 and x64 versions as Hyper-V Server is x64 only. Remove the language packs that are not supported by the beta from the Hyper-V Server. To do this you will need to log into the console and run the LPKSETUP.exe program and remove anything that is not as part of the download package (English, French, German, Japanese, and Spanish) Run the SP1 update on the Hyper-V Server Run the SP1...
  • Tech days 2010 – UK, covering Virtualisation, Office 2010, Windows 7, SQL Server 2008 R2, Visual Studio, the Essential Mix, Rich Client and Windows Phone

    Registration for UK Tech Days events from 12 th to 16 th April is open!. UK Tech Days 2010 is a week-long series of free events run by Microsoft and technical communities to celebrate and inspire developers, IT professionals and IT Managers to get more from Microsoft technology.  Our day events in London will cover the latest technology releases including Microsoft Visual Studio 2010, Microsoft Office 2010, Virtualisation, Silverlight, Microsoft Windows 7 and Microsoft SQL Server 2008 R2 plus events focusing on deployment and an IT Manager day. Please visit our website for full details: http://www.microsoft.com/uk/techdays and follow what’s happening @uktechdays   The agenda looks like this: Monday 12th April Tuesday 13th Wednesday 14th Thursday 15th Friday 16th IT Pro Days Virtualization Summit Office 2010 - the next wave Windows 7 - Deployment SQL Server 2008 R2 - The Platform Raising the profile of IT Dev Days Visual Studio 2010 Launch Visual Studio 2010 and .NET The Essential MIX Rich Client Windows...
  • SBS 2008 backup under Hyper-V R2 gets dynamically swappable drives and what else is coming in Hyper-V 2008 R2

    I saw this and thought I would share it. Hyper-V R2, which is in beta already supports hot add/remove of drives, so native SBS 2008 Backup will work as youcan now dynamically add and remove those USB drives and they can be configured as pass-through disks so you will not have to create VHDs on them. Other interesting features for me were the live migration and huge memory support , all in the free version along with the management console! Hyper-V R2 BETA is available to test here . There is also an overview document that can be found here . In the overview document is the summary of Hyper-V as shipping today and the products as of tomorrow: Capabilities Microsoft Hyper-V Server 2008 Microsoft Hyper-V Server 2008 R2 Windows Server 2008 R2 EE, DC Processor Architecture x64 only Yes Yes Yes Hypervisor-based Yes Yes Yes Product Type Standalone product Standalone product Operating System Number of Sockets (Licensing) Up to 4 Up to 8 Up to 8 = EE | Up to 64 = DC Number of cores supported by the hypervisor 24 (with...
  • How to get an existing disk to be available inside Hyper-V, how to install RAID Management tools and how to shrink a non-Dynamic VHD

    Once I had built my Hyper-V Server I still had a few to resolve.  I thought I had better document the solutions I found to my 3 disk related problems from this entry . So the 3 issues covered are: How to get an existing disk to be available inside Hyper-V How to install RAID Management tools How to shrink a non-Dynamic VHD How to get an existing disk to be available inside Hyper-V (called a pass-through disk) Just to give you some background, I was moving a non-VM OS inside a Hyper-V system.  I had created the VM, but I could not get it to just “boot” from the old boot disk – the disk was not showing.  I’d read that this type of disk was a pass-through (or pass-thru) disk, but I could not find out how to configure it easily.  The solution turned out to be very simple.  Run DISKPART on the Hyper-V server, identify the disk and mark it offline.  It would then appear in the list of disks that could be installed.  What is more, if I ran out of disks I could install a SCSI controller...
  • How to resolve errors like "Cannot connect to the RPC service, make sure your RPC service is running" with Hyper-V Server and Hyper-V Manager

    In my last post on installing Hyper-V for my home setup I said I had a number of issues.  One was that the Hyper-V Manager kept on showing the error "Cannot connect to the RPC service, make sure your RPC service is running".  This turned out to be several issues. To start with my Hyper-V box is in a workgroup, so security is manually configured.  Then there is the connection ID security - by hand and finally there is the client setup too.  I spent a long time with John Howard's blog which got me the following commands for the Hyper-V server: netsh advfirewall set currentprofile settings remotemanagement enable netsh advfirewall firewall set rule group="Windows Management Instrumentation (WMI)" new enable=yes netsh advfirewall firewall set rule  name="Remote Administration (RPC-EPMAP)" new enable=yes profile=domain netsh advfirewall firewall set rule name="Remote Administration (NP-In)" new enable=yes profile=domain netsh advfirewall firewall...
  • Getting up and running with Microsoft Hyper-V Server 2008, including getting my external SATA drives working, adding network drivers, enabling the remote management tools

    [updated 7th Dec 2008 with links to more answers] It has been a while since I posted on the blog - I've been writing a book and installing and upgrading SBS 2008 a few times. I decided that rather than have a bundle of servers under my desk I would buy one large server (well, quad core anyway) and run my operating systems using Hyper-V server. Let's start with the ingredients that you will need: Download Hyper-V Server - http://www.microsoft.com/servers/hyper-v-server/how-to-get.mspx Hyper-V Configuration Guide - Microsoft Hyper-V Server 2008 Configuration Guide Hyper-V Getting Started Guide - http://www.microsoft.com/downloads/details.aspx?familyid=26426203-DE3C-4D74-851E-4E1388A81D5F&displaylang=en Download Management Tool (you probably only need one of the below) Vista 32-bit - Download the Update for Windows Vista (KB952627) package now Vista 64-bit - Download the Update for Windows Vista (KB952627) package now Server 2008 32-bit - Download the Update for Windows Server 2008 (KB950050), 32-bit...
  • Virtualisation Adoption Survey - if you are using virtualisation (from anyone), tell Virtualisation.info

    A Quick note - there has been lots of comments recently on who's virtualisation has what share of the market. I've just installed Microsoft Hyper-V server up and running with 3 VMs inside it (HomeServer, SBS 2008 and Windows Server 2003) and I expect a couple of small desktops too before long. Anyway, rather than just guessing, why not fill in Virtualization.info's survey? It took me about 45 seconds to complete at virtualization.info's Virtualization Adoption Surveys . I'll post on how I got everything working after I've got the next chapter of the book done. Should be 4 chapters done by the end of this weekend, although I'm behind a few pictures :-) ttfn David Technorati Tags: Hyper-V , Virtualisation , Virtualization , SBS 2008 , Survey , virtualization.info
  • SBS 2008 & EBS 2008 – Virtualisation Webcast

    You can access the webcast at https://training.partner.microsoft.com/plc/details.aspx?publisher=12&delivery=249912# As a quick recap, Microsoft see’s virtualisation as more than than just machine virtualisation.  In the Microsoft, virtualisation is split into: Presentation Virtualisation – What would have previously been known as Terminal Services Application Virtualisation (App-V) – Where applications are “streamed” to your desktop or terminal services presentation without being installed Machine Virtualisation (Desktop aka VDI or Server) – what most people think of as “Virtualisation” Virtualisation will be supported in for a set of scenarios with SBS 2008 and EBS 2008.  The first thing to understand is that the primary node has a large load on it and is not an ideal candidate to act as a host for virtual machines.  You also need to understand that the host can’t really be part of the domain if the primary node of SBS is virtualised on it as there are all sorts of nasty issues around dependency...

(c)David Overton 2006-23