Quantcast
Channel: Hyper-V forum
Viewing all 19461 articles
Browse latest View live

HyperV Cluster with HA VMs and SOFS

$
0
0

Hi, we built a SOFS cluster and a HyperV cluster to make use of SMB 3.02 and SOFS.  If we use HyperV manager to create a VM on one of the HyperV nodes, then the VM is created and we can initiate a move to the second node. This is a classic shared nothing live migration. What doesn't work is this:

1. We use cluster manager and create a VM

2. The process starts and then it fails on updating the "configuration object" for the VM.

Error: "An error occurred while configuring the virtual machine configuration resource 'Virtual Machine Configuration TESTVM1' with information about the virtual machine.There was a failure configuring the virtual machine role for 'TESTVM1'. An error occurred while updating the Virtual Machine Configuration of resource 'Virtual Machine Configuration TESTVM1'."

3. The file system shows the VHDXs files and it even shows in HyperV manager.  Starting the VM is fine.  It just doesn't want to go into Cluster manager.

Am I missing something? 

Question: Is it possible to run HA VMs with Cluster manager as the controlling UI with no shared storage on the HyperV nodes, except for the 2012 R2 SOFS over SMB 3.02?

Note: HyperV is only HyperV and SOFS is only the SOFS cluster.  "2012 R2 OSs all around"

We cannot find one example on the Internet where someone says that they have done this.  All examples use HyperV manager to host the VHDX files on SOFS.  We suspect that we need to have at least one CSV on the HyperV cluster for the config part and host the VHDs from SOFS.

Thanks in advance


Adding a Node Server 2012R2 on a Cluster Hyper-V 2008 R2

$
0
0

Hi there fellows,

I need t clarify one doubt, so if possible i request your expertises.

I have a cluster of two Blade Servers running Server 2008 R2 with Hyper-V role, on them i have several VM´s, now i installed another enclosure, because the old one is now at full capacity (16 Blades), but the Windows version is now Server 2012 R2 and if i want to add this new Hosts (2012r2) on a existing cluster (2008r2), compatibilty speaking is possible?

Thanks.

Hyper-V cluster with Shared Storage; two nodes only?

$
0
0

Is it possible to build a Hyper-V cluster with just two physical servers sharing local storage via Shared Storage -- no SAN, just the two physical boxes running both Hyper-V clustering and the Shared Storage clustered via SMB 3.0?  

I'd think a four-server scenario would work (Hyper V clustered on one pair, shared storage clustered on the other), but was wondering if doing this with just two physical servers would be possible (or recommended).

Thanks!

Remote VHDX on NAS vs File Services on NAS

$
0
0

Anyone have a preference/suggestion with regard to leveraging a NAS to increase storage availability in a Hyper-V environment.

We have server VM's on the server, and have exceeded its internal storage capacity in a small office.

We have purchased a Synology NAS to increase storage.  Initially, we just moved all the Windows File Sharing files/shares to the NAS and offloaded that entire service from the Server to the NAS.

I miss 'Previous Versions'; and other 'things' make me wish my files were 'native' in a Windows OS.  So I've been contemplating moving all of those files back into a Windows Server (one of the VM's on the aforementioned server), using a separate volume in Hyper-V with a VHDX stored on an SMB share on that NAS.  OR, I could use iSCSI.

Any opinions, suggestions feelings about this approach?


Technology Administrator Erie County (Career and) Technical School.

hyper v switch manager wont load

$
0
0
I cannot get the hyper v switch manager to load. I have 2 nics and I checked the box for the protocol on the second adpater.

dave

unable to load the VM

$
0
0

Dear MS,

Please assist. its critical issue. unable to load the VM . 

OFF CRITICAL STATUS ERROR. Thanks

Hyper-V encountered an error while configuring network

$
0
0

Hey guys, a little help here

Hyper-V encountered an error trying to access an object on computer 'localhost' because the object was not found. The object might have been deleted, or you might not have the permission to perform the task. Verify that the Virtual Machine Management service on the computer is running. If the service is running, try to perform the task again by using Run as Administrator.

I checked and Hyper-V, VMMS is already running. Tried using both domain administrator and member server administrator account to create new virtual machine but still get the same error. Any idea what the problem may be?

Fix a WiFi Hyper-V Switch

$
0
0

I am getting a "Failed while adding Virtual Ethernet switch connections"  when trying to establish a virtual switch over a WiFi connection which I had previously used.  The details say "Ethernet port {GUID} bind failed.  The requested resource is in use. (0x800700AA).  "

Uninstalling and reinstalling the WiFi adapter changed the value of the GUID but still same error message.

There is no vEthernet adapter showing in the adapter properties window. My assumption is that the adapter is hidden from view in the window and / or there is some binding stored in some xml files or registry keys someplace linked to the Virtual Switch that needs to be manually cleaned.  However, I have not yet found where these are. 

