The system starts at 00:00 every day to check whether user ommdba and the password are about to expire every eight hours. This alarm is generated if the user or password is about to expire in 15 days.
The alarm is cleared when the validity period of user ommdba is changed or the password is reset and the alarm handling is complete.
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
12032 |
Major |
Yes |
Parameter |
Description |
---|---|
ServiceName |
Specifies the service for which the alarm is generated. |
RoleName |
Specifies the role for which the alarm is generated. |
HostName |
Specifies the host for which the alarm is generated. |
The OMS database cannot be managed and data cannot be accessed.
User ommdba or the password is about to expire.
chage -l ommdba
If the parameter value is never, the user and password are valid permanently; if the value is a date, check whether the user and password are about to expire within 15 days.
chage -E 'specified date' ommdba
chage -M 'number of days' ommdba
None