Hyper V over SMB does not work on non-Microsoft Samba servers

I want to use for Hyper V (2012 R2 Standard) over SMB. I tried to move a virtual machine from local storage over to the SMB share and receive the error: "Remote SMB share does not support resiliency."
I have verified the SMB share is SMB 3.0. According to Microsoft, this should be supported:
"Using Hyper-V with SMB has the following requirements:
One or more computers running Windows Server 2012 R2 or Windows Server 2012 with the Hyper-V role installed. You can also use non-Microsoft file servers that implement the SMB 3.0 protocol."
http://technet.microsoft.com/en-us/libr ... 34187.aspx
But according to others, this is an ongoing issue with Samba. (http://www.readynas.com/forum/viewtopic.php?f=119&t=77809)
Microsoft, is this supported or not? If so, what else can I try to get this to work?

I understand Samba will always be in catch-up mode, and I would not blame MSFT for developments within Samba. But, Microsoft does specifically state in their support documents "You can also use non-Microsoft file servers that implement the
SMB 3.0 protocol."
The fact the the 3.0.x *nix versions may not in fact include the features Microsoft needs means Hyper V is not in fact able to be used as identified. So, Microsoft should not promote this as being a supported feature. They should simply stop after saying "One
or more computers running Windows Server 2012 R2 or Windows Server 2012 with the Hyper-V role installed." 
It's not MSFT problem some people understand SMB spec too "freely"... There are some known working SMB3 non-MSFT implementations (EMC, NetApp and maybe Nutanix) and at least few of them are indeed BASED on an open source SAMBA. But these companies
did a huge amount of work to make their fork-outs from SAMBA actually work. Unfortunately nobody bothered to back-contribute their fixes to original code base. Again, it's not MSFT problem. 
StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

Similar Messages

  • ACS V 4.1.1 build 23 Password Aging over SSH does not work.

    Hi, my name is Elias and I have problems with ACS Password Aging over SSH does not work and there is no password aging meseges sent by ACS to de console when I use SSH. I know that there is problems with this but I can't find any workaround or documentation that says that there is no workaroun. Can you help me with this??
    King Regards.

    Hey Elias,
    SSHv1 does not support password changes as you can do in telnet. You will need to be
    running a version of IOS that supports SSHv2.
    The following site explains what versions support this:
    http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps5207/products_feat
    ure_guide09186a00802045dc.html
    Rgds,
    somishra

  • Playing Slowmotion video over airplay does not work with ios update!!!!!

    after upgrading last ios , airplay to shoot slowmotion video does not work.
    I was expecting it to be fixed with recent update, but still not working!!!
    I use it for education at my clinic - which is essential, and how come apple does not fix it at all?
    or apple should give downgrade option at least.
    FIx it, fix it, fix it!
    Main purpose of puchasing ipad air2 was to airplay slowmotion video to big screen and i  am quite disappointed with my purchsing ipad air 2.

    As the original poster, I too had issues with my iPhone 4 (4.2.1) and Apple TV 2 playing nice. The Airplay icon was visible for music, and worked perfectly. However, when watching a video, purchased through iTunes, only the "audio" option would be selectable for Airplay. After updating the Apple TV software, everything works perfectly well. When watching a video on my iPhone and selecting the Airplay icon, one of the options is to play "video" through the Apple TV, not simply audio.
    It would have been nice to know that my Apple TV needed an update when I updated my iPhone 4 to 4.2.1.

  • Flash player does not work on Non Admin accounts

    I have 2 citrix servers running Windows Server 2k3. Flash
    installs and plays fine as the administrator, but once logged in as
    a regular user. Flash does not work. I have set the security
    permissions for the C:\Windows\System32\Macromed\Flash folder so
    that non admin users can modify and write to the folder. That did
    not work, flash asks to install, but when you click ok, it becomes
    a red X. Any ideas?

    Hi all,
    Please see the following article that may address this issue:
    http://www.adobe.com/go/624850b5
    “After successful installation under the Windows
    Administrator account, Restricted User accounts are unable to
    display Flash Player content.”
    This issue is never encountered with a new install of
    Windows. It is sometimes encountered with older images and it is
    strictly an issue with the ActiveX installer not for plug-ins.
    Please reply to this thread with your results. If the
    registry fix mentioned on this article helps, we will update the
    document to reflect that it is still an issue.
    Important Note: These online forums are for user-to-user
    discussions of Adobe products, and are not an official customer
    support channel for Adobe. If you require direct assistance, or
    prefer to contact Adobe support staff directly, please contact
    Adobe support.
    http://www.adobe.com/support/contact/

  • Why Rpad does not work in non-English characters...????

    Ηι ,
    I have the classic table of emp in user scott....
    When i insert another row containing non-English characters the rpad function does not work......
    SQL> select ename , rpad(ename,12,'.') from emp;
    ENAME                          RPAD(ENAME,12,'.')
    SMITH                          SMITH.......
    ALLEN                          ALLEN.......
    WARD                           WARD........
    JONES                          JONES.......
    MARTIN                         MARTIN......
    BLAKE                          BLAKE.......
    CLARK                          CLARK.......
    KING                           KING........
    TURNER                         TURNER......
    JAMES                          JAMES.......
    FORD                           FORD........
    MILLER                         MILLER......
    SCOTT                          SCOTT.......
    ADAMS                          ADAMS.......
    ΠΑΝΑΓΙΩΤΟΥ ΠΑΝΑΓΙWhen i convert it to English characters then it works....
    PANAGIOTOU PANAGIOTOU..
    How can i make it to work....????
    I use 10g v.2
    Many thanks...
    Sim

    Hi ,
    SQL> select length('ΠΑΝΑΓΙΩΤΟΥ') from dual;
    LENGTH('ΠΑΝΑΓΙΩΤΟΥ')
                      10
    SQL> select vsize('ΠΑΝΑΓΙΩΤΟΥ') from dual;
    VSIZE('ΠΑΝΑΓΙΩΤΟΥ')
                     20When i issue the command
    SQL> select ename , rpad(ename,25,'.') from emp;
    ENAME                          RPAD(ENAME,25,'.')
    SMITH                          SMITH....................
    ALLEN                          ALLEN....................
    WARD                           WARD.....................
    JONES                          JONES....................
    MARTIN                         MARTIN...................
    BLAKE                          BLAKE....................
    CLARK                          CLARK....................
    KING                           KING.....................
    TURNER                         TURNER...................
    JAMES                          JAMES....................
    FORD                           FORD.....................
    MILLER                         MILLER...................
    SCOTT                          SCOTT....................
    ADAMS                          ADAMS....................
    ΠΑΝΑΓΙΩΤΟΥ                     ΠΑΝΑΓΙΩΤΟΥ.....It worked.... setting as 25 characters for padding.....
    Thanks....for the useful remark
    Sim

  • Cisco Aironet FW 15.2 Does not work with Non-Cisco Media Bridges

    I have a Cisco Aironet 1142i that was just updated from 12.4(23c)JY to 15.2(4)JA1 (don’t think model matters as the issue seem to be the firmware) and now I cannot get my media bridges (3 different ones) to either connect to the 1142 AP or obtain and pass the DHCP addresses to other device connected to the built in switch. If I reload the 1142 AP firmware to 12.4, than this works fine. I have not seen anything in the release notes that changed how this works or if there is I could not find it.
    Does anyone know why this changed and if there is any settings that I need to enabled / disable?
    Any help on this would be greatly appreciated

    More info to add to this.
    AIR-AP1142N-A-K9 Hardware Version of v06 works with firmware 15.2.
    AIR-AP1142N-A-K9 Hardware Version v05 does not work with firmware 15.2, but will when downgraded to firmware 12.4.
    I'm also having this issue with Cisco Aironet 3602 Fw 15.2(2)JB and 3502 Fw 15.2(2)JB$ that's on a Cisco 2500 WLAN Controller Sw Ver. 7.4.100.0.
    Any help on this would be greatly appreciated

  • Guest VM failover cluster on Hyper-V 2012 Cluster does not work across hosts

    Hi all,
    We are evaluating Hyper-V on Windows Server 2012, and I have bumped in to this problem:
    I have a Exchange 2010SP2 DAG installed on 2 vms in our Hyper-V cluster (a DAG forms a failover cluster, but does not use any shared storage). As long as my vms are on the same host, all is good. However, if I live migrate or shutdown-->move-->start one
    of the guest nodes on another pysical host, it loses connectivity with the cluster. "regular" network is fine across hosts, and I can ping/browse one guest node from the other. I have tried looking for guidance for Exchange on Hyper-V clusters but have not
    been able to find anything.
    According to the Exchange documentation this configuration is supported, so I guess I'm asking for any tips and pointers on where to troubleshoot this.
    regards,
    Trond

    Hi All,
    so some updates...
    We have a ticket logged with Microsoft, more of a check box exercise to reassure the business we're doing the needful.  Anyway, they had us....
    Apply hotfix http://support.microsoft.com/kb/2789968?wa=wsignin1.0  to both guest DAG nodes, which seems pretty random, but they wanted to update the TCP/IP stack...
    There was no change in error, move guest to another Hyper-V node, and the failover cluster, well, fails with the following event ids I the node that fails...
    1564 -File share witness resource 'xxxx)' failed to arbitrate for the file share 'xxx'. Please ensure that file share '\xxx' exists and is accessible by the cluster..
    1069 - Cluster resource 'File Share Witness (xxxxx)' in clustered service or application 'Cluster Group' failed
    1573 - Node xxxx  failed to form a cluster. This was because the witness was not accessible. Please ensure that the witness resource is online and available
    The other node stays up, and the Exchange DB's mounted on that node stay up, the ones mounted on the way that fails failover to the remaining node...
    So we then
    Removed 3 x Nic's in one of the 4 x NIC teams, so, leaving a single NIC in the team (no change)
    Removed one NIC from the LACP group on each Hyper-V host
    Created new Virtual Switch using this simple trunk port NIC on each Hyper-V host
    Moved the DAG nodes to this vSwitch
    Failover cluster works as expected, guest VM's running on separate Hyper-V hosts, when on this vswitch with single NIC
    So Microsoft were keen to close the call, as there scope was, I kid you not, to "consider this issue
    resolved once we are able to find the cause of the above mentioned issue", which we have now done, as in, teaming is the cause... argh.
    But after talking, they are now escalating internally.
    The other thing we are doing, is building Server 2010 Guests, and installing Exchange 2010 SP3, to get a Exchange 2010 DAG running on Server 2010 and see if this has the same issue, as people indicate that this is perhaps not got the same problem.
    Cheers
    Ben
    Name                   : Virtual Machine Network 1
    Members                : {Ethernet, Ethernet 9, Ethernet 7, Ethernet 12}
    TeamNics               : Virtual Machine Network 1
    TeamingMode            : Lacp
    LoadBalancingAlgorithm : HyperVPort
    Status                 : Up
    Name                   : Parent Partition
    Members                : {Ethernet 8, Ethernet 6}
    TeamNics               : Parent Partition
    TeamingMode            : SwitchIndependent
    LoadBalancingAlgorithm : TransportPorts
    Status                 : Up
    Name                   : Heartbeat
    Members                : {Ethernet 3, Ethernet 11}
    TeamNics               : Heartbeat
    TeamingMode            : SwitchIndependent
    LoadBalancingAlgorithm : TransportPorts
    Status                 : Up
    Name                   : Virtual Machine Network 2
    Members                : {Ethernet 5, Ethernet 10, Ethernet 4}
    TeamNics               : Virtual Machine Network 2
    TeamingMode            : Lacp
    LoadBalancingAlgorithm : HyperVPort
    Status                 : Up
    A Cloud Mechanic.

  • Connect to Server via SMB does not work under 10.5

    Hi- I have a feeling that my account has to be reset server-side, but I'd enjoy some feedback. I still use a dual (1gHz) Quicksilver G4 which is solid as a rock and still adequate to my needs. Apart from an overall seeming sluggishness, I have a very serious problem: I am one of 7 Macs on a much larger Windows network and connecting to the various servers and directly to my Windows desktop using SMB has always worked great. Up until yesterday. After upgrading to 10.5 from 10.4.10, I couldn't get on to any of the servers, I checked the network setting and noted that they reverted to AFP. I enabled SMB and still can't get onto any of our network servers. I am, however, able to get into the Mac Public\Drop Box from the WIndows computer, but not vice-versa. I have already verified and repaired permissions, etc. Solutions, suggestions? Patch forthcoming?

    Same problem with my Nokia 6650d, also after Ovi upgrade. Any hints?

  • IOS 6 ibooks voice over funtionality does not work

    Ibooks voice over activation behavior not the same as in 5.1.  Once voice over is activated I am unable to select the text much less get it to scroll.  Single clicking does not select the text line. Double clicking doesn't either. Swiping two finger down doesn't (auto scroll) function either.  Is this a hiccup or has enabling it changed?

    New release of IBooks 2 fixes the problem.  It is the IOS 6 release.  

  • Glow over bitmap does not work

    Hello
    I have put an effect on a path: stylise > outer glow.
    The pass is partly over a bitmap. The part of the path that's not over the bitmap has a normal glow, but the part of the path that is over the bitmap has a glow so weak , it's almost invisible.
    Please check the following link for a picture that shows the problem: http://david.saber.free.fr/bazaar/problems/illustrator-glow-over-bitmap.jpg
    How can I fix this?
    Thanks in advance,
    David

    I have created the FX with the Appearance palette,using the "FX button" at its bottom.
    I think you both nailed it with the color mode.
    My source image is a Photoshop CS6 file set to CMYK.
    My Illustrator document is also set to CMYK.
    When I went to file > document color mode > and switched from "CMYK" to "RGB", the problem disapeared! So thank you both for the help.
    But the problem is: this document is intended for printing.
    Should I work in RGB in Illustrator, then export to Photoshop and then convert to CMYK before printing?
    Perhaps I could just export to PDF from Illustrator, as I beleive exporting to PDF automatically converts to CMYK?
    Thanks again and see you,
    David

  • Executing commands in Powershell over SSH does not work

    0
    I'm trying to simulate Outlook email traffic over a testbed, so I am using a Powershell script to send the emails. The testbed is controlled by a Linux master server, which sends commands over a socket that are then executed on Windows 7 clients. The problem
    I'm having is that when I run the script from a Remote Desktop session, the script works perfectly. However, when the script is run from an SSH session or through the testbed code, the process hangs, usually upon the call to CreateItem(0).
    Here is the skeleton of the code (the remaining code just randomly generates text to fill the email body and assigns a subject):
    ClearHost
    Add-Type -assembly "Microsoft.Office.Interop.Outlook"
    $Outlook = New-Object -ComObject Outlook.Application
    $Mail = $Outlook.CreateItem(0) # Problem usually happens here
    $Mail.To = "$Address"
    $Mail.Subject = $Subject
    $Mail.Body = $Body
    $Mail.Send()
    I call the script using "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass .\sendmail.ps1 <email_address>"
    Other issues I've encountered include "There is no data file for sending or receiving data", which asked me to edit the profile. However, this error has only showed up infrequently. It usually just hangs.

    Read it again.
    Office products are NOT
    designed to run without a UI.  It is well documented.
    ¯\_(ツ)_/¯

  • Photos local sync over itunes does not work

    Hey, works for me to sync new photos of the new Photos app via iTunes to the iPhone until I restart iTunes. Example: I import from the camera a new image in photos and pack it into an album. iTunes is open and I want the new image to the iPhone. Unfortunately, it transmits only the new images from photos when previously I conclude iTunes and reboot again. Has anyone even seen such a thing? With iPhoto, which went smoothly! best regards, Uli

    Update iTunes to the latest version, 12.1.2 from here: iTunes 12.1.2. It fixes them sync issue with mobile devices.

  • Cancelling Screen Sharing over Bonjour does not work

    I have a MacBook and an iMac on the same local network. Both are running updated OS X 10.5 (Leopard).
    Here's the situation:
    1. Let's say I'm at my MacBook and I want to see my iMac's screen. I open screen sharing.
    2. For whatever reason, I later am sitting at my iMac, and I see the screen sharing icon in the menu bar. I select it and tell it to disconnect.
    3. A few seconds later, the icon returns.
    The same thing happens if the computers are reversed.
    Why is this?

    This issue remains unresolved, but since Apple Discussions decided to archive my question it is impossible to receive any replies.
    GRR.

  • My ipod shuffle voice over button does not list the song/artist or give battery status.  I am following direions but it doesn't respond wether I push it once or twice.  Any ideas?

    ?The voice over button does not work per directions (press once for title/artist; press twice for battery status.  Any ideas how to make this work?

    I discovered that if I push the button quickly (twice), I get the battery status.  But I still do not have any title artist data.  The music get quieter but no info.

  • Why does Server Monitor not work with non-Xserves?

    Does anyone know why Server Monitor does not work with non-Xserve computers? We acquired a Power Mac for a server, based on there being no apparent difference except for the obvious. Turns out there are some differences after all.
    Do Power Macs lack some hardware components or is this just a software thing?

    God question, unfortunitly I dont have the answer but I would also like to know why the software only works for X-Serve....Is there any 3rd Party Software that is similar to "Server Monitor"?
    Thanks

Maybe you are looking for

  • My early 2008 has a faulty  NVIDIA GeForce 8600M GT GPU.

    A random day my early 2008 MacbookPro could not turn on its display when i powered it on. I sent it to Apple and they told me that it has a faulty GPU. (and that it was a known issue for the "NVIDIA GeForce 8600M GT") But there have been 4 years and

  • "Can't open file clip; skipping it and continuing" problem

    Dear People, Opening an approx. 30 min. project that I had worked with many times before over the past year, I am now confronted with this message "Cant open file clip; skipping it..." for each and every single file in the project. I click "OK" becau

  • Purchase order release workflow rule

    Hi , I have made a zcopy of standard workflow(WS20000075) for PO release. My requirement is that there are three level of approvers who have to release the PO. MM consultant says he will assign the approvers for all three levels from SPRO. As per the

  • WAD - Dynamic Filters

    Hi Gurus, Please consider the following scenario: In have created a web report (using WAD and embedding a query in the same). Now when I run the report (after keying in the selection screen variables), I see the variable values getting populated in t

  • To use Java Script in WebDynpro

    Hi, i am trying to do a webdynpro application where in, if i click on the button it should trigger the java script.how could i do that