virtual machine backup completes and the entries from the vCenter Server database vpx_disabled_methods table are not removed.
https://VCenter/mob/?moid=AuthorizationManager&method=enableMethods
replace MOID with the VM's MOB ID==>vm-1234
<method>RelocateVM_Task</method>
Invoke Method
Refresh webpage ==> restart the Web Client service
service-control --stop vmware-vpxd
/opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres
select ID from VPX_VM WHERE FILE_NAME LIKE '%VM1%';
select * from VPX_DISABLED_METHODS WHERE ENTITY_MO_ID_VAL = 'vm-1234';
delete from VPX_DISABLED_METHODS WHERE ENTITY_MO_ID_VAL = 'vm-1234';
service-control --start vmware-vpxd
No comments:
Post a Comment