VMware P2V Permission to perform this operation was denied fix

简介:

Just the other day we had a Windows Server 2008 R2 Standard physical server that needed to be P2V’ed, and after trying to use VMware Converter Standalone 6.1.1 we ran into the error message “Permission to perform this operation was denied” after entering the source machine details.


vmware p2v permission denied


Even after trying to start VMware Converter as “Run as administrator” the error persisted. Below is the workaround we performed to quickly allow us to P2V the physical server.

Workaround for Permission to perform this operation was denied

  1. Log into the server you’re trying to convert to a virtual machine.

  2. Open Local Security Policy (open run dialog and type secpol.msc).

  3. Go to: Local Policies > Security Options.

  4. Change “User Access Control: Run all Administrators in Admin Approval Mode” from Enabled to Disabled.


    local security policy disabled p2v

  5. Restart the server to make the changes take effect.

  6. You should now be able perform the P2V without issue.


After making the above change we was able to successfully P2V the server without any further issues:


VMware P2V completed


Once you confirm the P2V is successful I would recommend changing User Access Control: Run all Administrators in Admin Approval Mode back to Enabled from Disabled.


local security policy enabled p2v

If you have another workaround please share in the comments!

本文转自学海无涯博客51CTO博客,原文链接http://blog.51cto.com/549687/1977464如需转载请自行联系原作者


520feng2007

相关文章
|
监控 Linux 数据安全/隐私保护
【实践】德国开源监控平台Checkmk的搭建
【实践】德国开源监控平台Checkmk的搭建
1487 0
|
11月前
|
监控 Linux 网络安全
VMware vCenter Converter 9.0 - P2V 虚拟机转换工具
VMware vCenter Converter 9.0 - P2V 虚拟机转换工具
3199 0
VMware vCenter Converter 9.0 - P2V 虚拟机转换工具
|
Linux
Linux 系统时间同步 ​使用 NTP 服务时间同步​
Linux 系统时间同步 ​使用 NTP 服务时间同步​
1086 2
|
JSON 人工智能 Go
在Golang中序列化JSON字符串的教程
在Golang中,使用`json.Marshal()`可将数据结构序列化为JSON格式。若直接对JSON字符串进行序列化,会因转义字符导致错误。解决方案包括使用`[]byte`或`json.RawMessage()`来避免双引号被转义,从而正确实现JSON的序列化与反序列化。
725 7
|
运维 网络协议 Linux
CentOS下Bind服务的安装与故障排查
通过以上的步骤,您应该能够在CentOS系统上安装并配置BIND DNS服务,并进行基本的故障排查。
840 0
|
移动开发 安全 API
VMware vCenter Server 6.7U3w (安全更新) - ESXi 集中管理软件
VMware vCenter Server 6.7U3w (安全更新) - ESXi 集中管理软件
360 2
VMware vCenter Server 6.7U3w (安全更新) - ESXi 集中管理软件
|
移动开发 安全 API
VMware vCenter Server 7.0U3v 下载 - 集中管理 vSphere 环境
VMware vCenter Server 7.0U3v 下载 - 集中管理 vSphere 环境
695 1

热门文章

最新文章