Learn how to find Organization Virtual Data Center (Org VDC) Network in VMware Cloud Director (VCD) that is associated with a known NSX segment ID that no longer exists in NSX .
Note: When an NSX segment is deleted directly from NSX, this impacts the functionality of the associated Org VDC network and Third-Party Automation Tools (such as Zerto) can have issues reading the Org VDC networks in VCD.
VMware Cloud Director 10.6.1.2
VMware NSX-T Data Center
To find the concerned Org VDC network, follow the steps below:
dbselect * from logical_network where rnet_id in (select id from real_network where portgroup_moref = '<segment_id>');
select * from org_prov_vdc where id = '<scope_id from step 3>';