Has anyone figured out a good way to resolve this issue?


Hyper-V hypervisor, some cores run slower than others?

$
0
0

Hi.

I’m no expert and probably I am doing something a bit stupid, but I have a Hyper-V server and it isn’t working as I would have thought it should.

The box is a HP DL380 G9 with dual E5-2650V3 CPUs and 96GB in HP-recommended memory layout.

Initially I noticed a problem with a daily task in a VM which some days would run as expected and some days would run slowly. After a bit of messing around I found that if I pinned the task to cores in CPU0 then it would always run ok.

I am now rebuilding that server so thought I would try to figure out what is happening. It is a clean Win2012R2 Standard install, fully patched and the server has all the latest HP drivers, firmware and BIOS. All BIOS virtualization options enabled.

The following tests were all run on the Hyper-V host and not in a VM, there are not yet any VMs running on this server.

As a test I did a little program which does a bit of work against each core and times how long it takes (c# build as debug, 64-bit if > 32 cores):

        static void Test2()
        {
            for (int p = 0; p < Environment.ProcessorCount; p++)
            {
                Process.GetCurrentProcess().ProcessorAffinity = (IntPtr)((long)1 << p);
                Stopwatch sw = Stopwatch.StartNew();
                long r = 0;
                for (int x = 0; x < 20000000; x++)
                    r = (r + DateTime.Now.Ticks) % 1234567890;
                Console.WriteLine("{0,2} {1,5:0}", p + 1, sw.ElapsedMilliseconds / 1000);
            }
        }

The results being (core number, time in seconds):

1     6
2     6
3     6
4     6
5     7
6     7
7     6
8     6
9     6
10     6
11     6
12    16
13    16
14    16
15    16
16    16
17    16
18    16
19    16
20    16

So it seems to run ok on all the cores in CPU0 and the first core in CPU1 but all the other CPU1 cores run slowly. This test was with hyperthreading turned off but I have run with HT on and the first 22 cores have good performance and the remaining 18 slower so HT has the same pattern.

I then made a boot profile without the hypervisor and re-ran the same test and all the cores performed as expected, all taking 6 seconds.

I then rebooted back into the hypervisor profile and re-ran the tests using the other standard Windows power schemes. The test above was with the ‘high performance’ scheme and running with ‘balanced’ and ‘low power’ schemes did what you would expect for the first 11 cores (i.e. they took a bit longer to process) but the remaining cores always take 16 seconds for the test regardless of power profile.

EDIT: I have just reset the BIOS options to system defaults and now all cores on CPU1 run slow including the first core, no idea why.

I did an even simpler simple test where I just have a command line app which just does work like the example above (but twice as much), doesn’t do any affinity setting and tells me how long it took.

Running it a few times from a command prompt without any options (so no affinity setting), it takes anything between 13 and 27 seconds. Running with START /AFFINITY 3FF to fix to the 10 cores on CPU0 always takes 13 or 14 seconds. So depending on which cores the Windows scheduler decides to puts the program on, it could take twice as long to run which doesn’t seem right… I ran the same test from the non-hypervisor boot profile and it always takes 13 or 14 seconds without any affinity setting.

Things I have tried but have had no effect: Hyper-V NUMA spanning option; HP BIOS has options for ‘clustered’ and ‘flat’ NUMA mode, tried both.

So I guess I would like to know if this would be expected behaviour in Hyper-V for this CPU type and I am just confused and shouldn’t be concerned? If not then might it be a Hyper-V configuration issue or a HP firmware/bios/driver setting/problem?

I figure I have done something wrong somewhere but just can't pinpoint where that might be...



Virtual Storage Error Count report large number

$
0
0

Hi,

I've win 2012 std with hyperv role on it.

i've setup a virtual machine with 1 IDE disk and 1 SCSI disk all VHD on local disk.

when i monitor the server with veeam one it report that the Virtual Storage Error Count in large (9) on the SCSI driver even if this drive is not loaded at all.

why is that?

Two VM servers on one physical server?

$
0
0

Small company has only one Dell PowerEdge server with 16GB RAM. They would like to have two servers, windows 2012 R2 DC and Filemaker server.

1. Run both DC and FileMaker on the same server.

2. Create two VMs, one will run DC and another one will run FileMaker.

3. DC on the physical server and FileMaker on VM.

Which one option do you prefer?


Bob Lin, MCSE & CNE Networking, Internet, Routing, VPN Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Install and Configure Windows, VMware, Virtualization and Cisco on http://www.HowToNetworking.com

Windows Datacenter licensing

$
0
0
I currently have several windows 2012 Datacenter servers set up and each one is running quite a few virtual servers. My question is around licensing. We recently changed our licensing agreement and updated the new product key on the servers. Now, I have several machines that are saying they need to be activated.  Since I am not running windows 2012 R2 Datacenter, I can't take advantage of the automatic activation. My question is what "virtual" key am I supposed to be using to reactivate these images?

Hyper-V Manager MMC slow depending on CSV ownership in Failover Cluster

$
0
0

We have a 3 node failover cluster with a CSV for virtual machines. When I use the Hyper-V Management MMC and I view a host that is not the owner of the CSV there is a noticeable delay of around 20 seconds before the MMC displays any information.

Hyper-V Manager MMC

Has anyone else noticed this behavior? I would like to know if this is abnormal or if it is something I can fix.

Thank you.

Carl

Shared VHDX

$
0
0

Hi ,


I have one Hyper v host with windows server 2012 R2 , This host workgroup and not domain member .

I install 2 virtual machine to create guest cluster and i want to enable shared VHDX to have Quorum

This 2 Virtual machine will be host SQL FCI, so i need shared storage and i want to use shared vhdx

so please i need  the steps to do it .

Thanks


MCP MCSA MCSE MCT MCTS CCNA

Driver issue trying to install a Windows Server 2012R2 VM on a Hyper-V 2012R2 Server

$
0
0

I can't seem to figure out what the Windows installer wants.

I have a server, with Hyper-V 2012R2, all updates installed, all recent drivers installed from the HP Proliant Service Pack.

When I run the Windows installer, it runs from the ISO have I have mounted, and gets to the "Install Now" point, and then I click that, and it runs for a bit, and then says it cannot find the driver.  It's not really clear what driver it cannot find, but it appears to me it would be the controller for the Smart Array 200i Controller card.

Why would it not work?  Why would the Hyper-V 2012R2 installation have no problem with finding a driver, but the Windows Server 2012R2 would complain that it cannot find a driver?  Should it not be abstracted through the HAL anyway?

I tried copying the drivers for the device onto a virtual floppy, and although it saw the drivers, it said they were no good.

Is it possible it's a different driver that's missing?  Any idea how to find out what it is?


Bill Wearing many hats gets uncomfortable.


Hyper-V Server 2012 and Windows Server 2012R2 - no ping response

$
0
0

Hello,

I have 2 servers Hyper-V Server 2012 and Windows Server 2012R2 connected with cross cable.

I can't ping this servers in crossover network.

I have enable File and Printer Sharing on servers but it doesn't work...

please help me.


Migrate Hyper-v 2008 R2 into 2012 R2

$
0
0

Dears,

we are in process of migrating 8 nodes cluster with Windows 2008 R2 into Windows 2012 R2.

I have some VMs that has a pass through disks (provided from SAN(Fiber)), and used for file sharing.

what is the best practice for migrating those VMs with its disks from the old cluster into the new cluster


Samer F. Mustafa Microsoft Technical Team Leader. sf_mustafa@hotmail.com

HyperV multi ip (single not range) configuration

$
0
0

Hi,

My provider gave me 1 main IP AA.AA.AA.137/255.255.255.240, 8 additional IP range BB.BB.BB.192/255.255.255.248, and 2 single IP more BB.BB.CC.22/255.255.255.255 and BB.BB.DD.108/255.255.255.255.

I can configure the range BB.BB.BB.192/255.255.255.248 without difficulty (With external vswitch and too with Internal vswitch).

But I can't find the way to configure an VM with the additional IP BB.BB.CC.22/255.255.255.255 (I choose external vswitch as it's look me the more correct choice).
If I set BB.BB.CC.22/255.255.255.255 IP as secondary IP is reachable.

