Quantcast
Channel: VMware Communities: Message List - VMware vCloud Director
Viewing all articles
Browse latest Browse all 7719

Re: Some vCenter resources are not visible in vCloud

$
0
0

Hi,

     Most likely inventory table in VCD is out of sync with VC. Was there any inventory table reset done from VC? When you try to create a PVDC does it populate any resource? You can certainly check from VCD-DB side to confirm if there are any entries.Adding to that it would be worth to try a inventory table reset specifically for VCD-DB(NOT IN VC).

 

1)Take a Back-up of VCD&VC DB.

2)Stop VCD cell service-->Service vmware-vcd stop

3)Run these SQL statements on the vCD database to clean up the inventory tables:

 

delete from cluster_compute_resource_inv;
delete from compute_resource_inv;
delete from custom_field_manager_inv;
delete from datacenter_inv;
delete from datacenter_network_inv;
delete from datastore_inv;
delete from datastore_profile_inv;
delete from dv_portgroup_inv;
delete from dv_switch_inv;
delete from folder_inv;
delete from managed_server_datastore_inv;
delete from managed_server_inv;
delete from managed_server_network_inv;
delete from network_inv;
delete from resource_pool_inv;
delete from storage_profile_inv;
delete from storage_pod_inv;
delete from task_inv;
delete from vm_inv;
delete from property_map;

 

3.Start the VCD cell service.

4.Log-Into VCD GUI and check the O/P.

 

May i also know

A)VCNS version you are using in this set-up.?

B)VCD-DB details?

c)VC-DB details?


Viewing all articles
Browse latest Browse all 7719

Trending Articles