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

相关文章
|
2天前
remount of the / superblock failed: Permission denied remount failed
remount of the / superblock failed: Permission denied remount failed
4 0
|
Docker Windows 容器
解决 windows:An attempt was made to access a socket in a way forbidden by its access permissions
解决 windows:An attempt was made to access a socket in a way forbidden by its access permissions
1347 1
解决 windows:An attempt was made to access a socket in a way forbidden by its access permissions
WampServer 3 访问403 Forbidden You don't have permission to access this resource 解决
WampServer 3 访问403 Forbidden You don't have permission to access this resource 解决
WampServer 3 访问403 Forbidden You don't have permission to access this resource 解决
|
关系型数据库 PostgreSQL Docker
docker:changing ownership of ‘.‘: Permission denied怎么办
docker:changing ownership of ‘.‘: Permission denied怎么办
408 0
docker:changing ownership of ‘.‘: Permission denied怎么办
|
数据库
Symantec Backup Exec Agent 推送错误Error connecting to the remote computer. Ensure that the computer is available, has WMI enabled and is not blocked by a
如果在Symantec Backup Server上推送Symantec Backup Exec Agent到数据库服务器遇到“"Error connecting to the remote computer. Ensure that the computer is available, has WMI enabled and is not blocked by a firewall"这个错误, 如下截图所示     那么完全可以参考下面官方提供的三个解决方案解决问题,几次碰到这个问题,每次都要搜索一下,特此记录一下,方便以后查找。
1305 0