0
votes
0answers
52 views

Does Revirtualization works with Hyper-V and not Xen

I was installing vagrant with virtualbox provision. When I am running it on Amazon EC2, then it doesn't work saying: * Running VirtualBox in a Xen environment is not supported EC2 uses xen ...
0
votes
0answers
109 views

RemoteFx USB Redirection is not working on wondows Server 2012 VM

I'm running Windows Server 2012 base OS, In that Hyper-V is running, i have deployed Windows 8 enterprise VM and Windows Server 2012 VM on Hyper-v. I'm trying to use Remote fx usb redirection feature. ...
1
vote
1answer
46 views

Hyper-V and Virtualisation memory management

Hypervisors and Memory Management I have been using virtual machines for years and never really had any issues. I have primarily used VMWare's free single ESXi host and had nothing but success. ...
0
votes
1answer
34 views

Examine data at in callout driver for FWPM_LAYER_EGRESS_VSWITCH_TRANSPORT_V4 layer in WFP

I am writing the callout driver for Hyper-V 2012 where I need to filter the packets sent from virtual machines. I added filter at FWPM_LAYER_EGRESS_VSWITCH_TRANSPORT_V4 layer in WFP. Callout ...
0
votes
1answer
428 views

List of Hyper-V Servers Remotely into CSV Format?

Im thinking this would be easy, but want to make sure it's possible. Is there an easy way to grab a list of all Hyper-V Servers/VM's on a machine and maybe export it to a CSV File? (excel ...
0
votes
0answers
9 views

Front Page Website hosted on a Hype V appears offline on first request then after 5 minutes works normal

We have a Front Page web application hosted on IIS in a Hyper V machine. When the application is requested from a browser the first time, the browser gives that there is not connection. After 5 ...
0
votes
0answers
72 views

faxing in hyper-V 2012 Guest OS

I just began to test hyper-v 2012 in the lab, and wanted to know if anyone had tested faxing from a modem connected to the host, through the guest OS. From what I remember, there were a couple of ...
0
votes
1answer
164 views

1.90 GHz with Turbo Boost up to 3 GHz - good enough to run VM's [closed]

http://www.sony.co.uk/product/vn-duo/svd1121z9e I'm about to but the above laptop as a desktop replacement, but I want to know if it's a good enough processor to run VM's via hyper-v using windwos8. ...
0
votes
1answer
432 views

How to minimize memory usage and install Hyper-V role on Windows Server 2008 R2 with SQL Server already installed

How to install and setup Hyper-V role on Windows Server Std. 2008 R2 with SQL Server 2012 already installed. SQL Server is the priority on this machine. Only one virtual machine will be installed and ...
0
votes
0answers
143 views

Shutdown Hyper- v virtual machine in c# using WMI

I want to close the virtual machine hyper v 2008 server using my C# application and then again restart after the intermediate process gets complete. I dont know how to use WMI in C#. Any Code snippet ...
0
votes
1answer
132 views

Gem Install Connection Issues in Hyper-V

I have a Windows Server 2010 VM running via Hyper-V. I can connect to individual gems with a web browser from within the VM, however when I run gem install for any gem, the connection times out with ...
1
vote
2answers
2k views

Hyper-V caeses the error “sorry, this application cannot run under a virtual machine”

After installing Hyper-V in the windows, I get the following error for running a game in my windows, of course I am not running it in the virtual machine I want to run the game in the pc itself that I ...
0
votes
1answer
414 views

Virtual Machine Manager - Search for Virtual Machines by Running Time

I'm using Virtual Machine Manager 2008 R2 and was wondering if any of you know how I might be able to search for virtual machines by running time. I would like to find the machines that have been up ...
1
vote
0answers
351 views

How to eject a Virtual Floppy drive of a Virtual Machine in Hyper-V programmatically using WMI and C#?

I am trying to eject/remove a loaded *virtual floppy drive* (VFD) of virtual machine in Hyper-V using Hyper-V WMI API and VB.Net/C#. I perform this operation when Virtual Machine is turned of but i ...
1
vote
1answer
879 views

How to use USB over Remote Connection to a Virtual Machine

I'm trying to do mobile application development (BlackBerry, Android) on a virtual machine. My idea is that no matter what desktop I'm on I can open a remote connection to the virtual machine and have ...
0
votes
1answer
119 views

What are some considerations to take when programming a .NET framework application to run on a virtual machine (VMWare or Hyper-V)

My question is somewhat general. I don't mind a general but practical answer. I am fishing here for something related to how to handle threads and thread synchronization, however, i am interested in ...
0
votes
1answer
268 views

Virtual Machine Performance on Hyper-V

We converted successfully a Physical Machine (windows 2000 server sp4) to a Virtual Machine ( to run on Hyper-V ) with the follow methodology: With the use of VMware Converter version 3.0 we ...
0
votes
1answer
394 views

Disk2vhd Hyper-V server question

Hello all I have a backed up about 30 servers using disk2vhd and now I have built my first of many hyper-v severs I did not realize this is all command line I did download CoreConfigurator and that ...
0
votes
1answer
786 views

Create a Hyper-V Virtual Machine file from a Windows 2000 Server Machine

I have a Windows 2008 Server Platform with Hyper-V and a Windows 2000 Professional Server machine. I would like to know if there is an automated way to convert the windows 2000 to a VM and import to ...
0
votes
1answer
68 views

How to properly transfer Virtual Server from Server 2003 to Windows Server 2008?

I have a dev image running under Virtual Server 2005 R2. Host OS is Windows Server 2003 Service Pack 3. The target OS is Microsoft Server 2008 R2. How do I transfer my image so it works with Windows ...
0
votes
2answers
639 views

TFS 2010 Fresh Install - on virtual or physical machines?

I'm planning on installing TFS 2010 as a fresh install. I'm thinking that I'll do a dual-server deployment to start. For the DB tier, I'll most likely go with physical. For the App tier, is there ...
0
votes
1answer
255 views

Installing 64-Bit VM on a hyper-v installed on 32 bit machine

Is it possible to install 64-Bit VM on a hyper-v installed on 32 bit machine ? If not is there any trick(like emulator) for doing this ?
10
votes
4answers
4k views

Manipulate Hyper-V from .NET

Are there any means for a .NET application to create, delete, start, and stop Hyper-V virtual machines? I would like to create an automated means of starting and stopping (the create & delete are ...