If I set the IP in a VM IP BB.BB.CC.22/255.255.255.255 (I don't know what can I put as gateway!) is not reachable from hyperv host (Firewall in the VM out shut down routing forwarding in the hyperV enable).

I don't know if you will be able to understand what I'm trying to do or if it's possible.

Could you help me to set up this configuration ?

Best regards
Vince

Win2003 VM server cannot log in because it cannot locate domain controller

$
0
0

I migrated a physical win2003SP2 to a VM on Hyper-V core.  (It is within a Domain).

The problem is that at boot up and until you get into it to change the NIC settings the VM has no idea where to find the domain controller and so it won't let you log in.

My hope was to get into it via safe mode to change the NIC settings but I can't

Start / Shutdown / Reset doesn't work because Shutdown isn't recognised because Integration services aren't installed.

I am going to power  up the physical machine and remove the password - at least then I hope I can get into the VM once I re-apply the image but I am not sure that will work.

Before I try has anyone any ideas please?

Jean

Creating new VM on Windows 7

$
0
0

Hi All, 

I would like to create new VM on windows 7 and I have installed Hyper V in the program features but didn't see new VM option in the Hyper -V manager

Enviornment:Windows 7

the Hyper-V manager

Viewing all 19461 articles
Browse latest View live




Latest Images