When attempting to back up the Messaging Gateway (SMG) Control Center database the backup fails and the BrightmailLog.log file shows the following error:
Nov 19 2025 02:04:57 [BrightmailScheduler_Worker-26] [ScriptHelper] ERROR - ERROR: Failed to run: '/opt/Symantec/Brightmail/mysql/bin/mysqldump': mysqldump: Couldn't execute 'SELECT TRIGGER_NAME FROM INFORMATION_SCHEMA.TRIGGERS WHERE EVENT_OBJECT_SCHEMA = DATABASE() AND EVENT_OBJECT_TABLE = 'log'': Disk full (/data/tmp/#sql-temptable-4e9-529-2c8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") (1021)
The BrightmailLog.log also shows the following error when attempting to insert log data into the Control Center database:
Nov 19 2025 02:05:56 [LogAgentTask_6] [LogManager] ERROR - com.symantec.smg.controlcenter.internal.dataaccess.DataAccessException: An unexpected database error has occurred. Please contact your system administrator. ; nested exception is: java.sql.SQLException: (conn=1307) Disk is full writing './brightmail/log.MYD' (Errcode: 28 "No space left on device"). Waiting for someone to free space... (Expect up to 60 secs delay for the server to continue after freeing disk space)
The log table in the Control Center database is full and cannot be expanded because there is insufficient disk space to increase the size of the database table file. This is commonly caused by having increased the Database Log Storage Limits well beyond the default values.
To address this issue the amount of log data stored in the database will need to be reduced and the old data expunged.
Maximum Log Size: 50MBDays to store log data before deleting: 7Note:
If extended log retention is required, Broadcom suggests logging remotely via syslog to a log server or SIEM.