Hyper-V ForumDiscussion on virtualization on the Windows Server platform© 2009 Microsoft Corporation. All rights reserved.Thu, 26 Nov 2009 02:18:14 Zf6ed76b5-2b34-4e98-9c68-52b3dbab965fhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/c1fdbd52-b1ea-4057-8aaa-e91207a06625http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/c1fdbd52-b1ea-4057-8aaa-e91207a06625d2iguyhttp://social.technet.microsoft.com/Profile/en-US/?user=d2iguyHow to setup Hyper-V and SAN failoverThought I would throw this question out to the collective as I can't find a good answer anywhere. My organization is very versed in Hyper-V and in the process of working with Hyper-V2 and CSVs. However, we can't seem to figure out (or maybe we are not calling it what it should be called) a way to implement some level of SAN failover. SAN replication can easily be achieved but that is not the same as SAN failover. Here is a good example: suppose you have two Hyper-V servers in front of a single SAN. If setup in CSV, if either Hyper-V server goes down, the other takes over (ie Live Migration). What if the SAN goes down? Is there such a thing as a SAN cluster? If so, is it something that is handled via Hyper-V? <div><br/></div> <div>You can replicate all your data in near-real-time to a second SAN. However, something is going to have to tell Hyper-V, 'hey, you now need to pull VMs from SAN2 instead of SAN1.' Seems this is either a middle ware piece of software which lives on the Hyper-V hosts, or possible an appliance. I don't know. Can't think we are the first ones to run into this issue. And, I can't believe with all the automation surrounding CSV that the SAN would be the single point of failure and require a manual process to mount up the VMs. Anyone have ideas on how to do this? If the question has been asked before, I sincerely extend my apologies. <div><br/></div> <div>Many thanks in advance.</div> </div>Wed, 25 Nov 2009 22:54:17 Z2009-11-26T02:15:51Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/a76b5196-b7a7-4a66-aece-694413935465http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/a76b5196-b7a7-4a66-aece-694413935465Michael Faklishttp://social.technet.microsoft.com/Profile/en-US/?user=Michael%20FaklisXP x64 Catch-22 with Hyper-VMy XP x64 installation disk is pre-service packs.  The Hyper-V Integration Services cannot be installed unless the XP x64 is with service pack 2 or above.  When I attempt to apply service pack 2 (or 3) I get the error &quot;The updatebr.inf file is invalid.&quot;.  As a result I cannot apply the integrated services installed to gain access to the network (and other devices).<br/><br/>Is there any way to create a new XP x64 install disk that has service pack 2 (or 3) already merged in?<br/><br/>p.s., I'm running Server 2008 R2 with Hyper-V.<hr class="sig">- Michael Faklis Thu, 26 Nov 2009 00:29:46 Z2009-11-26T02:18:14Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/5ac64cbc-5243-47a1-a846-efa46a85535dhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/5ac64cbc-5243-47a1-a846-efa46a85535dpaule1shttp://social.technet.microsoft.com/Profile/en-US/?user=paule1sFind VM’s older than N days to free disk space<p>I wrote a Python 2.6 script to find and list VM’s older than, e.g., 90 days on my Windows workstation, so that I could compress them, move them to a 1TB drive attached to my machine, or to a Windows file share on the LAN, or delete them. You can read about it and download it from</p> <p><a href="http://blog.sharevm.com/2009/11/23/find-vms-older-than-n-days-to-free-disk-space/">http://blog.sharevm.com/2009/11/23/find-vms-older-than-n-days-to-free-disk-space/</a></p>Thu, 26 Nov 2009 00:24:51 Z2009-11-26T02:01:58Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/293b8711-7631-4ed8-ba1d-3c1c6f2aca38http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/293b8711-7631-4ed8-ba1d-3c1c6f2aca38JM Networkinghttp://social.technet.microsoft.com/Profile/en-US/?user=JM%20NetworkingVHD maximum safe size<br/> What is the largest VHD file you would recommend using in a VM - for speed and safety etc.<br/> <br/> Is 350GB fixed size reasonable? (for a FileServer HA VM)<br/> <br/> thanksWed, 25 Nov 2009 17:58:21 Z2009-11-25T20:47:07Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/4c4c94ce-6343-4556-9351-6e2fc011447fhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/4c4c94ce-6343-4556-9351-6e2fc011447fAnonymousx111http://social.technet.microsoft.com/Profile/en-US/?user=Anonymousx111Windows 2008 R2 with Hyper-V losing network connectionI have a Windows 2008 R2 Enterprise Server with HyperV. I created a Virtual Machine running Windows 2008 R2 Standard.<br/>I have a second physical computer running Windows 2008 Enterprise, where I opened 2 command prompts; from one command prompts I run ping -t &lt;Win2008 R2 host&gt; and from the other one I run ping -t &lt;Win2008 R2 VM&gt;. The 2 ping get the expected responses in less than 1 ms<br/><br/>From the Win2008 R2 VM I run wbadmin start systemstatebackup -backuptarget:\\&lt;Win2008 server&gt;\Share\<br/><br/>Pretty soon after the backup starts, the pings start failing: while there are some successful responses (some of them after quite long time, like 1500 ms), most of the returns are either Request timed out or Destination unreachable !<br/>On the VM, wbadmin was able to find all files (~72K) and it repeatedly displays Found &lt;72k&gt; Files (the same number).<br/>I could also see that the VHD files on the target were slowly growing but the pings did not improve at all. The backup failed after about one and a half hour.<br/><br/>I have disabled the TCP chimney and RSS on all 3 OSes hoping that this fixes the problem but it does not.<br/><br/> <p>It seems like the problem is caused by the virtual adapter created by Hyper-V . <br/>I removed that adapter (from Hyper-V network management), then stopped Hyper-V and I ran wbadmin to backup the host's system state to the same network share (as in the original test, from VM) and it looks like the network connection between the 2 computers is stable; I did not get not even one request timed out.<br/><br/>The computers are clean (installed short time ago) with no other software installed. They have 2 NICs but only one of them is configured and connected to network.</p> Has anybody had similar problems?<br/><br/>Thanks,<br/>DanTue, 17 Nov 2009 20:36:49 Z2009-11-25T20:40:09Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/c821697c-c18c-4f28-9807-d4ea4cc4ea8dhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/c821697c-c18c-4f28-9807-d4ea4cc4ea8dromuthttp://social.technet.microsoft.com/Profile/en-US/?user=romutWhat's the best Hyper-V use case to a smooth migration?Dear all,<br/> Let me describe how we currently use Virtual Server, afterwards, we'll be able to discuss a migration to Hyper-V.<br/> <br/> We are a little company doing software development. In order to automatically test our production, I've created a build and test platform made of:<br/> - a computer with XP Pro<br/> - some Powershell scripts to build the projects and prepare the test run,<br/> - Virtual Server 2005 R2 with some VMs to run the tests<br/> - the Windows VMs use also some powershell scripts to test the products.<br/> <br/> My need is now to test our products on 64 bits OSes, so my first idea was to use Hyper-V, and now I see there is also MED-V, and...I'm lost. I've got the Hyper-V Server DVD, but I've read there is no GUI, so no possibility to use it to build our software and prepare the test run then manage VMs to run the tests...<br/> <br/> So here I am, asking you what a good solution could be to fulfill our needs?<br/> <br/> Thanks.Wed, 25 Nov 2009 13:02:35 Z2009-11-25T19:46:55Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/ad3d0e68-ca5f-46ba-878a-e1790bf79bbdhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/ad3d0e68-ca5f-46ba-878a-e1790bf79bbdCarltonwhttp://social.technet.microsoft.com/Profile/en-US/?user=CarltonwPassthru not working after adding drive letterI setup two hosts in a failover cluster. I have one VM running Win2003 Enterprise (x86) with two disks. The C: drive is a VHD and the E: is a passthru. The VM was working great until I added a drive letter to the passthru at the Host. Now the passthru drive won't show up on the VM. I've since deleted the drive letter, but the VM can't see the passthru drive.<br/>I know the passthru works fine because when I add back the drive letter at the Host I can see all of the data.<br/>How can I get the VM to see the passthru again?Wed, 25 Nov 2009 15:13:44 Z2009-11-25T19:30:55Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/d0d6afbc-3faf-47c2-83ab-854066b49f5ahttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/d0d6afbc-3faf-47c2-83ab-854066b49f5amknorrhttp://social.technet.microsoft.com/Profile/en-US/?user=mknorrLive Migration Fails Error (12711)<span lang=EN> <p>Hello, I have two hyper-v servers clustered with an iSCSI backend hosting my 6 virtual machines.  Everything is set up correctly as far as I know as Livemigration works with 4 out of the 6 virtual machines.  However, two of the virtual machines fail every time.  The error that I am receiving is below.  I have already, deleted one of the machines from Hyper V and re added it thinking that rebuilding the configuration files might work, it did not work.  There doesn't seem to be a lot on this error message.  If anyone has any suggestions please let me know.  Thanks, Michael<br/><br/>Error (12711)</p> <p>VMM cannot complete the WMI operation on server HS001 because of error: [MSCluster_ResourceGroup.Name=&quot;3bf3c300-fa50-49bb-b868-c0d06122b1d8&quot;] The cluster group could not be found.  (The cluster group could not be found (0x1395))</p> <strong> <p>Recommended Action:</p> </strong>Resolve the issue and then try the operation again.</span>Wed, 25 Nov 2009 16:50:02 Z2009-11-25T19:26:48Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/b21be52f-b537-499f-bff9-3a350a1f5f35http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/b21be52f-b537-499f-bff9-3a350a1f5f35jwestrockhttp://social.technet.microsoft.com/Profile/en-US/?user=jwestrockcluster printers running on hyper-v onm win 2k8I am running hyper v and built two win 2008 servers to test clustering print manager. I dont know how or where to share the storage? The pc running hyperv is in workgoup mode and the two 2008 servers I am trying to cluster are in a domain I created. They are both joined to the cluster but I need to share the storage, this is where I am confused?Wed, 25 Nov 2009 00:28:19 Z2009-11-25T18:40:23Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/c8868a30-b9f4-4c19-aae9-0dbcbb630465http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/c8868a30-b9f4-4c19-aae9-0dbcbb630465BarrySDCAhttp://social.technet.microsoft.com/Profile/en-US/?user=BarrySDCACPU in VM will at random times max out for 20-30min then go back to normalI have a VM that runs good most of the time, but at other seemingly random times the CPU will suddenly spike to 100% for about 20-30min before returning to normal.<br/><br/>The task manager in the VM does not show anything unusual, so I'm thinking the VM is suddenly getting less resources.  only problem is that this VM is the only VM on the entire box.  The node itself of course shows little resource usage.  I also notice in performance manager C3 idle time in performance monitor is near 80% when this is occuring, yet the VM is maxed out.    VMM shows the VM is using ~25% when the VM itself is reporting 100%.  The thing is this VM is not using a lot of resources, I am sure of that...<br/><br/>any ideas???<br/><br/>thank youThu, 24 Sep 2009 17:37:47 Z2009-11-25T17:26:57Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/45453e04-fe88-44c0-a4ec-911cfbd1cdbehttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/45453e04-fe88-44c0-a4ec-911cfbd1cdbeccomputhttp://social.technet.microsoft.com/Profile/en-US/?user=ccomputLooking for Hyper-V Customer ReferenceI'm a Microsoft Gold Partner working on an opportunity with a local bank.  They are asking for a reference of another bank in the New England area that has done a server consolidation project with Hyper-V and I have not been able to find one.  Been through all the case studies and whatnot but no help.  Does anyone know of a bank or credit union in NH,VT,MA,CT,ME or RI (or even NY) that has Hyper-V in a production environment?  I'm up against another vendor that is playing the VMWare game of discredit to win!Fri, 20 Nov 2009 16:07:01 Z2009-11-25T17:21:45Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/7715a998-3988-4718-889b-8eae835b7966http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/7715a998-3988-4718-889b-8eae835b7966chmeehanhttp://social.technet.microsoft.com/Profile/en-US/?user=chmeehanMove VM on SAN LUN to new SAN LUNI have a VM  that is running in a cluster and stored on a SAN lun via volume guid. Something is not write with the clustered disk as far as the cluster is concerned. Failover is not working correctly and the disk needs to be moved to available storage and then brought back into the resource to get it back online. I am planning on moving the VM to a new SAN lun with a new guid. My question is about the easiest and safest process to do so. <br/><br/>The tools I have available are the following:<br/><br/>SCVMM 2008 R2<br/>Failover Cluster Console<br/>Hyper-V manager<br/><br/><br/>My plan is as follows:<br/><br/>Format and add a new SAN lun into the cluster. <br/>Shutdown the vm. <br/>convert the existing volume guid to a drive letter and map to it. <br/>Copy all files on existing lun to local node storage temporarily.<br/>Create new LUN and copy data to it. <br/>Create new VM pointing to the new lun and existing hard disk. <br/><br/>Any easier way? Anyone see anything wrong with this plan?<br/><br/>Thanks in advance. <br/><br/>ChrisWed, 25 Nov 2009 15:06:16 Z2009-11-25T17:05:01Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/8dbed94a-0f2b-4981-a174-8429ae5930d3http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/8dbed94a-0f2b-4981-a174-8429ae5930d3MatMexhttp://social.technet.microsoft.com/Profile/en-US/?user=MatMexNew Intel i7 8 core processors<p class=MsoNormal style="margin:0cm 0cm 10pt"><span style="" lang=EN-US><span style="font-size:small"><span style="font-family:Calibri">What will happen on a new Intel i7 8 core processor with only one 1VM. Since I can only assign 4VP's to a VM, will I only use half of the CPU capability?</span></span></span></p>Wed, 25 Nov 2009 13:28:09 Z2009-11-25T16:09:00Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/de81a142-5835-4099-bdb0-e481aeb62f0chttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/de81a142-5835-4099-bdb0-e481aeb62f0cVirtualizeMehttp://social.technet.microsoft.com/Profile/en-US/?user=VirtualizeMeImport Fails "The system cannot find the path specified" (0x80070003)I did see a post related to this that did not fix my problem by editing the &quot;EXP file value &quot;ScopeOfReference&quot;. <br/><br/><span style="text-decoration:underline">Environment</span>:<br/>Host A <br/>OS- &quot;Win Server Standard SP1&quot; 64 bit (2008R2)<br/>Domain Admin Account Logon same for both Hosts<br/>Hyper V Server role enabled <br/>Hyper V Manager utilized through RDP Session on this Host.<br/>SCVMM 2008 Trial ver.2.0.3444.0 (Stopping use due to the high number of failed jobs and support complexity)<br/><br/>Host B<br/>OS- Hyper V Server R2 (Core)<br/>Domain Admin Account Logon same for both Hosts<br/>Hyper V Enabled<br/>Drive D: dedicated to VM's<br/>Drive V: Storage<br/><br/>Issue:<br/>I have some VM's on Host B that I want to move back over to Host A. <br/><br/>Action:<br/>I use Hyper V Manager to select the VM on Host B and &quot;Export&quot; it to the local storage drive partition. From the same Hyper V Manager, I now select the Host A server and select Import Virtual Machine and browse to the folder with the exported VM. I select the root folder name &quot;My Virtual Machine Name&quot;  that contains [Snapshots, Virtual Hard Disks, Virtual Machines].<br/><br/>At thispoint I get &quot;Import Failed&quot;.<br/>Unable to search imort files under location &quot;V:\My VMName\&quot;. Error: The system cannot find the path specified. (0x80070003)<br/><br/>I can explore, open and edit these files from Host A Windows Explorer browsing to Host B shared V:\ drive. <br/><br/>I just decided to trash SCVMM due to the complexity of operation work around (outside the box) and resources involved in finding solutions so I really need to get Hyper V Manager working correctly ASAP. <br/><br/><br/>P.S. I have already rebooted both Host Servers and I did remove server Roles &quot;Application Server&quot; and &quot;Web Server&quot; from Host A since I had assumed it was causing me problems with SCVMM prior. <br/><br/>Anyone think they know the exact cause of my current issue?<br/>Tue, 24 Nov 2009 21:10:02 Z2009-11-25T16:06:58Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/bfa21592-4667-4ba2-ad7c-f75123880905http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/bfa21592-4667-4ba2-ad7c-f75123880905Geoff Belairhttp://social.technet.microsoft.com/Profile/en-US/?user=Geoff%20BelairISA Delaying packet transmission<p class=MsoNormal style="margin:5pt 0cm"><span style="font-family:'Arial','sans-serif';font-size:10pt">We are running ISA 2006 with all the required updates and patches.<span style="">  </span>Recently we introduces a Point of Sale device behind the FW that is running into transmission issues (timeouts).<span style="">  </span>All other devices such as workstations are not having any issue at all.</span></p> <p class=MsoNormal style="margin:5pt 0cm"><span style="font-family:'Arial','sans-serif';font-size:10pt">The problem took some time to isolate to the ISA Firewall.<span style="">  </span>The problem is ISA is for some reason delaying the delivery of packets of these POS system to the HOST system (on the internet).</span></p> <p class=MsoNormal style="margin:5pt 0cm"><span style="font-family:'Arial','sans-serif';font-size:10pt">Our tracing has confirmed that packets are arriving in at the FW (on the inside) and tracing (on the outside) has confirmed that these packets are delayed (sometimes a few seconds) before being sent out in a burst.</span></p> <p class=MsoNormal style="margin:5pt 0cm"><span style="font-family:'Arial','sans-serif';font-size:10pt">The result is that the POS system thinks there has been a problem and retries the operation only to have the ISA server repeat holding packet delivery.<span style="">  </span>It’s as if ISA is trying to be efficient and is gathering several packets for a given destination and sending all together.<span style="">  </span></span></p> <p class=MsoNormal style="margin:5pt 0cm"><span style="font-family:'Arial','sans-serif';font-size:10pt">Does anyone have some insight?</span></p>Tue, 24 Nov 2009 22:04:17 Z2009-11-25T16:04:27Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/4ebb795e-a35a-4cf8-a295-f0a0a4d3980chttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/4ebb795e-a35a-4cf8-a295-f0a0a4d3980cJM Networkinghttp://social.technet.microsoft.com/Profile/en-US/?user=JM%20NetworkingFile Cluster - traditional style or virtual machineGreetings<br/> <br/> we are running W2008-R2 Hyper-V on a HP C3000 on four blades setup as two separate clusters (HP2012I and MSA2000 over ISCSI)<br/> <br/> we have several virtual machines in HA mode running fine (member servers, specialized roles) (can live migrate fine etc)<br/> <br/> we now want to setup our main File - Print server within the cluster<br/> <br/> Does everyone recommend setting in up as a plain file cluster (application) - or to do it as a VM?<br/> (we could only add data to a test File VM by creating additional virual harddisk / vhd file bought would rather address the file data outside this)<br/> (we dont need clustered shared volume storage for this new file cluster as we can dedicate this lun to this one task)<br/> <br/> (we would rather not have our 300+ GB of file data sitting in a large vhd file)<br/> <br/> thanks - any advice welcome<br/> <br/>Tue, 24 Nov 2009 23:29:26 Z2009-11-25T16:02:40Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/a256df65-0f9e-48d1-9e37-ed37fa4cca15http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/a256df65-0f9e-48d1-9e37-ed37fa4cca15Cyber-Donohttp://social.technet.microsoft.com/Profile/en-US/?user=Cyber-DonoWhat would my solution be with Hyper-V and Terminal Server?Hi guys.   <div>We would like to create a remote office with 10 Thin Client users on Server 2008 standard and a Terminal Server.  We have the same solution running in another of these branches but on Server 2003 , but on 2 physical servers. PDC on Serve 2003 SBS, and the Terminal Server on Server 2003 Standard. <div>With 2008 and Hyper-V we would like to know if we could run one physical server running Windows Server 2008 standard, and a Hyper-V virtual Terminal Server, both on the same box.  </div> <div>Is this possible and viable?</div> <div>Could you guys advise on the best solution?</div> <div><br/></div> <div>Thx in advance</div> <div>Donovan</div> </div>Wed, 25 Nov 2009 08:39:24 Z2009-11-25T15:58:04Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/db432c43-7b50-4d03-a119-5923879d970bhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/db432c43-7b50-4d03-a119-5923879d970bDave Smitshttp://social.technet.microsoft.com/Profile/en-US/?user=Dave%20SmitsCreate a VHD of an existing hard disk<p>Hi,</p> <p align=left> </p> <p align=left>I have an real machine runnning that i want to move to an Virtual server. Is it possible to create an vhd file of the harddisk of the running machine so i don't need to reinstall everything?</p> <p align=left> </p> <p align=left>grtz Dave</p>Mon, 21 Apr 2008 08:01:21 Z2009-11-25T15:22:13Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/44b60658-f8ba-4fdc-a9d2-b869c2132480http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/44b60658-f8ba-4fdc-a9d2-b869c2132480sejonghttp://social.technet.microsoft.com/Profile/en-US/?user=sejong.vhd file - OK to create one that fills physical disk?What is best practice as to what percentage virtual hard disks should consume of the full capacity of a physical disk (or RAID array)?<br><br>Thanks.<br>Sat, 16 Feb 2008 01:38:39 Z2009-11-25T17:54:06Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/7efe621e-8a56-49a1-b319-71cf18bc2fcfhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/7efe621e-8a56-49a1-b319-71cf18bc2fcfchmeehanhttp://social.technet.microsoft.com/Profile/en-US/?user=chmeehanOff state in Hyper-V manager after node failover<p>I have a four node hyper-v rtm cluster. I had a situation come up and some vms failed to other nodes in the cluster. After a refresh of the cluster in SCVMM R2, everything looks correct and all VMs are running. However, when I open Hyper-V manager and connect to all four nodes, I see some guests in an OFF state on the node they were previously running on. They did not disappear but are still showing on the old node in an OFF state. Has anyone else had this issue?<br/><br/>Thanks, <br/><br/>Chris</p>Mon, 23 Nov 2009 16:26:22 Z2009-11-25T14:59:24Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/6dcea961-4941-471b-8e3a-ad28c67b3d80http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/6dcea961-4941-471b-8e3a-ad28c67b3d80sofaknghttp://social.technet.microsoft.com/Profile/en-US/?user=sofakngHyper-V slower on W2K8 full install versus core install?I'm looking to use Hyper-V for a small home server so I'm not as concerned about stability (compared to a corporate environment).  My main concern is actually speed and data integrity.<br/> <br/> Here are my options for a Hyper-V install:<br/> 1) Hyper-V Server 2008 R2<br/> 2) Windows Server 2008 R2 (Full) w/Hyper-V Role<br/> 3) Windows Server 2008 R2 (Core) w/Hyper-V Role<br/> <br/> The &quot;main&quot; purpose (or virtual machine) of this computer will be to serve files from my RAID-6 array.<br/> <br/> I manage my RAID 6 using an application called LSI MegaRAID which monitors the array status and sends e-mail alerts if anything happens.  I THINK this needs direct hardware access so I'm guessing it needs to be installed on the parent partition which means I must install W2K8 FULL install.<br/> <br/> Does anybody know anything about that?<br/> <br/> Is a W2K8 full install my best choice?<br/> <br/> As I mentioned, I'm not too concerned with a larger &quot;attack surface&quot; (re: stability).  I'd rather sacrifice a bit of stability for ease of management but <em>speed</em> is really my main concern.<br/>Wed, 25 Nov 2009 12:55:11 Z2009-11-25T12:55:12Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/946bb4cc-c553-43f6-b723-a453174de709http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/946bb4cc-c553-43f6-b723-a453174de709Ayush Ghttp://social.technet.microsoft.com/Profile/en-US/?user=Ayush%20GEnabling the Hyper-V role on Windows 2008 R2 causes the NVIDIA driver (and ultimately the system) to crashHi! <div>I recently bought a machine with i5 processor, 4 GB RAM, NVIDIA 8400 GS card. I installed Windows 2008 R2 x64 enterprise edition on it and the drivers for the NVIDIA card. Everything worked fine. But then I added the Hyper-V role in it. And on the next reboot, the NVIDIA driver caused a bugcheck.</div> <div>To make sure that it was an interop issue, I tried reinstalling the OS a couple of times and then the driver. As long as the hyper-v role was not added, everthing worked cool. I have tried this with the drivers that came along in the CD and then I downloaded the latest drivers from the site for Windows 7/ Windows 2008 R2 x64.</div> <div>Is this a known problem?</div> <div><br/></div> <div>Thanks,</div> <div>Ayush Gupta</div>Tue, 24 Nov 2009 05:45:40 Z2009-11-25T11:13:02Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/5a3998d6-fc7b-43bf-99c3-0d41d545f1e8http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/5a3998d6-fc7b-43bf-99c3-0d41d545f1e8Jonathon Moore87http://social.technet.microsoft.com/Profile/en-US/?user=Jonathon%20Moore87Hyper-V hosts with Low max IOPS<p>Hello,<br/><br/>When I use migration in SCVMM, all of my my hyper-v hosts have a no-star rating because the projected disk I/O utilisation exceeds the maximum of 1611, this maximum is the same on all of the hosts and seems very low. I'm not having any performance issues with my servers. Any idea why this maximum is so low?<br/><br/>Many thanks,<br/>Jonathon</p>Mon, 23 Nov 2009 10:35:28 Z2009-11-25T07:34:16Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/72795110-175e-4a52-a1cc-c6151f709b05http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/72795110-175e-4a52-a1cc-c6151f709b05Javo76http://social.technet.microsoft.com/Profile/en-US/?user=Javo76Pass-through Disk in 3 node clusterIt is posible to use pass-through disk in a cluster with 3 nodes??<br/>I have read this blog <a href="http://blogs.technet.com/askcore/archive/2009/02/20/adding-a-pass-through-disk-to-a-highly-available-virtual-machine.aspx">http://blogs.technet.com/askcore/archive/2009/02/20/adding-a-pass-through-disk-to-a-highly-available-virtual-machine.aspx</a> however, I've like to know whether this is a valid configuration. We are using Hyper-V R2.Wed, 18 Nov 2009 03:57:03 Z2009-11-25T07:21:23Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/81201e89-ecce-4ce1-bc12-c39bddbe6b87http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/81201e89-ecce-4ce1-bc12-c39bddbe6b87Stefano_Chttp://social.technet.microsoft.com/Profile/en-US/?user=Stefano_CHyper V R2 cluster - Live motion and PT disks<p>Hi ,<br/>  The cluster is made of 2 HP DL380 hosts with a MSA2324FC storage .<br/>  All the setup passed the cluster validation tool .<br/>  I've created 8 VMs all with virtual disks on some CSV LUns .<br/>  All went fine and Live motion worked as well.</p> <p>  Then I tried to add a PT disk to a VM.<br/>  I presented the LUN to the two hosts. <br/>  On one of them I enabled it and initialized , then I disabled it .<br/>  Went in the Hyper-v MMC and added the LUN to the VM.<br/>  In the guest OS I formatted it .</p> <p>  Then I tried to live migrate the VM and it fails <br/>  cluster validation tool fails as well and VMM2008 reports the VM as &quot;unsupported cluster configuration&quot;</p> <p>  does anyone know if that's a supported scenario , I've had different answer on this, and what might be the problem if were supported <br/><br/>  Thanks<br/>Stefano</p>Fri, 20 Nov 2009 04:01:58 Z2009-11-25T07:12:30Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/86df0639-083c-4af7-911b-4e76c772d2bbhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/86df0639-083c-4af7-911b-4e76c772d2bbHypernovahttp://social.technet.microsoft.com/Profile/en-US/?user=HypernovaMicrosoft Virtual BIOS failed to power onI spent so much time looking for a solution to this problem and can't find any.  Here's the error:<br/><br/><a href="http://img42.imageshack.us/i/hyperverror.jpg/"><img src="http://img42.imageshack.us/img42/9880/hyperverror.jpg" border=0 alt="Image Hosted by ImageShack.us"></a><br/>By <a href="http://profile.imageshack.us/user/hypernova">hypernova</a><br/>I'm positive that Hypervisor is running. My processor is i7-860 and motherboard is Gigabyte P55M-UD2.  I'm a student (using R2 from Dreamspark) so I'm not very fimilar with this topic.  I would appriciate any help.  Thank you.Tue, 24 Nov 2009 11:07:02 Z2009-11-25T07:01:28Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/70d0a282-923c-4e5f-96e2-83deda9ca214http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/70d0a282-923c-4e5f-96e2-83deda9ca214JacksonBluehttp://social.technet.microsoft.com/Profile/en-US/?user=JacksonBlueServer Model Recommendations?I am curious as to why I have been unable to find any online resources discussing the &quot;best&quot; hardware to use as a Hyper-V/VM host machine. In the SQL Server world, there seems to be a general concensus that for heavy duty enterprise db's, go with the HP ML370. I could find no such obvious recommendation for a Hyper-V server. Perhaps there are too many implementation possibilities...<br/><br/>If I want to avoid SAN and DAS for now, and I am lookign for the best machine to reliably host as many 2008 R2 Hyper-V VM's as possible, what are some of my options? Spindles and RAM and cores, oh my. <br/><br/>Is the ML370 worth considering? Is there a Dell option?<br/><br/>Tue, 24 Nov 2009 22:03:26 Z2009-11-24T22:50:10Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/1414f967-2be7-479f-9d68-d2fd9c8359achttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/1414f967-2be7-479f-9d68-d2fd9c8359acdflo16http://social.technet.microsoft.com/Profile/en-US/?user=dflo16Hyper-V R2 Cluster and iSCSI RAIDHello, I have some questions about Hyper-V R2 Clustering and iSCSI. I am new to SAN and iSCSI, we have always used internal storage as our data storage needs have been light.<br/><br/>We currently run three Hyper-V stand alone servers with internal storage. As our environment has grown and we have about 15 VM's single point of failure has become a worry to us. We have decided to implement Hyper-V clustering with 3 Dell PowerEdge R610 and MD3000i iSCSI Array and two Dell PowerConnect Switches.<br/><br/>The servers will have 24 GB Memory, 2 Quad Core CPU's and 2 Quad NIC's 1 Quad will be TOE iSCSI enabled the other for 4 for 1 managment NIC and 3 for VM's. 2 servers to run the VM's and one as a Hot Spare. We can add additional servers to cluster if we need to scale up and add more VM's.<br/><br/>Questions:<br/><br/>1. What is the recommended RAID config for the iSCSI array for the cluster? I have seen RAID 10 recommended.<br/>2. Is there a performance hit with iSCSI compared to internal storage. I would imagine some but how much?<br/>3. Most of the VM's have low disk IO requirments but there will be a couple servers with SQL 2005 on Windows Server 2003 installed. Is it better to assign the SQL VM's all VHD's for all drives or make the System partition a VHD (which it has to be) and then make the transaciton log and DB's drives direct access to the iSCSI array. If we do the latter will the SQL Server VM's still be clustered fault tolerant?<br/>4. For the iSCSI array (I know, this is the Hyper-V forum but I think relevant) it will have quad NIC's two to each switch and each Hyper-V host will have two NICs into each switch can and should the NIC's be teamed or Link Aggregated. Will this theoratically double bandwidth or just provide fault tolerance?<br/><br/>Thanks in advance and also if you can point me to any Hyper-V R2 cluster iSCSI SAN best practices docs or whitepapers I would appreciate it.<br/><br/>Thanks.<br/><br/><br/>Tue, 24 Nov 2009 21:44:13 Z2009-11-24T22:00:10Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/b6702b30-1d72-4985-ab15-476568006aefhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/b6702b30-1d72-4985-ab15-476568006aefAbhiDhttp://social.technet.microsoft.com/Profile/en-US/?user=AbhiD911 - Hyper-V Server 2008 R2 installer hangsI have a machine with Intel Q6600 processor. BIOS settings are done (with cold boot). I have a fresh SATA HDD (148 GB) - completely unformatted and raw  <div><br/></div> <div>downloaded the lastest Hyper-V Server 2008 R2</div> <div><br/></div> <div>Installation starts, shows Language selection. I select &quot;English&quot;, no change on next screen (lang preferences) --&gt; Install Now</div> <div><br/></div> <div>The installation start and then after 10 seconds or so, it hangs. Keyboard and mouse are frozen. I have no clue what is happening (waited for 30 min just in case something is happening) but no luck. After 1 hour I forced reboot.</div> <div><br/></div> <div>Can someone help?</div>Tue, 24 Nov 2009 19:58:47 Z2009-11-25T16:07:32Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/d6f1fbba-0649-471e-91d9-82efdfa2ad71http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/d6f1fbba-0649-471e-91d9-82efdfa2ad71John Mc Cabehttp://social.technet.microsoft.com/Profile/en-US/?user=John%20Mc%20CabeWindows 2003 Sp2 SQL2000 SP4 - Poor Performance on Hyper-V R2Hi <br/>its a simple issue and i have removed all the old legacy hardware software and management packs etc.. so it just has sql 2000, siebel 7.3 and symantec endpoint in unmanaged mode with just the antivirus components<br/>the machine only had a single quad core and 4 gb of ram and i have assigned the same resources to it in the virtual environment.<br/>but yet things do not perform even close to what it was, i do understand there will be a performance impact but this is fairly major<br/>the host is basically the same machine the physical machine was on only it now runs hyper-v.<br/><br/>accessing the system is generally slow and everything seems to trundle along...<br/>any suggestions ? on how to troubleshoot or fixes! :)<br/><br/>thanks in advance<br/>John<br/><hr class="sig">JohnFri, 13 Nov 2009 22:53:14 Z2009-11-24T21:06:15Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/d7026f87-4f58-4576-b89f-302c44da6532http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/d7026f87-4f58-4576-b89f-302c44da6532Dan Kotarskihttp://social.technet.microsoft.com/Profile/en-US/?user=Dan%20KotarskiMicrosoft Hyper-V VSS Writer IssuesI'm running Server 2008 with Hyper-V.<br> <br>I have a simple script that uses diskshadow to utilize VSS to copy my virtual machines to a NAS device:<br><br> <div style="border-right:#7f9db9 1px solid;border-top:#7f9db9 1px solid;font-size:11px;overflow:auto;border-left:#7f9db9 1px solid;line-height:100%! important;border-bottom:#7f9db9 1px solid;font-family:Courier New;background-color:white"> <table style="border-top-width:0px;border-left-width:0px;margin:2px 0px;width:99%;border-bottom:#eee 0px solid;border-collapse:collapse;background-color:#fff;border-right-width:0px" cellspacing=0 cellpadding=0> <colgroup> <col style="padding-left:10px;font-size:11px;border-bottom:#f7f7f7 1px solid;font-family:Courier New;white-space:nowrap"> <tbody> <tr> <td><font style="font-size:11px">echo Delete Shadows Volume C:\                             </font><font style="color:blue">&gt;</font><font style="font-size:11px"> Script.dsh  </font></td></tr> <tr> <td style="background-color:#f7f7f7">echo Set Context Persistent                               </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; Script.dsh  </font></td></tr> <tr> <td>echo Begin Backup                                         </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; Script.dsh  </font></td></tr> <tr> <td style="background-color:#f7f7f7">echo Writer Verify {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de} </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; Script.dsh  </font></td></tr> <tr> <td>echo Add Volume C:\ ALIAS MyShadow                        </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; Script.dsh  </font></td></tr> <tr> <td style="background-color:#f7f7f7">echo Create                                               </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; Script.dsh  </font></td></tr> <tr> <td>echo End Backup                                           </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; Script.dsh  </font></td></tr> <tr> <td style="background-color:#f7f7f7">echo Expose %%MyShadow%% X:                                 </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; Script.dsh  </font></td></tr> <tr> <td>echo Exec CopyVM.CMD                                      </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; Script.dsh  </font></td></tr> <tr> <td style="background-color:#f7f7f7">echo Unexpose X:                                          </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; Script.dsh  </font></td></tr> <tr> <td>echo Exit                                                 </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; Script.dsh  </font></td></tr> <tr> <td style="background-color:#f7f7f7">echo MD &quot;\\192.168.1.14\backups\MYSERVER\MONDAY\Volume{148e48a7-543a-11dd-b6ed-806e6f6e6963}\&quot; </font><font style="color:blue">&gt;</font><font style="font-size:11px"> CopyVM.CMD  </font></td></tr> <tr> <td>echo MD <a>\\192.168.1.14\backups\MYSERVER\MONDAY\Volume{148e48a7-543a-11dd-b6ed-806e6f6e6963}\Virtual Machines\MYVIRTUALSERVER</a> </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; copyVM.CMD  </font></td></tr> <tr> <td style="background-color:#f7f7f7">echo COPY &quot;X:\Virtual Machines\MYVIRTUALSERVER\MYVIRTUALSERVER.vhd&quot;  &quot;\\192.168.1.14\backups\MYSERVER\MONDAY\Volume{148e48a7-543a-11dd-b6ed-806e6f6e6963}\Virtual Machines\MYVIRTUALSERVER\MYVIRTUALSERVER.vhd&quot;  </font><font style="color:blue">&gt;</font><font style="font-size:11px">&gt; CopyVM.Cmd  </font></td></tr> <tr> <td>DiskShadow /s Script.dsh  </td></tr> <tr> <td style="background-color:#f7f7f7">Exit </td></tr></tbody></table></div><br>When i tested this on the server, it worked fine. It created the shadow, exposed it, copied it to my NAS and finished. <br><br>I added the job to scheduled tasks and set it to run in the evening. For some reason, it failed with the following errors in my event log:<br><br> <div style="border-right:#7f9db9 1px solid;border-top:#7f9db9 1px solid;font-size:11px;overflow:auto;border-left:#7f9db9 1px solid;line-height:100%! important;border-bottom:#7f9db9 1px solid;font-family:Courier New;background-color:white"> <table style="border-top-width:0px;border-left-width:0px;margin:2px 0px;width:99%;border-bottom:#eee 0px solid;border-collapse:collapse;background-color:#fff;border-right-width:0px" cellspacing=0 cellpadding=0> <colgroup> <col style="padding-left:10px;font-size:11px;border-bottom:#f7f7f7 1px solid;font-family:Courier New;white-space:nowrap"> <tbody> <tr> <td><font style="font-size:11px">App: E 'Mon Aug 04 20:12:33 2008': VSS - &quot; An unhandled exception was encountered while processing a VSS writer event callback.  The VSS writer infrastructure is in an unstable state.  The writer hosting  </font></td></tr> <tr> <td style="background-color:#f7f7f7">process must be restarted in order to resume VSS functionality.        Writer name:            Microsoft  </td></tr> <tr> <td>Hyper-V VSS Writer    Writer id:              {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}    Writer instance:  </td></tr> <tr> <td style="background-color:#f7f7f7">       {ffee4b9e-2efa-4e65-b1ba-f90a2766b0d9}    Process command line:   C:_Windows_system32_vmms.exe  </td></tr> <tr> <td>   Process ID:             1788    Writer operation:       1013    Writer state:           4    Exception  </td></tr> <tr> <td style="background-color:#f7f7f7">code:         0xe06d7363    Exception location:     02    &quot;  </td></tr> <tr> <td> </td></tr></tbody></table></div> <div style="border-right:#7f9db9 1px solid;border-top:#7f9db9 1px solid;font-size:11px;overflow:auto;border-left:#7f9db9 1px solid;line-height:100%! important;border-bottom:#7f9db9 1px solid;font-family:Courier New;background-color:white"> <table style="border-top-width:0px;border-left-width:0px;margin:2px 0px;width:99%;border-bottom:#eee 0px solid;border-collapse:collapse;background-color:#fff;border-right-width:0px" cellspacing=0 cellpadding=0> <colgroup> <col style="padding-left:10px;font-size:11px;border-bottom:#f7f7f7 1px solid;font-family:Courier New;white-space:nowrap"> <tbody> <tr> <td><font style="font-size:11px">Sys: E 'Mon Aug 04 20:12:28 2008': PlugPlayManager - &quot; The device 'Msft Virtual Disk SCSI Disk Device'  </font></td></tr> <tr> <td style="background-color:#f7f7f7">(SCSI_Disk_Ven_Msft_Prod_Virtual_Disk_2_9a9c854_0_000000) disappeared from the system without first being prepared for removal.  &quot;  </td></tr> <tr> <td>Sys: E 'Mon Aug 04 20:12:28 2008': PlugPlayManager - &quot; The device 'Storage miniport driver' (VMBUS_{9e7cea05-51c7-4d9f-815f-9c19b87c62ce}_1_3189fc23_0_{9e7cea05-51c7-4d9f-815f-9c19b87c62ce})  </td></tr> <tr> <td style="background-color:#f7f7f7">disappeared from the system without first being prepared for removal.  &quot;  </td></tr> <tr> <td>Sys: E 'Mon Aug 04 20:12:24 2008': volsnap - &quot; The shadow copies of volume __?_Volume{e4435086-5ff7-11dd-a59d-00188b426d49}  </td></tr> <tr> <td style="background-color:#f7f7f7">were aborted because the shadow copy storage volume was not present.  &quot;   </td></tr> <tr> <td> </td></tr></tbody></table></div><br>I did some googling, but nothing specific comes up for any of these errors on Server 2008 or Hyper-v. <br><br>I did go into diskshadow and noticed that my Writer for Hyper-V did indeed dissapear (as indicated by the error message). I restarted Hyper-V Virtual Machine management and was able to manually fire off the backup with no issue. <br><br>Anyone have any thoughts on what happened during my backups? I'm trying to stabilize the process until another backup solution is available that can do this process for me.<br><br>Thanks!<br><br>Dan<br>Tue, 05 Aug 2008 15:07:07 Z2009-11-24T18:40:27Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/87da1036-1b32-4d11-8eaf-fe1feea8006ahttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/87da1036-1b32-4d11-8eaf-fe1feea8006aRoman_Romanohttp://social.technet.microsoft.com/Profile/en-US/?user=Roman_RomanoMaking VM Highly Available(Using Microsoft Hyper-V 2008 R2)<br/><br/>I have a VM created locally on one of my nodes. This was done before i created a cluster hosting this and another node.<br/>I would now like to move this VM to the cluster to benefit from HA. <br/>How do i go about moving the VM form its default locally installed location to the a CSV location on my cluster?<br/><br/>kind regards<br/><br/>RomanMon, 23 Nov 2009 15:58:43 Z2009-11-24T15:55:29Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/42f2c39a-4c92-4e93-925a-28cacd4cf60fhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/42f2c39a-4c92-4e93-925a-28cacd4cf60fShadwSrchhttp://social.technet.microsoft.com/Profile/en-US/?user=ShadwSrch"Virtual Crossover" connecting 2 virtual switchesI have a Hyper-v host with 2 NICs that are connected to 2 physical switches.  Both of these are on the same network/vlan.  This is to provide redundancy for an iSCSI network.  The Storage arrays recommend this setup. <br/><br/>The arrays have 2 controllers, and each controller has 2 NICs.  This way if either physical switch or pNIC goes down, the machine can still contact both controllers.<br/><br/>I have several guests on this host that also connect to the array.  I could attach each guest to the 2 virtual switches, but I was wondering if it is possible to bridge those switches on the server.  This way, each host would only connect to one virtual switch, and if one of the physical switches were to go down, the hosts would still have access to both controllers on the array through the &quot;virtual crossover&quot; in Hyper-V.  This would also provide redundacy for the pNICs as well, because if one of them goes down, the Guests could use the other pNIC.<br/><br/>This seems like this should be an easy thing to do, but I can't find any documentation on it.<br/><br/>Any help would be appreciated.Sat, 21 Nov 2009 15:45:33 Z2009-11-24T15:21:15Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/91226d3b-0d6b-48e7-be53-7de69d4901a6http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/91226d3b-0d6b-48e7-be53-7de69d4901a6Daniel Wittmannhttp://social.technet.microsoft.com/Profile/en-US/?user=Daniel%20WittmannPass Through Disks used in VM with Mount Points supported?Hello,<br/><br/>we discussed another particular configuration this week and now I was wondering if this is supported by Microsoft.<br/><br/>But first a quick hardware overview:<br/><br/>three-node-failover-cluster running on blade servers<br/>FC attached SAN volumes<br/>clustered HA-VM with 4 SAN-volumes configured as Pass-Thorugh-Disks<br/><br/>And here is the crucial point:<br/><br/>Is it, inside of the VM, supported to mount 3 of the disks into the fourth ?<br/>(First LUN configured with drive letter F:, second-to-fourth LUN mounted into  F:\first, F:\second, and so on)?<br/><br/>Hypothetically speaking, it ought to survive, but is it supported?<br/><br/>As I'm not very familiar with mount points, what would happen if one of the mounted volumes fails already in SAN?<br/>I guess the disk just disappears in the VM and the folder remains empty?<br/>And if the &quot;root&quot; volume fails, the other disks remain unmounted in disk managment of the VM, don't they?<br/><br/>Thanks for your help,<br/>regards from Stuttgart,<br/>Daniel WittmannTue, 24 Nov 2009 14:24:41 Z2009-11-24T14:24:42Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/44d14964-67b7-48ff-bfe8-fe69bd440983http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/44d14964-67b7-48ff-bfe8-fe69bd440983Robert A - Seattlehttp://social.technet.microsoft.com/Profile/en-US/?user=Robert%20A%20-%20SeattleScript or Tool to Shutdown all XP/Vista/Win7 machines that do not have someone logged into them?<p>I have  about 100 test Virtual machines, mostly XP, but some Vista and Win7.  I'm looking for a way to easily shutdown all the machines that do not have a current login, but skip the ones with someone logged into them  Are there any scripts or tools out there for this? </p>Tue, 17 Nov 2009 21:55:57 Z2009-11-24T14:02:44Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/f90b8539-96d8-42f7-99ec-47e7300e2128http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/f90b8539-96d8-42f7-99ec-47e7300e2128hkg04http://social.technet.microsoft.com/Profile/en-US/?user=hkg04unable to join server core to domain<p>I am unable to join my server core to the domain. Below is the configuration and details.<br/><br/>One DC (full w2k3 installation) setup as DC\DNS\DHCP. One 2008 server core (server1) with no additional roles.  They are both VMs on HyperV. Server1 obtained IP settings from the DC. When trying to join server1 to the domain, it always complained that the network path was not found. I got the same error when trying to map a network drive from server1 on the DC.  The net use command got the same error even if I used IP instead, e.g. net use m:  <a>\\192.168.0.1\c$</a>. Firewall were off on both machines.<br/><br/>server1 can ping the IP of the DC, the domain name. server1 can nslookup lookup the just the CN as well as the FQDN name. I tried assigning the same VLAN ID for both network adapter for each VMs and it didn't help.<br/><br/>Anyone has any insight on this?<br/><br/>Thanks<br/><br/>HKG</p>Mon, 23 Nov 2009 21:54:21 Z2009-11-25T08:11:03Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/e18f4409-6b2d-437a-b505-7e18db77f608http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/e18f4409-6b2d-437a-b505-7e18db77f608Mikerowavedhttp://social.technet.microsoft.com/Profile/en-US/?user=MikerowavedMS-DOS 6.22 under Hyper-VMy question is really 2-part. I have a temporary need for an MS-DOS VM on my Server 2008 (R1) x64 test machine, so I downloaded MS-DOS 6.22 from the TechNet subscription area and created 3 VFD files for each of the install floppies. I then created a new VM and proceeded to install DOS 6.22, only the message I got was...<br/> <br/> &quot;Setup cannot install MS-DOS 6.22 because there is no operating system on this computer. This product is the MS-DOS 6.22 Upgrade...&quot;<br/> <br/> Question 1) Why in the world would the TechNet version of MS-DOS be an UPGRADE version??? That makes absolutely no sense at all. Is a &quot;non-upgrade&quot; DOS 6.22 installer available?<br/> <br/> Question 2) I read that Hyper-V doesn't support MS-DOS. Is this just because there are no integration services for it? I really don't need them for this test.<br/>Mon, 23 Nov 2009 03:58:33 Z2009-11-24T08:05:47Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/fa706ec7-14d1-40f4-8901-4e90e4094251http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/fa706ec7-14d1-40f4-8901-4e90e4094251Bill Bacoyiannishttp://social.technet.microsoft.com/Profile/en-US/?user=Bill%20BacoyiannisSCVMM 2008<span style="font-family:Verdana,Arial,Helvetica;color:midnightblue;font-size:x-small"><span style="font-family:Verdana,Arial,Helvetica;color:midnightblue;font-size:x-small"><span class=spnMessageText>WE had our SCVVMM 2008 Working fine with our 3 node cluster of Windows Server 2008 Hyper-V Machines.<br/> <br/> But now SCVMM is having difficulties communicating with the 3 node cluster.<br/> <br/> IF we try to reinstall the agent we get the following message.<br/> <br/> Product: Microsoft System Center Virtual Machine Manager Agent (x64) -- Failed to configure the WS-Management service. In the Local Group Policy Editor (gpedit.msc), navigate to Computer Configuration\Administrative Templates\Windows Components\Windows Remote Management (WinRM), and then ensure that there are no policy settings configured for WinRM Client or WinRM Service.<br/> <br/> Anyone have any ideas? Thanks</span> </span> </span><hr class="sig">Bill BacoyiannisFri, 20 Nov 2009 14:38:41 Z2009-11-25T06:58:53Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/639ae1c2-003c-4cb0-9c6a-b97f60665243http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/639ae1c2-003c-4cb0-9c6a-b97f60665243GaryGnuhttp://social.technet.microsoft.com/Profile/en-US/?user=GaryGnuWindows Server 2008 Enterprise virtual instance mouse capture does not work. Hello everyone, <br /><br />I'm having some difficulty and would appreciate it if I could receive some assistance with this particular problem I'm having:<br /><br /> <p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><span style="font-size: small;"><span style="font-family: Calibri;">Host Server running Server 2008 x64 Hyper-V. (Already running three Server 2003 Guests)</span></span></span></p> <p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><span style="font-size: small;"><span style="font-family: Calibri;">Installed another guest using Server 2008 Std x32. Install was successful. </span></span></span></p> <p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><span style="font-size: small;"><span style="font-family: Calibri;">I can connect and login from Server Manager.</span></span></span></p> <p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><span style="font-size: small;"><span style="font-family: Calibri;">But Mouse capture not working inside guest. </span></span></span></p> <p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><span style="font-size: small;"><span style="font-family: Calibri;">I tried to install the Integration Services from the Action Menu. </span></span></span></p> <p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><span style="font-size: small;"><span style="font-family: Calibri;">It reports that Hyper-V Integration Components already installed.</span></span></span></p> <p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><span style="font-size: small;"><span style="font-family: Calibri;">It advised to use Windows Update to upgrade installation</span></span></span></p> <p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: #1f497d;"><span style="font-size: small;"><span style="font-family: Calibri;">From here I cannot do anything with the Guest.<br /><br />Anybody have any solution for this? Thanks!</span></span></span></p>Tue, 13 Oct 2009 22:15:42 Z2009-11-23T20:43:53Zhttp://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/e2a0c076-fd99-4f8e-9d31-cf6cad24df59http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/e2a0c076-fd99-4f8e-9d31-cf6cad24df59microumihttp://social.technet.microsoft.com/Profile/en-US/?user=microumiIs WMI Provider Microsoft's answer to VMware's VI SDK? Is WMI Provider Microsoft's answer to VMware's VI SDK?Fri, 05 Sep 2008 09:56:32 Z2009-11-23T20:13:40Z