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

相关文章
|
网络安全
rsync报错: Operation not permitted (1)
[rsync报错:rsync: chgrp “.initial-setup-ks.cfg.jaXlVz” (in backup) failed: Operation not permitted (1)] 问题背景:在配置好rsync服务和客户端后,客户端从服务端拉取是正常的,但从客户端推送到服务端报错。 a,单独推送目录会报这个错误 rsync: recv_generator: mkdir “opt” (in backup) failed: Permission denied (13)
1836 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
2247 1
解决 windows:An attempt was made to access a socket in a way forbidden by its access permissions
Error: EPERM: operation not permitted, mkdir
Error: EPERM: operation not permitted, mkdir
|
6月前
|
安全 Unix 网络安全
Permission Denied原因及解决方法
Permission Denied原因及解决方法
2030 0
|
7月前
remount of the / superblock failed: Permission denied remount failed
remount of the / superblock failed: Permission denied remount failed
92 0
|
存储 小程序 API
报错-小程序:errMsg: “getUserProfile:fail privacy permission is not authorized“
报错-小程序:errMsg: “getUserProfile:fail privacy permission is not authorized“
368 0
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 解决
|
数据安全/隐私保护
Ansible报错:“msg“: “Invalid/incorrect password: Permission denied, please try again.“
Ansible报错:“msg“: “Invalid/incorrect password: Permission denied, please try again.“
1234 0
Ansible报错:“msg“: “Invalid/incorrect password: Permission denied, please try again.“
|
Ubuntu Linux
Ubuntu cannot open directory ‘.‘: Permission denied错误
Ubuntu cannot open directory ‘.‘: Permission denied错误
1078 0
|
关系型数据库 PostgreSQL Docker
docker:changing ownership of ‘.‘: Permission denied怎么办
docker:changing ownership of ‘.‘: Permission denied怎么办
525 0
docker:changing ownership of ‘.‘: Permission denied怎么办