I have included an ISO network share in my VMM 2012 library by:
- Library servers -> Add Library Share -> Add Unmanaged Share.
- I then selected the file share e.g \fs1\ISO
- I set the share permissions on \fs1\ISO to everyone FULL
-
I set the NTFS permissions to read-only for the following AD accounts:
- VMM service account
- VMM Library account
- HV target host machine account
- Network service
The problem I have is I still get error the following error regarding permissions:
Error
(20552) VMM does not have appropriate permissions to access the resource \\fs1.domain.local\ISO\Zabbix_2.0_x86.i686-0.0.1.preload.iso on the scvmma1.domain.local server.
Ensure
that Virtual Machine Manager has the appropriate rights to perform this action. Also, verify that CredSSP authentication is currently enabled on the service configuration of the target computer scvmma1.domain.local. To enable the CredSSP on the service configuration
of the target computer, run the following command from an elevated command line: winrm set winrm/config/service/auth @{CredSSP="true"}
I have also set the command on the VMM server winrm
set winrm/config/service/auth @{CredSSP="true"}
but no joy.
Please note the same error is thrown if i share the iso without copy, and with copying, it seems a permission issue yet I have assigned at least what i have read are the correct permissions.
Any ideas what else I have missed please?