HYPER-V R2 Can not mount ISO from network location (UNC Path)

6,100

You have to allow delegation to the Hyper-V servers. Instructions here from MPECS.

Share:
6,100
Entity_Razer
Author by

Entity_Razer

IT Manager

Updated on September 17, 2022

Comments

  • Entity_Razer
    Entity_Razer almost 2 years

    So, as the name suggest I'm trying to mount a ISO from a network share using the UNC path to a HYPER-V R2 Cluster.

    This is a pure Demo / test case setup with:

    2x HYPER-V R2 1X NAS/iSCSI CSV Cluster

    Management is happening through the MMC with RSAT tools.

    So what i've done so far is:

    Set up the cluster and configure Quorum, add CSV Shares and disks, set up 1 Virtual Machine on the Hyper-1 node.

    What i'm trying to do is, you go to settings ---> DVD Drive ---> use network location ----> Pick ISO file and press "apply".

    Error I'm getting is either "User account does not have rights to mount iso".

    I changed that or stopped getting that message when I went to the HYPER-V Node settings and tabbed on:

    "Use Default Credentials Automatically".

    Now I stopped getting the "user does not have right..." message but I get the following:

    • Error applying DVD Drive Changes

    Failed to remove device microsoft synthetic DVD Drive:" the specified network resource or device is no longer available"

    I've google'd the problem but am unable to find a solution. Anyone here able to help me out ?

    Much abbliged !

  • Entity_Razer
    Entity_Razer over 14 years
    right so... More problems. I've been trying further to get it working but after doing most of what that link said I ran into a problem... we run a domain functional level of 2000, not 2003 (which is the domain functional level you need to get all the delegation options to show...) So now I'm stuck with all the share / NTFS permissions set, Delegation is on, but I can't specify it for CIF since its a domain functional level of 2000, not 2003
  • Philip
    Philip over 14 years
    That does not work. Read the instructions in my post.
  • Philip
    Philip over 14 years
    If you still have Windows 2000 Domain Controllers it's time to upgrade. Support for Win2k ended a while ago and that's a timebomb waiting to happen. If you don't have Win2k DCs then you just need to raise the DC functionality. support.microsoft.com/kb/322692
  • tony roth
    tony roth over 14 years
    works fine! this also works if you want to use a unc path for a quorum device, thus allowing guest level clustering without iscsi!
  • Entity_Razer
    Entity_Razer over 14 years
    We are swapping over to win2K3 Functional levels, but aren't fully converted yet, so for now, for legacy reasons we need to keep the Domain functional level at 2K.
  • Philip
    Philip over 14 years
    You must have something else configured in your environment that allows this. The Hyper-V service by default does not have access to the machine$ account. This is why you have to set delegation to allow Hyper-V to use that account (in this case for CIFS).
  • tony roth
    tony roth about 14 years
    yea I check all settings they are default and 2003 native mode, No delegation defind etc. Can't figure out why its working but it does! Also the hyper-v process runs as "local system" which does have access to the machine$ account. The one issue that I see people run up against is that the share has domain users but that does not include domain computers.
  • Philip
    Philip almost 14 years
    That's the same solution as my answer, except in German (I think).