- Putty into daas-sc01 @ 10.32.64.151 (401), or daas-sc01-lv @ 10.32.67.101 (LV)
- Login with desktone https://sserver.paragrid.net/SecretView.aspx?secretid=1140
- Edit the database with command psql fdb –U admin and password from https://sserver.paragrid.net/SecretView.aspx?secretid=1139
- Run command \x for an expanded view of the tables.
- List the networks of the tenant you want to update (EvolveIP):
- select * from org_datacenter_vlan_assoc where org_id = '1003';
- You will see results such as this:
- Note the ID of the networks.
- To make VM_Net_Corp_Desktops the default network instead off VM_Net_Corp_Servers run the following two commands:
- update org_datacenter_vlan_assoc set is_default = 't' where id='dfa11b95-7596-438f-ac94-5a9c7faf6001';
- update org_datacenter_vlan_assoc set is_default = 'f' where id='0cf97995-2d5b-4c2e-bb90-9109719f24c9';
- Validate the changes by running the select * from org_datacenter_vlan_assoc where org_id = '1003'; command again.
- Validate the changes by logging into the Service Center and navigating to the network settings of the tenant: