Symptom
The OMC displays an alarm indicating that the number of /opt paths on the server exceeds the threshold. For example, the upper threshold of 33702 eOMC/Module=Monitor_Partition: /opt; is 80%, the lower threshold is 60%, and the current threshold is 78%.
Fault Locating Process
The MySQL database is upgraded between eOMC X4 and X6. During the upgrade, the MySQL database is automatically backed up, and a backup file is generated in the /opt/mysql/data-bak directory. As a result, the /opt path threshold-crossing alarm is generated.
Solution
Log in to the server as the eoss user in SSH mode.
If the number of incorrect password attempts reaches three, the eoss user will be locked for 10 minutes. After 10 minutes, the user is automatically unlocked.
Switch to the root user.
> su - root
Delete the /opt/mysql/data-bak directory.
> rm -r /opt/mysql/data-bak/.