Purpose
This article provides steps to fix or update the VLAN ID for a Tenant.
Note: This article is applicable to the following products:
VMware Horizon DaaS Bundle (VDI/RDSH Edition)VMware Horizon Cloud Service on IBM Cloud (formerly with Hosted Infrastructure)VMware Horizon DaaS On Premise Platform
Resolution
To fix or update the VLAN ID for a Tenant:
Look up the correct VLAN ID for the Tenant.Look up the Tenant org ID (this can be found in Service Center).SSH to the primary Service Provider Appliance.Connect to the fabric database by running this command: psql -U admin -d fdb Update the database by running this command:
update org_datacenter_vlan_assoc set vlan_id='correct_VLAN_id' where org_id='org_id_of_the_Tenant';