Recently, we had to prove to a customer that the vCenter advanced settings that we were seeing on the html5 client was not cached in the browser(long story)
So where are vCenter advanced settings saved?
If you're using vCenter Server appliance,
1. Connect to the vCenter Server DB:
/opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres
/opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres
2. List the contents of the VPX_PARAMETER table
select * from VPX_PARAMETER;
select * from VPX_PARAMETER;