VMware Cloud Community
navigator77
Contributor
Contributor

vlan id's not removed from database

I have created and deleted a number of Cloud network Isolation groups in vcloud director 1.5. I have given these networks vlan id's. When I delete the network the vlan id remains in the database. I can not reuse those vlan id's. If I need to clean the database manually what are the tables affected. Vshield also continues to query dvports that no longer exist.

0 Kudos
7 Replies
_morpheus_
Expert
Expert

Did you delete the network or the network pool? Which table are you seeing the VLAN in?

0 Kudos
navigator77
Contributor
Contributor

I did remove the network and the pool. I found the information in dbo.vlan_in_use table.

0 Kudos
_morpheus_
Expert
Expert

Are any of the portgroups using that VLAN ID still there in VC? Check stranded items and see if any networks are still there

0 Kudos
navigator77
Contributor
Contributor

Nothing is using these vlans. there are no stranded objects.

0 Kudos
_morpheus_
Expert
Expert

Open an SR

0 Kudos
navigator77
Contributor
Contributor

Thanks Jesse.

Regards,

Michael Brown

Senior Solution Engineer

SSE DW/Analytics

EMC Solution Group

Office: 508-249-7035

Cell: 508-962-3193

michael.brown@emc.com<mailto:michael.brown@emc.com

0 Kudos
MarcinTworek
Contributor
Contributor

Hi, any luck with your VLAN problem ? I have exactly the same problem.

Is it safe to just run:

DELETE FROM [vmw_vCloud_Director01].[dbo].[vlan_in_use] WHERE vlan_id = '1212'

Any feedback from support ?

0 Kudos