Last Modified: Nov 22, 2021
Affected Product:
See more info
BIG-IP ASM
Known Affected Versions:
11.2.1
Opened: May 18, 2016
Severity: 3-Major
You see errors similar to the following: "[ERROR] /usr/sbin/mysqld: The table 'ENFORCER_CPU_USAGE' is full"
Database eventually consumes all available space.
This can occur with ASM enabled and is triggering on "Illegal HTTP status in response". These entries are not getting cleaned at the appropriate time.
You can manually truncate the table by running the following command in MySQL: TRUNCATE TABLE PLC.LRN_ILLEGAL_HTTP_STATUS_IN_RESPONSE;
None