forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
3.6 KiB
3.6 KiB
Changing the Password of the OMS Database Administrator
Scenario
This section describes how to periodically change the password of the OMS database administrator to improve the system O&M security.
Procedure
- Log in to the active management node.
- Run the following command to switch the user:
sudo su - omm
- Run the following command to switch the directory:
cd $OMS_RUN_PATH/tools
- Run the following command to change the password of user ommdba:
mod_db_passwd ommdba
- Enter the old password of user ommdba and enter a new password twice.
The password complexity requirements are as follows:
- The password contains 16 to 32 characters.
- The password must contain at least three types of the following: uppercase letters, lowercase letters, digits, and special characters ('~!@#$%^&*()-_=+\|[{}];:'",<.>/?).
- The password cannot be the username or the reverse username.
- The password cannot be the same as the last 20 historical passwords.
If the following information is displayed, the password is changed successfully.
Congratulations, update [ommdba] password successfully.
Parent topic: Security Management