我已经在我的VMM 2012库中包含了一个ISO网络共享,方法是:
我遇到的问题是,我仍然得到错误--与权限有关的以下错误:
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"}上设置了命令,但没有设置喜悦。
有什么想法吗?
发布于 2019-07-19 09:41:02
这是个老生常谈,但也许我能帮别人找出同样的问题。我们也遇到了同样的问题,我发现这是由安装ISO的VM上的快照引起的。所以我删除了快照,然后错误被修复了。
https://serverfault.com/questions/510637
复制相似问题