Я включил сетевой ресурс ISO в свою библиотеку VMM 2012 следующим образом:
У меня проблема в том, что я все еще получаю ошибку, связанную с разрешениями:
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"}
Я также установил команду на сервере VMM winrm set winrm/config/service/auth @{CredSSP="true"}
но без радости.
Есть идеи, пожалуйста?
Это старая ветка, но, возможно, я смогу помочь кому-то в поиске того же вопроса. У нас была такая же проблема, и я обнаружил, что она вызвана моментальным снимком виртуальной машины, на которой был смонтирован ISO. Я удалил снимок, и после этого ошибка была исправлена.