"Unable to extract requested data. Check vSphere Client logs for details"
<timestamp> error vpxd[06923] [Originator@6876 sub=MoCluster opID=<OPID>] Managed object not found for DVPG {vim.dvs.DistributedVirtualPortgroup:dvportgroup-XX}
vpx_hci_nw_settings
table, dvportgroup-XX is configured for HCI# /opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres
VCDB=# select * from vpx_hci_nw_settings;
dvpg_id | service_type | dvs_id | cluster_id
---------+--------------+--------+------------
XX | vsan | s_id>| <cluster_id>
(1 rows)
VCDB=# select id,dvs_id,dvportgroup_key from vpx_dvportgroup where dvs_id=<dvs_id>;
id | dvs_id | dvportgroup_key
---------+---------+--------------------
YY | <dvs_id>| dvportgroup-YY
(1 rows)
vCenter Server 8.x
This issue occurs with the following scenario:
This issue will be fixed in a future vCenter release
Workaround
#/opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres
#DELETE FROM vpx_hci_nw_settings WHERE dvpg_id=XX;
service-control --restart vpxd
service-control --restart vsphere-ui