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