Server 2012 r2 Hyper-v guest network speed with 10 GB NIC's

Hi
Setting up a Server 2012 r2 Hyper-v host with an onboard 4 port 1 GB nic and a offboard dual port 10 GB nic. We are using the 1gb quad port for management. The 10 Gb we intend using for hyper-v guest use however we don't seem to be able to achieve very high
speeds though the 10 GB adapter when assigned to a virtual switch. Testing the 10 Gb nic from the host confirms that we can transfer/get 10 GB speeds. When assigned to a virtual switch however the speed drops to about 1-2 Gbps. Has anybody seen anything like
this ?. We've tried a variety of settings and i can confirm that the network traffic is using the 10 GB nic.

Hi,
I am almost certain what you see is by design. I don't want to go into to much detail because I'm in a bit of a hurry. But allow me to explain.
Suppose you have a 10Gb NIC interface and an multi-core CPU. When you have RSS (Receive-Side Scaling) disabled a single core can normally handing
around 2.5-4.3Gbps. When you enable RSS the data streams/traffic is spread across multiple cores.
But RSS is a network optimization feature for the Management OS, not for a vSwitch. Instead you should use VMQ (Virtual Machine Queuing). VMQ is
the equilavant of RSS, but then intended for VMs. But... there is a difference. VMQ does not spread single data streams/traffic across multiple cores. Instead is (dynamically) assigns each vmNIC its own core. So... you don't use multiple-cores at a time for
a single vmNIC. You can't use RSS and VMQ at the same time. Keep that in mind.
But... you can accomplish this by enabling vRSS as well. That's another story.
If you watch the following video, at the end you know all about VMQ.
Hyper-V dVMQ
http://www.hypervrockstar.com/tag/dvmq/
Boudewijn Plomp | BPMi Infrastructure & Security
This posting is provided "AS IS" with no warranties, and confers no rights. Please remember, if you see a post that helped you please click "Vote as Helpful", and if it answered your question, please click "Mark as Answer".

