The database size is growing unexpectley until the tablespaces are filled up. Even after extending the tablespace size, it quickly fills up
Some of the syptoms include:
NOTE: This solution only applies to a FMS with an Oracle Repository.
WORKAROUND: The modification to storage-parameters.config applies to the string and binary IOTs only.
Note: IF upgrading to v5.6.11, it is recommended that you add the OVERFLOW parameter before you restart the FMS; the script only reports tables that have been created recently, because it only operates on index-organized tables, and Foglight didn't use any such tables before 5.6.11.
5. Open the add-lob-overflow.log and ensure that there are no errors inside. If there are no errors, edit the add-lob-overflow.groovy script
-set the parameter addOverflow = true
-leave the parameter moveLobsLater = false
-leave the parameter continueonError = true
-save the file as add-lob-overflow-true.groovy.
Run the cmd referencing your actual FMS port number.
fglcmd -srv fms_host -port 8080 -usr foglight -pwd foglight -cmd script:run -f add-lob-overflow-true.groovy > add-lob-overflow-true.log
This may take a while and ensure it completes successfully.
If there are errors, the script will generate a SQL script for which the DBA will need to run while the FMS is offline to resolve the issue.
Monitor the FMS for a few days and see if the LOB tablespace or the entire repository database size has decreased. If the issue persists, contact Quest Support to reference INTERNAL KB Article 127033 for more troubleshooting tips.
STATUS:
FGL-16856 Fixed in 5.7.1 FMS release and Foglight for Virtualization (FVE) 7.2+
Please make sure when adding the word OVERFLOW to the above oracle parameters that you have the word Tablespace <tablespace name> after it. The word OVERFLOW should not be at the end of the above parameters as it will cause ORA-00922 errors when Foglight is creating any obs_ tables within the Foglight Oracle Repositiry.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center