Last Modified: Nov 07, 2022
Affected Product:
See more info
BIG-IP LTM
Known Affected Versions:
12.1.0, 12.1.0 HF1, 12.1.0 HF2, 12.1.1, 12.1.1 HF1, 12.1.1 HF2, 12.1.2, 12.1.2 HF1, 12.1.2 HF2, 12.1.3, 12.1.3.1, 12.1.3.2, 12.1.3.3, 12.1.3.4, 12.1.3.5, 12.1.3.6, 12.1.3.7, 12.1.4, 12.1.4.1, 12.1.5, 12.1.5.1, 12.1.5.2, 12.1.5.3, 12.1.6
Opened: Mar 19, 2019
Severity: 3-Major
PostgreSQL uses a large amount of disk when AFM is licensed.
Increase in database file size.
AFM being licensed but not in use.
Follow the procedure to dump/load the database. The dump-load procedure used as follows: 1. pg_dumpall -U postgres |gzip -1v >/shared/tmp/pgdump$(date +%s).gz 2. bigstart stop pgadmind 3. rm -rf /var/local/pgsql/ 4. bigstart start pgadmind 5. sleep 3; while pidof initdb; do sleep 1; done; sleep 3 6. zcat /shared/tmp/pgdump$(date +%s).gz|psql -U postgres template1 7. bigstart restart pgadmind
None