Similar Messages

  • Server 2012 R2 Hyper-V Cluster, VM blue screens after migration between nodes.

    I currently have a two node Server 2012 R2 Hyper-v Cluster (fully patched) with a Windows Server 2012 R2 Iscsi target.
    The VMs run fine all day long, but when I try to do a live/quick migration the VM blue screens after about 20 minutes. The blue reports back about a “Critical_Structure_Corruption”.
    I’m being to think it might be down to CPU, as one system has an E-2640v2 and the other one has an E5-2670v3. Should I be able to migrate between these two systems with these type of CPU?
    Tim

    Sorry Tim, is that all 50 blue screen if live migrated?
    Are they all on the latest integration services? Does a cluster validation complete successfully? Are the hosts patched to the same level?
    The fact that if you power them off then migrate them and they boot fine, does point to a processor incompatibility and the memory BIN file is not accepted on the new host.
    Bit of a long shot but the only other thing I can think of off the top of my head if the compatibility option is checked, is checking the location of the BIN file when the VM is running to make sure its in the same place as the VHD\VHDX in the
    CSV storage where the VM is located and not on the local host somewhere like C:\program data\.... that is stopping it being migrated to the new host when the VM is live migrated.
    Kind Regards
    Michael Coutanche
    Blog:   
    Twitter:   LinkedIn:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • (Request for:) Best practices for setting up a new Windows Server 2012 r2 Hyper-V Virtualized AD DC

    Could you please share your best practices for setting up a new Windows Server 2012 r2 Hyper-V Virtualized AD DC, that will be running on a new WinSrv 2012 r2 host server.   (This
    will be for a brand new network setup, new forest, domain, etc.)
    Specifically, your best practices regarding:
    the sizing of non virtual and virtual volumes/partitions/drives,  
    the use of sysvol, logs, & data volumes/drives on hosts & guests,
    RAID levels for the host and the guest(s),  
    IDE vs SCSI and drivers both non virtual and virtual and the booting there of,  
    disk caching settings on both host and guests.  
    Thanks so much for any information you can share.

    A bit of non essential additional info:
    We are small to midrange school district who, after close to 20 years on Novell networks, have decided to design and create a new Microsoft network and migrate all of our data and services
    over to the new infrastructure .   We are planning on rolling out 2012 r2 servers with as much Hyper-v virtualization as possible.
    During the last few weeks we have been able to find most of the information we need to undergo this project, and most of the information was pretty solid with little ambiguity, except for
    information regarding virtualizing the DCs, which as been a bit inconsistent.
    Yes, we have read all the documents that most of these posts tend point to, but found some, if not most are still are referring to performing this under Srvr 2008 r2, and haven’t really
    seen all that much on Srvr2012 r2.
    We have read these and others:
    Introduction to Active Directory Domain Services (AD DS) Virtualization (Level 100), 
    Virtualized Domain Controller Technical Reference (Level 300),
    Virtualized Domain Controller Cloning Test Guidance for Application Vendors,
    Support for using Hyper-V Replica for virtualized domain controllers.
    Again, thanks for any information, best practices, cookie cutter or otherwise that you can share.
    Chas.

  • Loss of network connectivity at random times to guests and now hosts Server 2012 R2 Hyper-v on Dell R620...Guests virtual disks reside on a NAS.

    We have set up 2 Hyper-v environments (Server 2012 R2 fully updated) on Dell R620's. The guest machines are configured do that they reside on a NAS (also a Dell R620 with server 2012). We are having an issue on both the environments where the guests will
    lose network connectivity. The servers ran well for about 4 weeks and recently the guests started having issues and we have even had to reboot the host due to network connectivity problems.
    We have 4 virtual switches set up. 1 connected to its own NIC. 1 for management and the 3 others for guests.
    The 3 for guests are not configured to allow host OS sharing.
    We do not have IP addresses on the NICS for the guests. Only on the management port. (all 1 GB NICS)
    We have updated the firmware and drivers for the standard Broadcom Netxtreme cards.
    We do not have Jumbo frames enabled because of some issues with switching compatability.
    I've seen articles recommending to turn off TCP offloading and to disable virtual machine queues. Is this best practice?
    Any thoughts of where I might look to help diagnose this issue?

    Hi ,
    "1 connected to its own NIC. 1 for management and the 3 others for guests."
    Also you mentioned that : " is only hosting these 24 VMs ".
    First please try to disable the RSS in the property of the NICs for guests .
    Then run powershell " Get-NetAdapterVMQ " to check the parameter "NumberOfReceiveQueues"  (NumberOfReceiveQueues – The number of queues that the NIC has available to use and assign to VMs,
    the host and a default queue) .
    If I understand correctly ,when you enable VMQ  the number of connected VMs on that NIC should not be more than the value of  "NumberOfReceiveQueues" -2 .
    For details please refer to following link:
    http://blogs.technet.com/b/networking/archive/2013/09/10/vmq-deep-dive-1-of-3.aspx
    Hope this helps
    Best Regards
    Elton Ji
    If it is not the answer please unmark it to continue
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Server 2012 R2 Hyper-v two node cluster network connections help please

    I am trying to do a hyper-v failover clustering project and we have following hardwares:
    2x HP DL 380 G8 with 8 LAN ports
    1x HP MSA 2000 with dual controller (each controller has 2 iSCSI LAN ports)
    2x 24 port gig switch (HP Procurve)
    I don’t know whether this is a best practice but I would like to setup separate network for live migration, iSCSI, heartbeat & data/management. So far I have installed Server 2012 R2 datacenter on both servers.
    MSA Controller A port 1 is connected to Switch 1 – Vlan 1
    MSA Controller A port 2 is connected to Switch 2 – Vlan 2
    MSA Controller B port 1 is connected to Switch 1 – Vlan 1
    MSA Controller B port 2 is connected to Switch 2 – Vlan 2
    For each server is this how network connection should be? Ports will be teamed.
    2 ports for iSCSI – vlan 3
    2 ports for Live Migration – vlan 4
    2 ports for Heartbeat – vlan 5
    2 ports for Management/VM – vlan 6
    Please advise if there is other better options.
    Any help would be much appreciated, thank you.

    Watch this webcast from TechEd, it will answer your questions:
    http://channel9.msdn.com/Events/TechEd/NorthAmerica/2013/MDC-B337#fbid=?hashlink=fbid
    Thanks!
    Elden

  • Server 2012 R2 Hyper-V Host Loses Network Connectivity

    Here's the scenario...
    We have two 2012 R2 Hyper-V hosts (VM1 and VM2) in a cluster that have 8 virtual machines that live on them. The servers are each utilizing three network connections that are teamed (Switch Independent, Address Hash).  They all go to the same switch.
    Three nights ago at approximately 11:30 PM VM2 lost network connectivity. The server was up it was just inaccessible from the network. I could not ping in or out from it, no internet connection, yet the network connection icon did not show that it was
    disconnected.
    Two nights ago we had no issues.
    Last night, same thing happened at 11:30 PM. VM2 loses it network connection.
    The only thing that seems to fix the issue is a reboot. Once the server comes back up everything is back to normal.
    Anyone have any idea what is happening here? I do not see anything that sticks out in the logs that could point me in the right direction....

    Hi Sir,
    Based on my experience , first you may need to keep the physical NIC driver up-to-date .
    Also please check if there is "VMQ"/"virtual machine queue" property in advanced properties of physical NICs:
    If yes please disable it for each team member then check the result .
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Windows 7 Hyper V Guest Network Connectivity

    Hello (I posted this question over in the Microsoft VM Converter forum, not sure if that's the right place)
    I am using Hyper-V Manager in Server 2012 R2 and have created guest vm's that are Windows 8 and Windows 10.  All work fine and can connect to the network and have internet access (this is a dev environment).  However, when I create a Windows
    7 guest, it does not pickup an IP from DHCP and I cannot get it to connect at all.  Ive tried the following:
    1.  Installed Integration Services setup.
    2.  Used both legacy and non legacy network adapters.
    3.  Uninstalled/reinstalled HyperV network adapter in guest OS
    4.  Disabled IPv6 in guest OS.
    5.  Set static IP address in guest OS and reserved in DNS.
    6.  Manually assigned DNS server in guest OS.
    I then tried to create a guest Win7 OS on my Windows 8.1 host and experience the same issue, no connectivity.  In both instances I get a 169.254.x.x. address.  Is this some issue with Win7 and the latest Hyper-V version?  As I mentioned Windows
    8, 8.1, and 10 work just fine. 
    Thanks.

    Hi Marshal21,
    >>However, when I create a Windows 7 guest, it does not pickup an IP from DHCP and I cannot get it to connect at all.
    In vm settings please ensure that the Windows7 VM connects to the correct external virtual switch .
    If there is VLAN setting you also need to check VLan in VM settings .
    Also you may try to download a new Win7 ISO and test again.
    Best Regards
    Elton Ji
    If it is not the answer , please unmark it
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • VMM Agent install fails on Windows Server 2012 R2 Hyper-V

    Hi,
    We are unable to install VMM 2012 R2 agent on Windows Server 2012 R2 server either from VMM console or manually on the hyper-v server.
    Error on VMM Console:
    Error (410)
    Agent installation failed on chsicoecdh03.casper.com.
    Fatal error during installation (0x80070643)
    Recommended Action
    Try the operation again. If the problem persists, install the agent locally and then add the managed computer.
    ==================================================================
    Error on Hyper-v server:
    MSI (c) (E8:D0) [16:53:24:726]: Windows Installer installed the product. Product Name: Microsoft System Center Virtual Machine Manager Agent (x64). Product Version: 3.2.7510.0. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success
    or error status: 1603.
    Also, I suspect may be issue with WMI then checked WMI repository and it is in consistent state. winmgmt /verifyrepository.
    Please help on this issue.
    Any help would be appreciated.
    Thanks
    Kumaresan Lakshmanan

    So, I've managed to research this some more since Thursday and I've come to the conclusion that Hyper-V does a horrible job of supporting Qualcomm NIC cards. That's the only thing I can conclude as far as where the issue is originating. I've read many
    post and walkthroughs but nothing that has helped. The issue wasn't with any settings in the domain controller. The issue was that there really is a slow connection originating at the domain controller that is a VM and has network connectivity through the
    virtual switch from Hyper-V. So, next question is, how do I get the DC to have better connectivity through the NIC that Hyper-V won't give it? If hyper-v would allow passthrough, this would be so much simpler. VM-ware is looking really good at this point.
    Im disappointed in MS right now.

  • Windows Domain Controller on Windows Server 2012 R2: Hyper-V roaming profiles not loading due to slow connection

    I have racked my brain and done everything that I know to do for about two weeks now.  I am setting up a new system at our fire department and I am having the worst luck with getting the workstations to login to the domain controller with roaming
    profiles.  It keeps telling me that the roaming profile could not be loaded because of a slow connection.  These are workstations that are connected directly to the switch that the DC is connected to.  I have tried multiple connections regarding
    the layout (DC into the router, router into the switch).  The router is a Cisco RV220W.  I have two VLANS, one for public and one for private domain.  The Private VLAN has DHCP turned off since I am providing it through the DC.  I currently
    have a connection from the Private VLAN going to the unmanaged switch that the workstations and server are plugged into.
    The server is a Dell PowerEdge R420 that has 6 NIC ports (1 dual port and 1 quad port).  I have a virtual switch setup on Hyper-V for an external port (let's say Card 2 Port 3) that is assigned to the WS 2012R2 Domain Controller.  The DC can see
    the internet fine and the workstations can connect to the shared folders on the server.  I can retrieve files by just using the computer name or FQDN.  The DC is also running DNS and DHCP.  The DNS has the _msdcs setup from when I installed
    the active directory role.  I have attempted to assign static IP addresses to the workstations:
    IP:                     10.0.0.80
    Subnet:             255.255.255.0
    IPV4 Gateway:  10.0.0.1
    IPV4 DNS:        10.0.0.12
    I've attempted "append the specific DNS suffix", I've "registered the connection in DNS", I've used "use this connections suffix in DNS registration".
    The server is assigned:
    IP:                     10.0.0.12
    Subnet:             255.255.255.0
    IPV4 Gateway:  10.0.0.1
    IPV4 DNS:         10.0.0.12
    The DNS entries have forwarders that forward to my ISP DNS servers for lookup
    I've enabled and disabled DHCP, I've installed a new VM just to create another DC to make sure that I didn't goof up when I created it.
    I've lost my patience with this project and am sinking fast.  Can someone please offer some advice as to what I've done wrong?  I've created this exact scenario at work many times but, I've never done it with Windows Server 2012.  Is this
    possibly something to do with the Dell PowerEdge server (Generation 12) with the SR-IOV?  I am going to attempt to work on it some more tomorrow when I get over there.  I think there may be an issue with the SR-IOV not being enabled on the machine
    through the Dell Bios.  Would the SR-IOV really cause the workstations to report a slow connection?  When I login at the domain controller the roaming profiles and folder redirection work fine so, I know the GPO settings are correct.  I don't
    have "ignore slow connections" or any of those GPO's set.  I need to get it working the correct way so, I didn't want to fool the server when there is another underlying problem.  Any help that someone can offer, I am more than willing
    to listen.  If you need more information, please ask.
    Thanks,
    Jay

    So, I've managed to research this some more since Thursday and I've come to the conclusion that Hyper-V does a horrible job of supporting Qualcomm NIC cards. That's the only thing I can conclude as far as where the issue is originating. I've read many
    post and walkthroughs but nothing that has helped. The issue wasn't with any settings in the domain controller. The issue was that there really is a slow connection originating at the domain controller that is a VM and has network connectivity through the
    virtual switch from Hyper-V. So, next question is, how do I get the DC to have better connectivity through the NIC that Hyper-V won't give it? If hyper-v would allow passthrough, this would be so much simpler. VM-ware is looking really good at this point.
    Im disappointed in MS right now.

  • Server 2012 R2 Hyper-V Cluster - Losing connectivity to vLANs

    Hi Everybody,
    I am experiencing a strange issue with a Server 2012 R2 Hypervisor. There are two physical NICs teamed (one from on-board and one from expansion board), this team is assigned to a hyper-v virtual switch, there are four virtual network adapters
    assigned to the switch (Backend, Heartbeat, Management & CSV/Live Migration).
    The server has been running without issue for months but, all of a sudden has started to lose connectivity to the Backend and Heartbeat. The loss of connection only occurs once VMs are hosted on the server and it doesn't happen immediately, it can take
    anywhere from 12 hours to several days.
    There are no errors on the NICs or vNICs themselves and the configuration is intact. Once connectivity is lost to the Backend and Heartbeat, it remains that way and it seems the only solution so far is to reboot the server. Hardware diagnostics have been
    run and revealed no issues. There are no useful events in event viewer, the alerts relate to the loss of connection to the cluster as a result of connectivity being lost on the Backend and Heartbeat.
    I have 6 other hypervisors with the same network configuration that are performing without issue so, I don't believe the problem is the configuration. The only difference is the hypervisor that has the problems is a Dell Poweredge R620 and the other 6 are
    Dell PowerEdge R610s.
    Can anyone advise what might be the cause of these issues or, any event logging to enable that might help isolate where the issue lies.

    Sorry Tim, is that all 50 blue screen if live migrated?
    Are they all on the latest integration services? Does a cluster validation complete successfully? Are the hosts patched to the same level?
    The fact that if you power them off then migrate them and they boot fine, does point to a processor incompatibility and the memory BIN file is not accepted on the new host.
    Bit of a long shot but the only other thing I can think of off the top of my head if the compatibility option is checked, is checking the location of the BIN file when the VM is running to make sure its in the same place as the VHD\VHDX in the
    CSV storage where the VM is located and not on the local host somewhere like C:\program data\.... that is stopping it being migrated to the new host when the VM is live migrated.
    Kind Regards
    Michael Coutanche
    Blog:   
    Twitter:   LinkedIn:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Backup fails for a Hyper-V guest with VSS Writer failures using DPM 2012 R2 - Hyper-V guest has Oracle application installed,

    I am trying to backup a VM which before it had Oracle installed backed up with no problems.  It is a Windows 2008 R2 server which sites on an 8 node Hyper-V 2012 R2 cluster (with CSVs).  I am using DPM 2012 R2 to run the backups which have been
    successful for the last few weeks but then Oracle was installed and the backups have failed since then.
    The job fails and a large number of VSS writers go into a 'Failed' state with the 'Last Error' showing as 'Timed out'.  I then get 4 popups appear each referring to a 'temporary' drive which appears briefly in Disk Management with a RAW file system. 
    These pops say "You need to format the disk in drive X: before you can use it.  Do you want to format it?" (where
    X: is replaced by the drive letter assigned to each 'temporary' drive).
    The System event log is populated with a large number of warnings with Event 51, Disk, stating "An error was detected on device \Device\Harddisk<number>\DR<number> during a paging operation".  There are also a
    few warnings for Ntfs (eventid 57) stating that "The system failed to flush data to the transaction log.  Corruption may occur."
    Prior to these warnings there are 5 other warnings for partmgr (eventid 58) stating "The disk signature of disk
    <number x> is equal to the disk signatuire of disk <number y>" and 4 errors (eventid 1, VDS Basic Provider), "Unexpected failure.  Error code: 490@01010004".
    There is a script which is run to stop the Oracle application on the server and if this is run then the backups will complete successfully.  We have been troubleshooting this by running a certain amount of the script and seeing which part affects the
    backup and it seems that if the Weblogic (wls_reports) service is stopped then the backup will succeed but if it is running then the backup will fail and the above symptoms occur.
    Another point which may help is that there is a pre-production server which resides on a Windows 2008 R2 Hyper-V standalone server, has the same scripts and installation of Oracle but backs up without any issues.
    I have experienced VSS writer failures before with VM backups but I have not seen this before.  It is not intermittent and I can find no work around to alleviate the problem of having no backup (except stopping this service or shutting the server down,
    but as it is a production server this is not practical).
    If anyone has experienced this before or have any suggestions / advice it would be much appreciated.
    Thanks
    Chris

    Hi Chris
    I have exactly the same issue.
    2008 R2 Server running Oracle
    6 node 2012 R2 Hyper-V Cluster with CSV
    Exact same errors and popup "format disk" message.
    DPM2012 R2
    I also have some other VM's on the same cluster which do back up through DPM
    The only difference I can see is the server which has the issue has a legacy network adapter.
    Production server so cannot make any changes until later but will add new adapter and report back.
    Interesting about the Weblogic service, may test this also.
    Cheers
    Kev.

  • Windows Server 2012 R2 - Hyper-V NIC Teaming Issue

    Hi All,
    I have cluster windows server 2012 R2 with hyper-v role installed. I have an issue with one of my windows 2012 R2 hyper-v host. 
    The virtual machine network adapter show status connected but it stop transmit data, so the vm that using that NIC cannot connect to external network.
    The virtual machine network adapter using Teamed NIC, with this configuration:
    Teaming Mode : Switch Independent
    Load Balance Algorithm : Hyper-V Port
    NIC Adapter : Broadcom 5720 Quad Port 1Gbps
    I already using the latest NIC driver from broadcom.
    I found a little trick for this issue by disable one of the teamed NIC, but it will happen again.
    Anyone have the same issue with me, and any workaround for this issue?
    Please Advise
    Thanks,

    Hi epenx,
    Thanks for the information .
    Best Regards,
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • HP DL380 G5 Windows Server 2012 R2 Hyper-V

    Hello. I have a HP DL380 G5 server & a have a problem. OS installation proceeds normally, the installation takes the role well, but the virtual machines is running weird. When using a network inside a virtual machine (for example, copy of iso file from
    the network to virtual machine) CPU inside of the VM at 100%. 50-60% is process System interrupts. All terribly slow, up until the copy end.
    I do not know
    what to do. Maybe somebody faced with
    something similar? Thnx!
    HP DL380 G5:
    Intel Xeon 5130 2.0 GHz * 2
    Ram 32 Gb
    Raid Smart Array P400i 512mb + battery
    Network Broadcom BCM5708C 1 Gb * 2
    Host OS - raid 1
    VMs - raid 10
    BIOS P56
    HP Service Pack for ProLiant 2014.06
    Windows Server 2012 R2 + all updates + all newest drivers

    Hi Andrey ,
    First , I would suggest you to keep the driver up-to-date for physical NIC .
    Then check if the integration service was installed .
    Allocate more Vcpu for that VM .
    If the issue persists please try to disable "offload" for that VM :
    http://blog.nicholasrogoff.com/2010/09/24/windows-2008-r2-hyper-vguests-vms-have-slow-performance-change-you-adapter-settings/
    Best Regards
    Elton JI
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.
    Hi Elton!
    I have already installed
    the latest driver for NICs. From here:
    Broadcom
    The integration service was installed of course.
    I added one additional virtual processor per VM. 2012 R2 works better. In 2018 R2 the task manager
    freezes
    when copying. Load is 100%..
    Disabling"offload"
    does not help..

  • Windows Server 2012 R2 Hyper V on a SBS 2011 Domain replication failure

    I have a SBS 2011 Domain which I am adding two 2012 R2 Standard servers in order to facilitate virtualization and consolidate physical servers. I have the two 2012 R2 servers up and running and a test server running virtually on Hyper-V.   I want
    to test replication from one Hyper-V host to the other, however, I am unable to setup Kerberos delegation in the SBS 2011 AD domain.  Specifically, the Service Type of Microsoft Virtual System Migration Service is not listed.  CIFS is available,
    however, there are no Service Types having to do with Hyper-V available.
    I have upgraded the AD using adprep from the 2012 R2 installation disc, however, this has not added the service types.
    Thank you in advance for the help!

    Hi Justin,
    Thank you for the information.  I had originally reviewed the article you mentioned in your reply, however, this did not work for me.  It accurately described the problem I am having, however, the solution did not work.
    I did a little review of the syntax of the command SETSPN and found that the article referenced above has a "/" instead of a "\" in the command line.  When I modified my syntax to reflect using the forward slash, the command seemed to processed
    correctly, however, when I go back to the delegation steps, the service name is still not there.  I did verify the service was registered properly by listing out all the SPN registrations.
    Clarifying Question:  Based on the command I ran to add this Service, I am wondering if I used the correct servers.  Basically, I have the following:
    Server 1 - SBS 2011 domain controller
    Server 2 - 2012 R2 Hyper-V Server
    Server 3 - 2012 R2 Hyper-V Server
    I want to setup this Kerberos delegation for CIFS and Microsoft Virtual System Migration on Server 2 and 3 and am setting this up using ADUC on Server 1.  I ran the SETSPN command on Server 1 for Server 1 - was this the correct thing to do or should
    I have an SPN entry for Server 2 and/or 3?
    Sorry for what is probably a very basic question.
    Thank you again for your help.

  • WIndows Server 2012 w/ Hyper V and Windows 7

    I have been able to create every imaginable virtualization in a test environment except for Windows 7. It asks for drivers. I have a driver CD but when I put the CD in the D: drive. It will run but suddenly the command line screen states that a file on
    the F: drive does not exist. Where is this F: drive coming from?

    I might have misstated my situation. I have Windows Server 2012 outfitted with Hyper-V. I'm trying to virtualize a Windows 7 operating system.
    I found a another W7 media disk that seems to bypass this problem.

Maybe you are looking for

  • How to branding Social/Sites.aspx in SharePoint online

    Hi everyone, I need to branding: https://contoso-my.sharepoint.com/personal/dev01_contoso_onmicrosoft_com/Social/Sites.aspx. I use SharePoint designer to open the site: https://contoso-my.sharepoint.com/personal/dev01_contoso_onmicrosoft_com then go

  • Customizing look and feel of Rich Text Editor

    I'm trying to remove the drop shadow from under the text area of the RichTextEditor. Both rteditor.filters and rteditor.textArea.filters are empty. Is the drop shadow actually applied to something else?

  • Critical issue in MM??

    hi Cam somebody share their real time MM issues with explanation about the issues and the solution?? In real time exp , anybody explain with critical tickets .. and solutions for the same ?? Like example we have to solve the tickets within 24 hours ,

  • How do I delete added audio?

    Is there a way to remove/delete added audio to a project that has already been sent to media browser?

  • BI 4.0 server and client apps coexistence

    Hi SAP experts, we have installed BI 4.0 SP02 FP03 (Win 2008) for one of our customer with AS JAVA Netweaver 7.3 (Linux) application server. Customer is now requesting to install the BI 4.0 SP02 FP03 client tools and rich clients on the server where