VMware Cloud Foundation 5.x
VMware Cloud Foundation 9.x
Ensure a snapshot of the VCF SDDC Manager appliance virtual machine is created before making any changes to the platform DB. This step is crucial to establish a rollback point for system restoration.
vcf user and then switch to root user using su command.psql --host=localhost -U postgres -d platformselect * from vcf_network where type='VSAN';select * from vcf_network where type='VMOTION'; update vcf_network set ip_inclusion_ranges='[{"start":"IP_RANGE_START","end":"IP_RANGE_END"}]' where id='ID_from_Step_3'; update vcf_network set free_ip_addresses='["IP_1","IP_2","IP_3","IP_4","IP_5"]' where id='ID_from_Step_3';update vcf_network set used_ip_addresses='["IP_1","IP_2","IP_3","IP_4","IP_5"]' where id='ID_from_Step_3';select * from vcf_network where id='ID_from_Step_3';Related Articles:
How to remove Network I.P Pool Range in SDDC Manager